1. 05 Nov, 2004 1 commit
    • Tim Peters's avatar
      Give WeakSet a direct map() implementation. · 6048b145
      Tim Peters authored
      This spares clients from having to do it themselves repeatedly.
      A dubious consequences is that Transaction.__init__ now requires a
      WeakSet of synchronizer objects (or None -- so it's not a
      catastrophic requirement, just irksome).
      6048b145
  2. 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
  3. 02 Nov, 2004 6 commits
  4. 01 Nov, 2004 1 commit
  5. 26 Oct, 2004 12 commits
  6. 25 Oct, 2004 4 commits
  7. 18 Oct, 2004 2 commits
  8. 15 Oct, 2004 4 commits
  9. 14 Oct, 2004 4 commits
  10. 12 Oct, 2004 5 commits