1. 16 Sep, 2000 11 commits
  2. 15 Sep, 2000 6 commits
  3. 13 Sep, 2000 3 commits
  4. 12 Sep, 2000 1 commit
  5. 11 Sep, 2000 2 commits
  6. 10 Sep, 2000 1 commit
  7. 09 Sep, 2000 2 commits
  8. 07 Sep, 2000 2 commits
    • Thomas Heller's avatar
      Changes: · c8a74343
      Thomas Heller authored
      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
      c8a74343
    • Greg Ward's avatar
      Typo fix. · 9f06911a
      Greg Ward authored
      9f06911a
  9. 06 Sep, 2000 3 commits
  10. 01 Sep, 2000 6 commits
  11. 31 Aug, 2000 1 commit
    • Greg Ward's avatar
      Add /GX to 'compile_options'. This is definitely needed for C++ source; · 1020b190
      Greg Ward authored
      according to the MS docs it enables exception-handling, and (according
      to Alex Martelli <aleaxit@yahoo.com>) is needed to compile without
      getting warnings from standard C++ library headers.  Apparently
      it doesn't cause any problems with C code, so I haven't bothered
      conditionalizing the use of /GX.
      1020b190
  12. 30 Aug, 2000 2 commits