cpython/Lib/distutils/command
Tarek Ziadé 51f32c00e8 reverted changes for #6459 (doesn't apply on 2.x) 2009-07-11 17:21:00 +00:00
..
__init__.py #5732: added the check command into Distutils 2009-04-11 14:55:07 +00:00
bdist.py pep8-fied method names 2009-04-05 23:03:10 +00:00
bdist_dumb.py cleaned up the bdist_dumb module 2009-07-02 12:51:56 +00:00
bdist_msi.py Fix memory bug in bdist_msi. (Commit okayed in issue6319.) 2009-06-21 21:03:41 +00:00
bdist_rpm.py removing the force-optimized option as discussed in #1533164 2009-03-02 05:38:44 +00:00
bdist_wininst.py Fixed #5731: Distutils bdist_wininst no longer worked on non-Windows platforms 2009-04-09 21:36:44 +00:00
build.py cleaned up distutils.command.build 2009-07-10 10:00:21 +00:00
build_clib.py removed remaining spaces 2009-05-07 21:13:02 +00:00
build_ext.py reverted changes for #6459 (doesn't apply on 2.x) 2009-07-11 17:21:00 +00:00
build_py.py cleaned up distutils.command.build_py 2009-07-03 09:01:07 +00:00
build_scripts.py Fixed #4524: distutils build_script command failed with --with-suffix=3 2009-02-13 23:00:43 +00:00
check.py DistutilsSetupError was not raised when one single warning occured 2009-04-17 14:29:56 +00:00
clean.py added tests for the clean command 2009-03-31 20:50:59 +00:00
command_template Cosmetic tweak. 2000-05-30 02:04:54 +00:00
config.py removed string usage and added a test for _clean 2009-04-12 17:02:08 +00:00
install.py improved test coverage for distutils.command.install and cleaned it up 2009-06-04 07:31:52 +00:00
install_data.py added test to the install_data command 2009-03-31 20:54:38 +00:00
install_egg_info.py Fix SF#1566719: not creating site-packages (or other target directory) when 2006-11-10 00:33:36 +00:00
install_headers.py added tests to the install_headers command 2009-03-31 20:55:21 +00:00
install_lib.py removing the assert statement so the code works when Python is run with -O 2009-05-12 07:01:29 +00:00
install_scripts.py Issue #5052: removed backward compatibility information (out of date) 2009-01-25 22:09:10 +00:00
register.py #6041: sdist and register now use the check command. No more duplicate code for metadata checking 2009-05-16 16:37:06 +00:00
sdist.py #6041: sdist and register now use the check command. No more duplicate code for metadata checking 2009-05-16 16:37:06 +00:00
upload.py Issue #6286: distutils upload command now uses urllib2 2009-06-15 23:30:13 +00:00
wininst-6.0.exe Fix bdist_wininst --user-access-control for win2k 2008-05-31 05:11:07 +00:00
wininst-7.1.exe Fix bdist_wininst --user-access-control for win2k 2008-05-31 05:11:07 +00:00
wininst-8.0.exe Added wininst-9.0.exe executable for VS 2008 2007-12-31 14:47:07 +00:00
wininst-9.0-amd64.exe Fix issue5075: bdist_wininst should not depend on the vc runtime? 2009-01-29 12:13:31 +00:00
wininst-9.0.exe Fix issue5075: bdist_wininst should not depend on the vc runtime? 2009-01-29 12:13:31 +00:00