1. 25 Oct, 2004 2 commits
  2. 18 Oct, 2004 2 commits
  3. 15 Oct, 2004 4 commits
  4. 14 Oct, 2004 4 commits
  5. 12 Oct, 2004 6 commits
  6. 08 Oct, 2004 5 commits
  7. 05 Oct, 2004 3 commits
  8. 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
  9. 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
  10. 29 Sep, 2004 4 commits
  11. 27 Sep, 2004 2 commits
    • 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
    • Tim Peters's avatar
      Transaction.begin(). · fb3076ca
      Tim Peters authored
      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.
      fb3076ca
  12. 23 Sep, 2004 2 commits