1. 03 Eyl, 2011 1 kayıt (commit)
  2. 29 Agu, 2011 1 kayıt (commit)
  3. 23 Agu, 2011 1 kayıt (commit)
    • Éric Araujo's avatar
      Fix distutils tests on Windows (#12678). · c3085aa7
      Éric Araujo yazdı
      - First, support.fixup_build_ext (already used to set proper
        library_dirs value under Unix shared builds) gains the ability to
        correctly set the debug attribute under Windows debug builds.
      
      - Second, the filename for the extension module gets a _d suffix under
        debug builds.
      
      - Third, the test code properly puts our customized build_ext object
        into an internal dictionary to make sure that the install command will
        later use our object instead of re-creating one.  That’s the downside
        of using low-level APIs in our test code: we have to manually push
        knobs and turn handles that would otherwise be handled behind the
        scenes.
      
      Thanks to Nadeem for the testing.
      c3085aa7
  4. 21 Agu, 2011 2 kayıt (commit)
  5. 20 Agu, 2011 2 kayıt (commit)
  6. 21 Agu, 2011 1 kayıt (commit)
  7. 20 Agu, 2011 1 kayıt (commit)
    • Éric Araujo's avatar
      Refactor the copying of xxmodule.c in distutils tests (#12141). · fba5a943
      Éric Araujo yazdı
      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
  8. 03 Eyl, 2011 2 kayıt (commit)
  9. 02 Eyl, 2011 2 kayıt (commit)
  10. 01 Eyl, 2011 5 kayıt (commit)
  11. 03 Eyl, 2011 1 kayıt (commit)
  12. 30 Agu, 2011 1 kayıt (commit)
  13. 28 Agu, 2011 1 kayıt (commit)
    • Nadeem Vawda's avatar
      Issue #12839: Fix crash in zlib module due to version mismatch. · 97d67924
      Nadeem Vawda yazdı
      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
  14. 27 Agu, 2011 1 kayıt (commit)
    • Nadeem Vawda's avatar
      Make regrtest complain when -M and -j are used together. · 0c97e5f3
      Nadeem Vawda yazdı
      -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
  15. 26 Agu, 2011 1 kayıt (commit)
  16. 25 Agu, 2011 2 kayıt (commit)
  17. 23 Agu, 2011 1 kayıt (commit)
  18. 21 Agu, 2011 1 kayıt (commit)
  19. 20 Agu, 2011 3 kayıt (commit)
  20. 19 Agu, 2011 3 kayıt (commit)
  21. 16 Agu, 2011 2 kayıt (commit)
  22. 14 Agu, 2011 1 kayıt (commit)
  23. 13 Agu, 2011 4 kayıt (commit)