cpython/Lib/distutils/command
Greg Ward 0419a4ffba Patch from Rene Liebscher, tweaked by me:
- 'export_symbol_file' (and corresponding 'def_file' in the old
    "build info" dict) are gone; warn if we see 'def_file' in the
    dict
  - the MSVC "pre-link hack" is gone -- all that stuff is now handled
    elsewhere (eg. by using 'export_symbols', etc.)
  - add 'get_export_symbols()' and 'get_libraries()' methods -- needed
    because on Windows, both of those things are a tad more complicated
    than fetching them from the Extension instance
2000-08-01 23:54:29 +00:00
..
__init__.py Infrastructure support for the "bdist_wininst" command. 2000-06-27 01:24:07 +00:00
bdist.py Added the --dist-dir option that the "bdist_*" will use to control where 2000-07-05 03:07:18 +00:00
bdist_dumb.py Added --dist-dir option to control where output archive(s) go. 2000-07-05 03:07:37 +00:00
bdist_rpm.py Fixed a grab-bag of typos spotted by Rob Hooft. 2000-07-27 02:13:20 +00:00
bdist_wininst.py Fixed so the ZIP file (which is bundled into an executable) goes in the 2000-07-05 03:08:55 +00:00
build.py Changed so all the help-generating functions are defined, at module-level, 2000-06-24 01:23:37 +00:00
build_clib.py Call 'customize_compiler()' after getting CCompiler object. 2000-06-25 02:10:58 +00:00
build_ext.py Patch from Rene Liebscher, tweaked by me: 2000-08-01 23:54:29 +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 Fixed a grab-bag of typos spotted by Rob Hooft. 2000-07-27 02:13:20 +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 Added 'include_dirs' parameters all over the place. 2000-06-27 01:21:22 +00:00
install.py Changed the default installation directory for data files (used by 2000-06-24 17:22:39 +00:00
install_data.py Fixed a grab-bag of typos spotted by Rob Hooft. 2000-07-27 02:13:20 +00:00
install_headers.py fix inconsistent use of tabs and spaces 2000-07-07 20:45:21 +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 Catch syntax errors from processing template lines and turn them into 2000-07-30 01:47:16 +00:00