1. 05 Nov, 2004 2 commits
  2. 04 Nov, 2004 1 commit
    • Tim Peters's avatar
      Brrr. · b19b0a68
      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.
      b19b0a68
  3. 02 Nov, 2004 4 commits
  4. 26 Oct, 2004 2 commits
  5. 18 Oct, 2004 1 commit
  6. 15 Oct, 2004 2 commits
  7. 14 Oct, 2004 2 commits
  8. 12 Oct, 2004 4 commits
  9. 08 Oct, 2004 3 commits
  10. 05 Oct, 2004 1 commit
  11. 04 Oct, 2004 1 commit
    • Tim Peters's avatar
      Merge rev 27742 from 3.3 branch. · ac2f4078
      Tim Peters authored
      Use proto 1 pickles in ZEO/zrpc/Marshaller.encode().
      
      This rehabilitates the good part of Andreas's change; adds
      news; adds comments; and adds more comments about the
      sequence of undocumented cPickle gimmicks this relies on.
      ac2f4078
  12. 30 Sep, 2004 2 commits
    • Tim Peters's avatar
      Merge rev 27723 from 3.3 branch. · c734eb61
      Tim Peters authored
      Merge rev 27722 from Zope trunk.
      
      Collector #1517: History tab for ZPT does not work
      
      FileStorage.history() was reading the user, description,
      and extension fields out of the object pickle, due to
      starting the read at a wrong location.
      c734eb61
    • Tim Peters's avatar
      Merge rev 27717 from 3.3 branch. · 54ee7efb
      Tim Peters authored
      Merge rev 27712 from Zope trunk.
      
      Restore the Connection._opened attribute, actually used by
      DB.connectionDebugInfo().
      54ee7efb
  13. 29 Sep, 2004 2 commits
  14. 27 Sep, 2004 1 commit
    • Tim Peters's avatar
      Merge rev 27695 from 3.3 branch. · 2a6c3ac5
      Tim Peters authored
      Transaction.begin().
      
      When raising DeprecationWarning, point the warning machinery at
      the caller, not at Transaction.begin() itself.  As is (voice
      of experience <wink>), these warnings are darned near useless to
      track down code that needs to be changed on Zope trunk.  With the
      change, the warnings point directly at the deprecated uses.
      2a6c3ac5
  15. 23 Sep, 2004 1 commit
  16. 17 Sep, 2004 4 commits
    • Tim Peters's avatar
      Merge rev 27621 from 3.3 branch. · 0e1022ec
      Tim Peters authored
      Check in stuff mistakenly committed from the Zope trunk.
      
      Rev 26842 changed cache-size parameters to type byte-size.
      That's a good change, but it was checked in from a wrong place
      (from the Zope trunk's copy of ZODB).  Since we want Zope 2.8 to
      be usable with ZODB 3.3 too, I need to slam this change into
      3.3 now.
      
      Alas, I don't understand how ZODB+ZEO got stitched into the
      Zope trunk (I do understand how it got stitched into the
      Zope3 trunk, and into the X3 branch), and it looks like that
      was left in a poor state.
      0e1022ec
    • Tim Peters's avatar
      c9fa23e5
    • Tim Peters's avatar
      69197ab6
    • Tim Peters's avatar
      Merge rev 27557 from 3.3 branch. · 9087e56d
      Tim Peters authored
      New test checkReadConflictErrorClearedDuringAbort().
      
      This confirms that 3.3 didn't have the 3.2.4c1 bug wherein
      an explict transaction abort() failed to clear Connections'
      memory of ReadConflictErrors.
      9087e56d
  17. 14 Sep, 2004 4 commits
    • Tim Peters's avatar
      Merge rev 27526 from 3.3 branch. · c9c2393e
      Tim Peters authored
      Act as if a 3.3c1 release were being made.  Maybe it will
      be.  Besides "the usual" release fiddling, repaired many
      out-of-date pieces of the ZODB programming guide; I'm sure
      many remain, though.
      c9c2393e
    • Tim Peters's avatar
      Merge rev 27524 from 3.3 branch. · 907bd96e
      Tim Peters authored
      A test here didn't clean up after a failing commit().
      907bd96e
    • Tim Peters's avatar
      Merge rev 27522 from 3.3 branch. · 59f9c4e2
      Tim Peters authored
      Removed obsolete comment.
      59f9c4e2
    • Tim Peters's avatar
      Merge rev 27520 from 3.3 branch. · f2976c06
      Tim Peters authored
      As discussed on zodb-dev, failing commit "sticks" now.
      
      After a commit fails (raises an exception), all subsequent attempts
      to commit, join, or register with the transaction now raise the new
      TransactionFailedError.  The failed transaction must be explicitly
      discarded now, via abort() on the transaction or begin() on its
      transaction manager.
      f2976c06
  18. 10 Sep, 2004 1 commit
  19. 09 Sep, 2004 1 commit
    • Tim Peters's avatar
      Merge rev 27481 from 3.3 branch. · fc9fe5ca
      Tim Peters authored
      Forward port from Zope 2.7 branch.
      
      The ConflictError.get_{old,new}_serial() methods each did what the other
      was supposed to do.
      fc9fe5ca
  20. 04 Sep, 2004 1 commit
    • Tim Peters's avatar
      Merge rev 27446 from 3.3 branch. · ab0433ec
      Tim Peters authored
      Port from Zope 2.7 branch.
      
      Collector #1488 (TemporaryStorage -- going backward in time).
      
      This confusion was really due to that the detail on a ConflictError
      exception didn't make sense.
      ab0433ec