1. 14 Jul, 2005 2 commits
  2. 12 Jul, 2005 6 commits
  3. 10 Jul, 2005 2 commits
    • Tim Peters's avatar
      SF bug 1185883: PyObject_Realloc can't safely take over a block currently · ecc6e6a5
      Tim Peters authored
      managed by C, because it's possible for the block to be smaller than the
      new requested size, and at the end of allocated VM.  Trying to copy over
      nbytes bytes to a Python small-object block can segfault then, and there's
      no portable way to avoid this (we would have to know how many bytes
      starting at p are addressable, and std C has no means to determine that).
      
      Bugfix candidate.  Should be backported to 2.4, but I'm out of time.
      ecc6e6a5
    • Tim Peters's avatar
      Whitespace normalization. · 7d66b00f
      Tim Peters authored
      7d66b00f
  4. 09 Jul, 2005 1 commit
  5. 08 Jul, 2005 5 commits
  6. 07 Jul, 2005 1 commit
  7. 06 Jul, 2005 1 commit
  8. 05 Jul, 2005 4 commits
  9. 04 Jul, 2005 2 commits
  10. 03 Jul, 2005 4 commits
  11. 02 Jul, 2005 4 commits
  12. 01 Jul, 2005 5 commits
  13. 30 Jun, 2005 2 commits
  14. 29 Jun, 2005 1 commit