1. 27 Aug, 2000 1 commit
    • Greg Ward's avatar
      Fix line-endings. · 069a0d74
      Greg Ward authored
      Fix bad operator precedence: should be "(metadata or '') + '\n'".
      069a0d74
  2. 26 Aug, 2000 3 commits
    • Greg Ward's avatar
      New release of the Windows installer from Thomas Heller. · 8294ae14
      Greg Ward authored
      The known bug (bogus error message when an empty file is
      extracted) is fixed.
      
      Other changes:
      
      - The target-compile and target-optimize flags of bdist_wininst
        are gone. It is no longer possible to compile the python
        files during installation.
      - The zlib module is no longer required or used by bdist_wininst.
      
      - I moved the decompression/extraction code into a separate
        file (extract.c).
      
      - The installer stub is now compressed by UPX (see
        http://upx.tsx.org/). This reduces the size of the exe
        (and thus the overhead of the final installer program)
        from 40 kB to 16 kB.
      
      - The installer displays a more uptodate user wizard-like
        user interface, also containing a graphic: Just's Python Powered logo.
        (I could not convince myself to use one of the BeOpen logos).
      - The installation progress bar now moves correctly.
      8294ae14
    • Greg Ward's avatar
      Bumped version to 0.9.2pre. · 43abfd37
      Greg Ward authored
      43abfd37
    • Greg Ward's avatar
      In 'check_extensions_list()': when converting old-style 'buildinfo' dict, · e1e774a2
      Greg Ward authored
      don't assign None to any attributes of the Extension object.
      e1e774a2
  3. 22 Aug, 2000 2 commits
  4. 15 Aug, 2000 4 commits
  5. 13 Aug, 2000 8 commits
  6. 08 Aug, 2000 1 commit
  7. 07 Aug, 2000 2 commits
  8. 05 Aug, 2000 2 commits
  9. 04 Aug, 2000 4 commits
  10. 02 Aug, 2000 13 commits