cpython/Lib/distutils/command
Greg Ward d3b76a8fbf Reorganized logic in 'get_file_list()' so it's easier to read, and fixed a
bug to boot: now works even if both MANIFEST and MANIFEST.in don't exist.
Don't hardcode setup.py, use 'self.distribution.script_name'.
2000-09-06 02:08:24 +00:00
..
__init__.py
bdist.py Added 'wininst' to the 'format_commands' list, so it's included in 2000-08-02 01:44:44 +00:00
bdist_dumb.py Fixed imports from '*util' modules to not just import everything from util. 2000-08-05 01:31:54 +00:00
bdist_rpm.py Fixed the move-RPM-files hack so it knows about the '--binary-only' and 2000-08-15 13:05:35 +00:00
bdist_wininst.py Rene Liebscher/Thomas Heller: 2000-09-01 01:44:45 +00:00
build.py
build_clib.py
build_ext.py Typo fix. 2000-09-06 02:06:27 +00:00
build_py.py Typo fix. 2000-09-06 02:06:27 +00:00
build_scripts.py Fixed a grab-bag of typos spotted by Rob Hooft. 2000-07-27 02:13:20 +00:00
clean.py Fixed imports from '*util' modules to not just import everything from util. 2000-08-05 01:31:54 +00:00
command_template
config.py
install.py Fix so the 'install_libbase' directory -- where .pth files are installed -- 2000-08-07 00:48:04 +00:00
install_data.py Fixed a grab-bag of typos spotted by Rob Hooft. 2000-07-27 02:13:20 +00:00
install_headers.py
install_lib.py Fixed imports from '*util' modules to not just import everything from util. 2000-08-05 01:31:54 +00:00
install_scripts.py
sdist.py Reorganized logic in 'get_file_list()' so it's easier to read, and fixed a 2000-09-06 02:08:24 +00:00