1. 26 Ock, 2011 1 kayıt (commit)
  2. 14 Eki, 2010 1 kayıt (commit)
  3. 01 Agu, 2010 2 kayıt (commit)
  4. 27 Nis, 2010 1 kayıt (commit)
  5. 02 Nis, 2010 1 kayıt (commit)
  6. 11 Mar, 2010 1 kayıt (commit)
  7. 27 Eki, 2009 2 kayıt (commit)
  8. 30 Mar, 2009 1 kayıt (commit)
  9. 10 Ock, 2009 1 kayıt (commit)
  10. 17 Agu, 2008 1 kayıt (commit)
    • Gregory P. Smith's avatar
      Backport of r64767 from trunk · 7a076bed
      Gregory P. Smith yazdı
      Fixes Issue #3309: Fix bz2.BZFile iterator to release its internal lock
      properly when raising an exception due to the bz2file being closed.
      Prevents a deadlock.
      7a076bed
  11. 07 Tem, 2008 1 kayıt (commit)
  12. 11 May, 2007 1 kayıt (commit)
  13. 14 Agu, 2006 2 kayıt (commit)
  14. 06 Agu, 2006 1 kayıt (commit)
  15. 29 Haz, 2006 1 kayıt (commit)
    • Neal Norwitz's avatar
      Add new utility function, reap_children(), to test_support. This should · b15ac316
      Neal Norwitz yazdı
      be called at the end of each test that spawns children (perhaps it
      should be called from regrtest instead?).  This will hopefully prevent
      some of the unexplained failures in the buildbots (hppa and alpha)
      during tests that spawn children.  The problems were not reproducible.
      There were many zombies that remained at the end of several tests.
      In the worst case, this shouldn't cause any more problems,
      though it may not help either.  Time will tell.
      b15ac316
  16. 26 Agu, 2005 2 kayıt (commit)
  17. 21 Agu, 2005 1 kayıt (commit)
  18. 03 Haz, 2005 1 kayıt (commit)
  19. 01 Kas, 2004 1 kayıt (commit)
  20. 10 May, 2003 1 kayıt (commit)
  21. 01 May, 2003 1 kayıt (commit)
  22. 29 Nis, 2003 1 kayıt (commit)
  23. 12 Şub, 2003 1 kayıt (commit)
  24. 31 Ara, 2002 1 kayıt (commit)
  25. 14 Kas, 2002 1 kayıt (commit)
  26. 09 Kas, 2002 8 kayıt (commit)
  27. 05 Kas, 2002 1 kayıt (commit)
    • Gustavo Niemeyer's avatar
      Patch implementing bz2 module. · f8ca8364
      Gustavo Niemeyer yazdı
      * setup.py
        (PyBuildExt.detect_modules): Included bz2 module detection.
      
      * Modules/bz2module.c
      * Lib/test/test_bz2.py
      * Doc/lib/libbz2.tex
        Included files implementing, testing, and documenting bz2 module.
      
      * Doc/Makefile.deps
      * Doc/lib/lib.tex
        Include references to libbz2.tex.
      
      * Misc/NEWS
        (Library): Mention distutils' c++ linkage patch, and new bz2 module.
      f8ca8364