1. 04 Aug, 2008 2 commits
    • Gregory P. Smith's avatar
      (backport trunk r65151) · 76f5d141
      Gregory P. Smith authored
      Issue #3120: On 64-bit Windows the subprocess module was truncating handles.
      76f5d141
    • Gregory P. Smith's avatar
      (backport r65459 from trunk) · b4bc9b91
      Gregory P. Smith authored
      - Issue #1857: subprocess.Popen.poll gained an additional _deadstate keyword
        argument in python 2.5, this broke code that subclassed Popen to include its
        own poll method.  Fixed my moving _deadstate to an _internal_poll method.
      b4bc9b91
  2. 02 Aug, 2008 1 commit
  3. 31 Jul, 2008 1 commit
  4. 28 Jul, 2008 1 commit
    • Neal Norwitz's avatar
      Backport code from r65182: · 83ac0144
      Neal Norwitz authored
      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.
      83ac0144
  5. 25 Jul, 2008 1 commit
  6. 16 Jul, 2008 2 commits
  7. 13 Jul, 2008 1 commit
  8. 06 Jul, 2008 1 commit
  9. 02 Jul, 2008 1 commit
  10. 01 Jul, 2008 2 commits
  11. 22 Jun, 2008 1 commit
  12. 16 Jun, 2008 2 commits
  13. 15 Jun, 2008 1 commit
  14. 03 Jun, 2008 1 commit
  15. 02 Jun, 2008 1 commit
  16. 01 Jun, 2008 1 commit
  17. 31 May, 2008 1 commit
  18. 25 May, 2008 1 commit
  19. 23 May, 2008 1 commit
  20. 17 May, 2008 1 commit
  21. 11 May, 2008 1 commit
  22. 08 May, 2008 1 commit
  23. 06 May, 2008 1 commit
  24. 03 May, 2008 1 commit
  25. 02 May, 2008 2 commits
  26. 25 Apr, 2008 1 commit
  27. 22 Apr, 2008 1 commit
  28. 21 Apr, 2008 1 commit
  29. 11 Apr, 2008 1 commit
  30. 10 Apr, 2008 2 commits
  31. 09 Apr, 2008 3 commits
  32. 07 Apr, 2008 1 commit