.. |
__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
|
Issue #5052: removed backward compatibility information (out of date)
|
2009-01-25 22:09:10 +00:00 |
bdist_msi.py
|
Update bdist_msi so that the generated MSIs for pure Python modules can install to any version of Python, like the generated EXEs from bdist_wininst. (Previously, you had to create a new MSI for each version of Python.)
|
2009-05-05 01:31:22 +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
|
Issue #5052: removed backward compatibility information (out of date)
|
2009-01-25 22:09:10 +00:00 |
build_clib.py
|
removed remaining spaces
|
2009-05-07 21:13:02 +00:00 |
build_ext.py
|
the compiler attribute is used in setup.py; can't rename
|
2009-05-12 21:06:05 +00:00 |
build_py.py
|
Issue #5052: removed backward compatibility information (out of date)
|
2009-01-25 22:09:10 +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
|
…
|
|
config.py
|
removed string usage and added a test for _clean
|
2009-04-12 17:02:08 +00:00 |
install.py
|
Issue #5052: make Distutils compatible with 2.3 again.
|
2009-02-27 12:53:34 +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
|
more tests for the register command
|
2009-03-31 20:53:13 +00:00 |
sdist.py
|
pep8-fied distutils.command.sdist + more tests
|
2009-05-14 14:56:14 +00:00 |
upload.py
|
more tests for the upload command
|
2009-03-31 20:53:55 +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 |