cpython/Lib/distutils/command
Greg Ward 59ac7091a7 Fleshed out and added a bunch of useful stuff, notably 'check_func()',
'try_cpp()', 'search_cpp()', and 'check_header()'.  This is enough that
the base config is actually useful for implementing a real config
command, specifically one for mxDateTime.
2000-06-21 03:00:50 +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 Fleshed out and added a bunch of useful stuff, notably 'check_func()', 2000-06-21 03:00:50 +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