cpython/Lib/distutils/command
2000-03-31 03:14:51 +00:00
..
__init__.py Added 'bdist' and 'bdist_dumb'. 2000-03-31 03:14:51 +00:00
bdist.py The 'bdist' command, for creating "built" (binary) distributions. 2000-03-31 02:55:12 +00:00
bdist_dumb.py The 'bdist_dumb' command, the first worker bee for use by 'bdist'. This is 2000-03-31 02:56:34 +00:00
build.py Use the new 'has_pure_modules()', 'has_ext_modules()', 'has_c_libraries()' 2000-03-29 02:14:21 +00:00
build_clib.py Catch up with change to CCompiler API: call 'create_static_lib()', not 2000-03-10 02:02:44 +00:00
build_ext.py Oops: 'build_extensions()' no longer takes an 'extensions' list. 2000-03-30 19:47:22 +00:00
build_py.py Deleted some crufty comments and code. 2000-03-29 02:10:51 +00:00
clean.py Tweaked all over: 2000-03-18 17:33:18 +00:00
install.py Fixed 'get_outputs()' so it actually works. 2000-03-31 02:52:02 +00:00
install_lib.py Added 'get_inputs()'. 2000-03-31 02:53:07 +00:00
sdist.py Changed to use the new 'has_pure_modules()' and 'has_ext_modules()' methods 2000-03-31 02:50:04 +00:00