1. 18 Feb, 2004 3 commits
    • Jeremy Hylton's avatar
      Rename transactionalUndo() to undo(). · 026c3746
      Jeremy Hylton authored
      The old undo was not used by Zope and shouldn't have been used by any
      other client.  The newly named undo() is the preferred version of
      undo.
      
      XXX DemoStorage didn't implement transactionalUndo, so now it doesn't
      implementation undo() at all.  We need to replace it with the demo
      storage from ZODB4.
      
      There are a few changes related to ZODB4 removal in this checkin.
      026c3746
    • Jeremy Hylton's avatar
      script to help with building releases · ce3f3048
      Jeremy Hylton authored
      ce3f3048
    • Jeremy Hylton's avatar
      std license · c7accfe9
      Jeremy Hylton authored
      c7accfe9
  2. 17 Feb, 2004 3 commits
  3. 14 Feb, 2004 1 commit
  4. 12 Feb, 2004 1 commit
  5. 11 Feb, 2004 11 commits
  6. 06 Feb, 2004 1 commit
  7. 05 Feb, 2004 2 commits
  8. 04 Feb, 2004 1 commit
  9. 19 Jan, 2004 1 commit
  10. 16 Jan, 2004 5 commits
  11. 14 Jan, 2004 6 commits
  12. 09 Jan, 2004 5 commits
    • Jeremy Hylton's avatar
      Repair comment. · 1fdc239d
      Jeremy Hylton authored
      1fdc239d
    • Jeremy Hylton's avatar
      Fix bug in quick verification. · 6795ca8f
      Jeremy Hylton authored
      The server was sending all the invalidations from the queue, not just
      the ones that were later than the requested tid.  This didn't affect
      correctness of the cache, but did cause it to throw out valid data.
      
      Add test case to verify that getInvalidations() returns only what is
      expected.
      
      Bug fix candidate.
      6795ca8f
    • Tim Peters's avatar
      ClientThread(): Some of the packing tests still fail in rare & strange · c2c5a344
      Tim Peters authored
      ways, but unittest never notices this because the tests always fail in
      a thread unittest doesn't know anything about.  Changed ClientThread
      to derive from the MTStorage tests' TestThread, which arranges to re-raise
      a thread-death exception in the main thread.  Tested "by hand", via
      temporarily forcing fatal thread exceptions in all the Pack[Now]WhileWriting
      tests; unittest did notice those now.  So, when this happens again in real
      life, we'll no longer be fooled by test runner reports claiming that
      everything passed, and then frustrated by not even being able to tell
      which test failed (you can't tell from the isolated thread traceback(s)
      wading in the sea of testrunner dot output).
      c2c5a344
    • Tim Peters's avatar
    • Jeremy Hylton's avatar
      Remove a bunch of old files. · dae7def0
      Jeremy Hylton authored
      dae7def0