1. 09 Sep, 2000 13 commits
  2. 08 Sep, 2000 20 commits
  3. 07 Sep, 2000 7 commits
    • Fred Drake's avatar
      6c8affe5
    • Fred Drake's avatar
      Make the HTML more XHTML-friendly. · ae3a15c3
      Fred Drake authored
      Small nits in the layout of the generated markup.
      ae3a15c3
    • Fred Drake's avatar
      Wrap some long lines. · 31edf4de
      Fred Drake authored
      Note that \file and \filenq do not work inside section titles.
      31edf4de
    • Fred Drake's avatar
      5cd0cefb
    • Fred Drake's avatar
      \file is not allowed in section titles -- converting to PDF fails due to · d0726c3c
      Fred Drake authored
      weird macro-expansion issues.  A better solution may be available in the
      future, but this will do for now.
      
      Add an index entry.  More should probably be added as well.
      d0726c3c
    • Fred Drake's avatar
      Remove comment about -X and string exceptions. Error noted by · 88c023b8
      Fred Drake authored
      Justin D. Pettit <jpettit@raznick.com>.
      88c023b8
    • Thomas Heller's avatar
      Changes: · 904ca11a
      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
      904ca11a