cpython/Lib/distutils/command
Greg Ward f17efb93d9 Patch #449054 to implement PEP 250. The standard install directory for
modules and extensions on Windows is now $PREFIX/Lib/site-packages.
Includes backwards compatibility code for pre-2.2 Pythons.  Contributed
by Paul Moore.
2001-08-23 20:53:27 +00:00
..
__init__.py
bdist.py
bdist_dumb.py
bdist_rpm.py Fix typo caught by PyChecker 2001-08-10 19:00:15 +00:00
bdist_wininst.py dummy checkin for testing, please ignore 2001-07-04 16:52:02 +00:00
build.py
build_clib.py [Bug #414032] Make the 'sdist' command work when the distribution contains 2001-08-10 20:24:33 +00:00
build_ext.py Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. 2001-07-26 13:41:06 +00:00
build_py.py
build_scripts.py Remove unused variable 2001-08-10 19:00:41 +00:00
clean.py
command_template
config.py [Patch #444854 from twburton] 2001-08-16 14:08:02 +00:00
install.py Patch #449054 to implement PEP 250. The standard install directory for 2001-08-23 20:53:27 +00:00
install_data.py
install_headers.py
install_lib.py
install_scripts.py
sdist.py