cpython/Lib/distutils/command
Thomas Heller 543f2438ba Set the 'nt' installation scheme for the install command even if run
on other systems, so that data, headers, scripts are included in
the installer.
2000-09-19 11:10:23 +00:00
..
__init__.py Infrastructure support for the "bdist_wininst" command. 2000-06-27 01:24:07 +00:00
bdist.py Rene Liebscher: if we have to run the same sub-command multiple times 2000-09-16 16:04:59 +00:00
bdist_dumb.py Renamed --keep-tree option to --keep-temp. 2000-09-16 15:53:41 +00:00
bdist_rpm.py Renamed --clean to --no-keep-temp and --noclean to --keep-temp. 2000-09-16 15:54:18 +00:00
bdist_wininst.py Set the 'nt' installation scheme for the install command even if run 2000-09-19 11:10:23 +00:00
build.py Tweaked the build temp dir names again. 2000-09-16 02:06:45 +00:00
build_clib.py Call 'customize_compiler()' after getting CCompiler object. 2000-06-25 02:10:58 +00:00
build_ext.py Fixed to respect 'define_macros' and 'undef_macros' on Extension object. 2000-09-17 00:54:58 +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 Cosmetic tweak. 2000-05-30 02:04:54 +00:00
config.py Added 'include_dirs' parameters all over the place. 2000-06-27 01:21:22 +00:00
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 Catch up to recent changes in TextFile (spotted by Bastian Kleineidam). 2000-09-18 00:41:10 +00:00