1. 27 Jul, 2004 2 commits
  2. 11 Jul, 2004 1 commit
  3. 10 Jul, 2004 1 commit
    • Tim Peters's avatar
      Forward port from Zope 2.7 branch. · 21e0b34e
      Tim Peters authored
      Repaired a bug wherein spurious error msgs could be produced after
      reporting a problem with an unloadable object (discovered by eyeball,
      while staring at the code to figure out what it actually does).
      
      Vastly expanded the module docstring, with a slimmed-down version of
      the new fsrefs docs on the ZODB Wiki.
      
      21e0b34e
  4. 08 Jul, 2004 1 commit
    • Tim Peters's avatar
      Zope3-dev Collector #139: Memory leak involving buckets and connections · ef6f9a6e
      Tim Peters authored
      Connection objects were typically immortal because the threaded
      transaction manager kept them in an ever-growing lists.  Reworked the
      transaction manager internals to use a simple implementation of weak sets
      instead.  This plugs all leaks in the test program attached to the
      collector report (which was leaking about 100KB/sec on my box).
      ef6f9a6e
  5. 02 Jul, 2004 1 commit
    • Tim Peters's avatar
      Collector #1397: testTimeStamp fails on FreeBSD · 9ff85cee
      Tim Peters authored
      Forward-porting from Zope 2.7.
      
      The checkFullTimeStamp() test was sensitive to unique mktime() behavior
      on FreeBSD.  See:
      
      http://lists.freebsd.org/pipermail/freebsd-standards/2003-November/000268.html 
      
      The purpose of this test is to exercise ZODB's TimeStamp object, so got
      rid of dependence on platform mktime() and time.timezone quirks --
      TimeStamp works in GMT, so how mktime() treats tm_isdst should be
      irrelevant in all TimeStamp tests.
      
      Also added a comment about the highly non-obvious numeric characteristics
      of TimeStamp's treatment of seconds (round-tripping is surprisingly
      inaccurate, but for a real reason).
      9ff85cee
  6. 22 Jun, 2004 1 commit
  7. 21 Jun, 2004 2 commits
  8. 18 Jun, 2004 1 commit
    • Tim Peters's avatar
      Merge 25911 from trunk. · 1c754fe4
      Tim Peters authored
      New test checkRestoreWithMultipleObjectsInUndoRedo from ZODB 3.2.2.
      3.3 didn't have the bug, and this confirms it.
      1c754fe4
  9. 17 Jun, 2004 1 commit
  10. 15 Jun, 2004 1 commit
  11. 08 Jun, 2004 7 commits
  12. 07 Jun, 2004 3 commits
  13. 03 Jun, 2004 13 commits
  14. 02 Jun, 2004 5 commits