cpython/Lib/distutils/command
Thomas Heller ecaf0d8b47 The installer now displays info about version of distutils
used to create the distribution and the creation date.

Takes care of the extra_path argument to the setup function,
installs the modules into <prefix>/extra_path and creates
a -pth file (like install_lib does).
2000-09-09 21:15:12 +00:00
..
__init__.py
bdist.py
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 Typo fix. 2000-09-07 02:38:42 +00:00
bdist_wininst.py The installer now displays info about version of distutils 2000-09-09 21:15:12 +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
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
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 Bullet-proofing of 'make_release_tree()': 2000-09-06 02:18:59 +00:00