This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-25 22:03:25 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dd266811554e19d0a03bc70befe674daeb7fcdda
cpython
/
Lib
/
distutils
/
command
T
History
Tarek Ziadé
56342d578e
removed string.split usage
2009-05-06 08:11:00 +00:00
..
__init__.py
#5732
: added the check command into Distutils
2009-04-11 14:55:07 +00:00
bdist_dumb.py
…
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
…
bdist_wininst.py
Fixed
#5731
: Distutils bdist_wininst no longer worked on non-Windows platforms
2009-04-09 21:36:44 +00:00
bdist.py
pep8-fied method names
2009-04-05 23:03:10 +00:00
build_clib.py
removed string.split usage
2009-05-06 08:11:00 +00:00
build_ext.py
…
build_py.py
…
build_scripts.py
…
build.py
…
check.py
DistutilsSetupError was not raised when one single warning occured
2009-04-17 14:29:56 +00:00
clean.py
…
command_template
…
config.py
removed string usage and added a test for _clean
2009-04-12 17:02:08 +00:00
install_data.py
…
install_egg_info.py
…
install_headers.py
…
install_lib.py
…
install_scripts.py
…
install.py
…
register.py
…
sdist.py
…
upload.py
…
wininst-6.0.exe
…
wininst-7.1.exe
…
wininst-8.0.exe
…
wininst-9.0-amd64.exe
…
wininst-9.0.exe
…