0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Lib/distutils/command
Greg Ward e5796fecc6 Oops, got a little too enthusiastic deleting code in that last revision:
we still have to *run* the sub-command that creates a built distribution.
2000-03-31 05:21:27 +00:00
..
__init__.py Added 'bdist' and 'bdist_dumb'. 2000-03-31 03:14:51 +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
bdist.py Oops, got a little too enthusiastic deleting code in that last revision: 2000-03-31 05:21:27 +00:00
build_clib.py Removed some old test code: don't set 'plat' when calling 'new_compiler()'. 2000-03-31 04:37:40 +00:00
build_ext.py Patch (mostly) from Thomas Heller for building on Windows: 2000-03-31 03:50:23 +00:00
build_py.py Deleted some crufty comments and code. 2000-03-29 02:10:51 +00:00
build.py Use the new 'has_pure_modules()', 'has_ext_modules()', 'has_c_libraries()' 2000-03-29 02:14:21 +00:00
clean.py Tweaked all over: 2000-03-18 17:33:18 +00:00
install_lib.py Added 'get_inputs()'. 2000-03-31 02:53:07 +00:00
install.py Fixed 'get_outputs()' so it actually works. 2000-03-31 02:52:02 +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