cpython/Lib/distutils/command
Greg Ward 8429036496 Renamed --keep-tree option to --keep-temp. 2000-09-16 15:53:41 +00:00
..
__init__.py
bdist.py Added --plat-name option to override sysconfig.get_platform() in 2000-09-11 00:47:35 +00:00
bdist_dumb.py Renamed --keep-tree option to --keep-temp. 2000-09-16 15:53:41 +00:00
bdist_rpm.py Added --python and --fix-python options for better control over what 2000-09-10 01:21:27 +00:00
bdist_wininst.py The installer now displays info about version of distutils 2000-09-09 21:15:12 +00:00
build.py Tweaked the build temp dir names again. 2000-09-16 02:06:45 +00:00
build_clib.py
build_ext.py Document the directory separatory for include dir and library dir lists. 2000-09-16 01:44:45 +00:00
build_py.py Typo fix. 2000-09-06 02:06:27 +00:00
build_scripts.py Fixed a grab-bag of typos spotted by Rob Hooft. 2000-07-27 02:13:20 +00:00
clean.py Bastian Kleineidam: fix so it cleans up the temporary script-building 2000-09-12 00:07:49 +00:00
command_template
config.py
install.py Factored the "sub-command" machinery out to Command. Mainly, this 2000-09-16 15:06:57 +00:00
install_data.py Added 'warn_dir' option so other code can sneak in and disable 2000-09-15 01:21:07 +00:00
install_headers.py Added --force (-f) option to force installation (including bytecode 2000-09-13 01:02:25 +00:00
install_lib.py Added --force (-f) option to force installation (including bytecode 2000-09-13 01:02:25 +00:00
install_scripts.py Added --force (-f) option to force installation (including bytecode 2000-09-13 01:02:25 +00:00
sdist.py Bullet-proofing of 'make_release_tree()': 2000-09-06 02:18:59 +00:00