1. 20 Aug, 2011 2 commits
  2. 21 Aug, 2011 1 commit
  3. 20 Aug, 2011 1 commit
    • Éric Araujo's avatar
      Refactor the copying of xxmodule.c in distutils tests (#12141). · fba5a943
      Éric Araujo authored
      I need to copy this file in another test too, so I moved the support
      code to distutils.tests.support and improved it:
      
      - don’t skip when run from the Lib/distutils/tests directory
      - use proper skip machinery instead of custom print/return/test suite
        fiddling.
      fba5a943
  4. 03 Sep, 2011 2 commits
  5. 02 Sep, 2011 2 commits
  6. 01 Sep, 2011 5 commits
  7. 03 Sep, 2011 1 commit
  8. 30 Aug, 2011 1 commit
  9. 28 Aug, 2011 1 commit
    • Nadeem Vawda's avatar
      Issue #12839: Fix crash in zlib module due to version mismatch. · 97d67924
      Nadeem Vawda authored
      If the version of zlib used to compile the zlib module is incompatible
      with the one that is actually linked in, then calls into zlib will fail.
      This can leave attributes of the z_stream uninitialized, so we must take
      care to avoid segfaulting by trying to use an invalid pointer.
      
      Fix by Richard M. Tew.
      97d67924
  10. 27 Aug, 2011 1 commit
    • Nadeem Vawda's avatar
      Make regrtest complain when -M and -j are used together. · 0c97e5f3
      Nadeem Vawda authored
      -j doesn't pass the memlimit on to child processes, so this doesn't work at
      present, and even if it did, running multiple bigmem tests at once would
      usually not be desirable (since you generally want to devote as much of the
      available RAM as possible to each test).
      0c97e5f3
  11. 26 Aug, 2011 1 commit
  12. 25 Aug, 2011 2 commits
  13. 23 Aug, 2011 1 commit
  14. 21 Aug, 2011 1 commit
  15. 20 Aug, 2011 3 commits
  16. 19 Aug, 2011 3 commits
  17. 16 Aug, 2011 2 commits
  18. 14 Aug, 2011 1 commit
  19. 13 Aug, 2011 9 commits