1. 17 Jul, 2005 3 commits
  2. 15 Jul, 2005 2 commits
  3. 14 Jul, 2005 2 commits
  4. 12 Jul, 2005 6 commits
  5. 10 Jul, 2005 2 commits
    • Tim Peters's avatar
      SF bug 1185883: PyObject_Realloc can't safely take over a block currently · 0cba1bd5
      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.
      0cba1bd5
    • Tim Peters's avatar
      Whitespace normalization. · 6a223d84
      Tim Peters authored
      6a223d84
  6. 09 Jul, 2005 1 commit
  7. 08 Jul, 2005 5 commits
  8. 07 Jul, 2005 1 commit
  9. 06 Jul, 2005 1 commit
  10. 05 Jul, 2005 4 commits
  11. 04 Jul, 2005 2 commits
  12. 03 Jul, 2005 4 commits
  13. 02 Jul, 2005 4 commits
  14. 01 Jul, 2005 3 commits