1. 08 Oct, 2004 5 commits
  2. 05 Oct, 2004 3 commits
  3. 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
  4. 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
  5. 29 Sep, 2004 4 commits
  6. 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
  7. 23 Sep, 2004 2 commits
  8. 17 Sep, 2004 8 commits
    • Tim Peters's avatar
      Merge rev 27621 from 3.3 branch. · 5590ddae
      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.
      5590ddae
    • Tim Peters's avatar
      Check in stuff mistakenly committed from the Zope trunk. · fe2d10a6
      Tim Peters authored
      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.
      fe2d10a6
    • Tim Peters's avatar
      e08f0cdc
    • Tim Peters's avatar
      Repair a Trove line I just damaged. · fc42ffba
      Tim Peters authored
      fc42ffba
    • Tim Peters's avatar
      Pretend 3.3 final is being released. · bcc5b13e
      Tim Peters authored
      So that if Zope X3-3.0 final is released while I'm on vacation,
      it will have the right ZODB stuff in it (although I still need
      to stitch this in to the Zope 3 and X3 trees).
      bcc5b13e
    • Tim Peters's avatar
      1c94750f
    • Tim Peters's avatar
      Merge rev 27557 from 3.3 branch. · 75f7ad02
      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.
      75f7ad02
    • Tim Peters's avatar
      New test checkReadConflictErrorClearedDuringAbort(). · ee6ca8ce
      Tim Peters authored
      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.
      ee6ca8ce
  9. 14 Sep, 2004 9 commits
  10. 10 Sep, 2004 1 commit