1. 09 Dec, 2004 3 commits
  2. 16 Nov, 2004 2 commits
    • Tim Peters's avatar
      Merge rev 28466 from 3.3 branch. · a561cc4e
      Tim Peters authored
      Forward port from ZODB 3.2.
      
      Collector 1581:  fspack can blow up when .fs is corrupted
      
      Repaired three places where fspack referenced an undefined global while
      *trying* to raise CorruptedError.  Added new checkCorruptionInPack()
      test to verify the correct exception gets raised.
      
      a561cc4e
    • Tim Peters's avatar
      Forward port from ZODB 3.2. · 732638d1
      Tim Peters authored
      Collector 1581:  fspack can blow up when .fs is corrupted
      
      Repaired three places where fspack referenced an undefined global while
      *trying* to raise CorruptedError.  Added new checkCorruptionInPack()
      test to verify the correct exception gets raised.
      732638d1
  3. 11 Nov, 2004 11 commits
  4. 06 Nov, 2004 1 commit
  5. 05 Nov, 2004 4 commits
  6. 04 Nov, 2004 1 commit
    • Tim Peters's avatar
      Brrr. · 66e69bb4
      Tim Peters authored
      Weak sets have have pragmatic gotchas, explained in the comments
      before the new WeakSet.as_weakref_list() method.  In essence, we
      just took all the weak sets of connection objects and changed
      everything so that a list of live objects is never materialized
      anymore.  Also added new map()-like methods so that clients don't
      usually need to be aware of the weakrefs under the covers.
      66e69bb4
  7. 02 Nov, 2004 6 commits
  8. 01 Nov, 2004 1 commit
  9. 26 Oct, 2004 11 commits