1. 26 Agu, 2000 4 kayıt (commit)
    • Tim Peters's avatar
      Try to supply a prototype for the module init function but avoid · 6d7c442e
      Tim Peters yazdı
      Windows "inconsistent linkage" warnings at the same time.  I agree
      with Mark Hammond that the whole DL_IMPORT/DL_EXPORT macro system
      needs an overhaul; this is just an expedient hack until then.
      6d7c442e
    • Greg Ward's avatar
      New release of the Windows installer from Thomas Heller. · 018cbb15
      Greg Ward yazdı
      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.
      018cbb15
    • Greg Ward's avatar
      Bumped version to 0.9.2pre. · 889de85d
      Greg Ward yazdı
      889de85d
    • Greg Ward's avatar
      In 'check_extensions_list()': when converting old-style 'buildinfo' dict, · d8014e66
      Greg Ward yazdı
      don't assign None to any attributes of the Extension object.
      d8014e66
  2. 25 Agu, 2000 36 kayıt (commit)