cpython/Lib/distutils/command
Greg Ward b081e180ac Pulled the MSVC++-specific hackery out to a new method, 'prelink_hook()',
and added (empty) 'precompile_hook()' for symmetry.  One can envision
a much more elaborate hook mechanism, but this looks like it'll do for
now.
2000-06-17 23:04:31 +00:00
..
__init__.py Changed order so 'clean' is right after the 'build' commands. 2000-05-28 23:49:03 +00:00
bdist.py Patch from Rene Liebscher: this adds "--help-foo" options to list the 2000-06-07 03:00:06 +00:00
bdist_dumb.py Some far-reaching naming changes: 2000-05-27 17:27:23 +00:00
bdist_rpm.py Harry Henry Gebel: fix '_format_changelog()' so it doesn't bomb if 2000-06-08 14:21:23 +00:00
build.py Patch from Rene Liebscher: this adds "--help-foo" options to list the 2000-06-07 03:00:06 +00:00
build_clib.py Patch from Rene Liebscher: this adds "--help-foo" options to list the 2000-06-07 03:00:06 +00:00
build_ext.py Pulled the MSVC++-specific hackery out to a new method, 'prelink_hook()', 2000-06-17 23:04:31 +00:00
build_py.py Renamed 'modules' option to 'py_modules', for consistency with Distribution 2000-06-04 13:42:52 +00:00
build_scripts.py Take the basename of the script before concatenating it with the build dir. 2000-05-25 20:05:52 +00:00
clean.py Moved warnings out of 'finalize_options()' into 'run()'. 2000-05-28 23:47:00 +00:00
command_template Cosmetic tweak. 2000-05-30 02:04:54 +00:00
config.py First crack at the Distutils "config" command. Unlike other commands, this 2000-06-06 02:57:07 +00:00
install.py Fixed install directory for header files on Unix. 2000-06-17 01:34:45 +00:00
install_data.py 'get_outputs()' now returns an empty list instead of None. 2000-06-06 02:18:13 +00:00
install_headers.py Added 'install_headers' command to install C/C++ header files. 2000-05-27 01:25:16 +00:00
install_lib.py Some far-reaching naming changes: 2000-05-27 17:27:23 +00:00
install_scripts.py Some far-reaching naming changes: 2000-05-27 17:27:23 +00:00
sdist.py Include setup.cfg in the list of default files to distribute. 2000-06-08 01:22:48 +00:00