cpython/Lib/distutils/command
Thomas Heller 904ca11a87 Changes:
distutils/command/bdist_wininst.py:
- the windows installer is again able to compile after installing
  the files. Note: The default has changed, the packager has to
  give --no-target-compile/--no-target-optimize to NOT compile
  on the target system. (Another note: install_lib's --compile
  --optimize options have the same semantics to switch off
  the compilation. Shouldn't the names change?)
- All references to specific python versions are gone.
- A small bug:
    raise DistutilsPlatformError ("...")
  instead of
    raise DistutilsPlatformError, ("...")
- When bdist_wininst creates an installer for one specific python
  version, this is reflected in the name:
    Distutils-0.9.2.win32-py15.exe instead of
    Distutils-0.9.2.win32.exe
- bdist_wininst, when run as script, reads the wininst.exe file
  and rewrites itself. Previously this was done by hand.

misc/install.c
- All the changes needed for compilation
- Deleted a lot of debug/dead code
2000-09-07 15:59:22 +00:00
..
__init__.py Infrastructure support for the "bdist_wininst" command. 2000-06-27 01:24:07 +00:00
bdist.py Added 'wininst' to the 'format_commands' list, so it's included in 2000-08-02 01:44:44 +00:00
bdist_dumb.py Fixed imports from '*util' modules to not just import everything from util. 2000-08-05 01:31:54 +00:00
bdist_rpm.py Typo fix. 2000-09-07 02:38:42 +00:00
bdist_wininst.py Changes: 2000-09-07 15:59:22 +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 Typo fix. 2000-09-06 02:06:27 +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 Fixed imports from '*util' modules to not just import everything from util. 2000-08-05 01:31:54 +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 Fix so the 'install_libbase' directory -- where .pth files are installed -- 2000-08-07 00:48:04 +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 Fixed imports from '*util' modules to not just import everything from util. 2000-08-05 01:31:54 +00:00
install_scripts.py Some far-reaching naming changes: 2000-05-27 17:27:23 +00:00
sdist.py Bullet-proofing of 'make_release_tree()': 2000-09-06 02:18:59 +00:00