Files
cpython/Lib
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
..
2000-09-07 15:59:22 +00:00
2000-09-05 04:49:50 +00:00
2000-08-15 01:13:23 +00:00
1996-08-08 18:24:58 +00:00
1996-08-08 18:24:58 +00:00
2000-08-31 02:42:11 +00:00
2000-08-31 02:42:11 +00:00
1996-08-16 18:14:41 +00:00
2000-07-25 14:34:38 +00:00
2000-02-02 15:10:15 +00:00
2000-02-02 15:10:15 +00:00
1993-10-22 14:24:22 +00:00
1999-08-26 15:50:43 +00:00
2000-02-02 15:10:15 +00:00
2000-06-28 14:48:01 +00:00
2000-09-01 02:20:20 +00:00
2000-03-28 21:45:46 +00:00
2000-05-25 03:25:26 +00:00
2000-08-23 09:13:40 +00:00
1997-10-20 23:16:58 +00:00
2000-02-10 17:17:14 +00:00
2000-08-29 14:57:27 +00:00
2000-06-28 14:48:01 +00:00
2000-03-27 19:29:31 +00:00
2000-02-10 17:17:14 +00:00
2000-07-09 16:44:26 +00:00
2000-09-01 06:40:07 +00:00
2000-08-01 22:47:49 +00:00
2000-08-24 21:08:39 +00:00
2000-05-02 14:32:11 +00:00
2000-08-24 21:08:39 +00:00
2000-03-10 23:18:11 +00:00
2000-08-31 15:48:10 +00:00
1994-03-07 11:45:36 +00:00
2000-08-31 10:27:00 +00:00