1. 26 Oct, 2004 1 commit
    • Tim Peters's avatar
      Rewrote DB to use new _ConnectionPool class. · beacdb4e
      Tim Peters authored
      Most relevant code is much simpler now; there's no longer
      a hard limit on the # of connections per DB.  All the
      tests pass, but test coverage of the sprawling DB API isn't
      very good.
      beacdb4e
  2. 25 Oct, 2004 4 commits
  3. 18 Oct, 2004 2 commits
  4. 15 Oct, 2004 4 commits
  5. 14 Oct, 2004 4 commits
  6. 12 Oct, 2004 6 commits
  7. 08 Oct, 2004 5 commits
  8. 05 Oct, 2004 3 commits
  9. 04 Oct, 2004 2 commits
    • Tim Peters's avatar
      Merge rev 27742 from 3.3 branch. · 532d262c
      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.
      532d262c
    • Tim Peters's avatar
      Use proto 1 pickles in ZEO/zrpc/Marshaller.encode(). · 0b9ab6b1
      Tim Peters authored
      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.
      0b9ab6b1
  10. 30 Sep, 2004 4 commits
    • Tim Peters's avatar
      Merge rev 27723 from 3.3 branch. · ae7c4b4f
      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.
      ae7c4b4f
    • Tim Peters's avatar
      Merge rev 27222 from Zope trunk. · 95ca2b36
      Tim Peters authored
      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.
      95ca2b36
    • Tim Peters's avatar
      Merge rev 27717 from 3.3 branch. · c94fff05
      Tim Peters authored
      Merge rev 27712 from Zope trunk.
      
      Restore the Connection._opened attribute, actually used by
      DB.connectionDebugInfo().
      c94fff05
    • Tim Peters's avatar
      Merge rev 27712 from Zope trunk. · 723fe75d
      Tim Peters authored
      Restore the Connection._opened attribute, actually used by
      DB.connectionDebugInfo().
      723fe75d
  11. 29 Sep, 2004 4 commits
  12. 27 Sep, 2004 1 commit
    • Tim Peters's avatar
      Merge rev 27695 from 3.3 branch. · b0ae7ac3
      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.
      b0ae7ac3