1. 05 Mar, 2011 2 kayıt (commit)
  2. 28 Ock, 2010 1 kayıt (commit)
  3. 11 Ara, 2009 2 kayıt (commit)
  4. 27 Kas, 2009 1 kayıt (commit)
  5. 20 Ara, 2008 1 kayıt (commit)
  6. 19 Ara, 2008 2 kayıt (commit)
  7. 16 Ara, 2008 1 kayıt (commit)
  8. 13 Ara, 2008 5 kayıt (commit)
  9. 30 Kas, 2008 1 kayıt (commit)
  10. 18 Kas, 2008 1 kayıt (commit)
  11. 17 Kas, 2008 2 kayıt (commit)
  12. 12 Kas, 2008 6 kayıt (commit)
  13. 31 Tem, 2008 1 kayıt (commit)
  14. 28 Tem, 2008 1 kayıt (commit)
    • Neal Norwitz's avatar
      Backport r65182. This change modified from using the unsigned max value · 46b3a794
      Neal Norwitz yazdı
      to the signed max value similar to 2.5 and trunk.
      
      Issue #2620: Overflow checking when allocating or reallocating memory
      was not always being done properly in some python types and extension
      modules.  PyMem_MALLOC, PyMem_REALLOC, PyMem_NEW and PyMem_RESIZE have
      all been updated to perform better checks and places in the code that
      would previously leak memory on the error path when such an allocation
      failed have been fixed.
      46b3a794
  15. 11 Mar, 2008 2 kayıt (commit)
  16. 02 Mar, 2008 4 kayıt (commit)
  17. 19 Ock, 2008 1 kayıt (commit)
    • Gregory P. Smith's avatar
      Backport r60104 + r60111 from trunk. · 0e42f0e7
      Gregory P. Smith yazdı
      - Issue #1336: fix a race condition in subprocess.Popen if the garbage
        collector kicked in at the wrong time that would cause the process
        to hang when the child wrote to stderr.
      0e42f0e7
  18. 24 Eki, 2007 1 kayıt (commit)
  19. 16 Agu, 2007 2 kayıt (commit)
  20. 03 Agu, 2007 1 kayıt (commit)
  21. 26 Tem, 2007 1 kayıt (commit)
    • Ronald Oussoren's avatar
      MacOS build script: · 6906f931
      Ronald Oussoren yazdı
      - be more strict about the build environment
      - update some of the 3th party libraries (later patchlevels)
      6906f931
  22. 05 Haz, 2007 1 kayıt (commit)