1. 26 Aug, 2000 8 commits
    • Thomas Wouters's avatar
      Fixed this problem. · f13e9b31
      Thomas Wouters authored
      f13e9b31
    • Thomas Wouters's avatar
    • Moshe Zadka's avatar
      Tim Peters: · a9c68176
      Moshe Zadka authored
      Again due to the duplicate copies of test_support, the checked-in
      "expected output" file actually contains verbose-mode output.
      a9c68176
    • Tim Peters's avatar
      Another new test using "from test.test_support import ...", causing · 1e3703d1
      Tim Peters authored
      subtle breakage on Windows (the test is skipped here, but the TestSkipped
      exception wasn't recognized as such, because of duplicate copies of
      test_support got loaded; so the test looks like a failure under Windows
      instead of a skip).
      Repaired the import, but
      
              THIS TEST *WILL* FAIL ON OTHER SYSTEMS NOW!
      
      Again due to the duplicate copies of test_support, the checked-in
      "expected output" file actually contains verbose-mode output.  I can't
      generate the *correct* non-verbose output on my system.  So, somebody
      please do that.
      1e3703d1
    • Tim Peters's avatar
      Try to supply a prototype for the module init function but avoid · e1080700
      Tim Peters authored
      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.
      e1080700
    • Greg Ward's avatar
      New release of the Windows installer from Thomas Heller. · e42500b7
      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.
      e42500b7
    • Greg Ward's avatar
      Bumped version to 0.9.2pre. · 37e9cf19
      Greg Ward authored
      37e9cf19
    • Greg Ward's avatar
      In 'check_extensions_list()': when converting old-style 'buildinfo' dict, · fccd50ec
      Greg Ward authored
      don't assign None to any attributes of the Extension object.
      fccd50ec
  2. 25 Aug, 2000 32 commits