1. 18 Feb, 2004 3 commits
    • Jeremy Hylton's avatar
      Rename transactionalUndo() to undo(). · 3b8c30bb
      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.
      3b8c30bb
    • Jeremy Hylton's avatar
      script to help with building releases · e8170a45
      Jeremy Hylton authored
      e8170a45
    • Jeremy Hylton's avatar
      std license · e05127d8
      Jeremy Hylton authored
      e05127d8
  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. · f3767774
      Jeremy Hylton authored
      f3767774
    • Jeremy Hylton's avatar
      Fix bug in quick verification. · 1b21f7d8
      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.
      1b21f7d8
    • Tim Peters's avatar
      ClientThread(): Some of the packing tests still fail in rare & strange · 4710a5c4
      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).
      4710a5c4
    • Tim Peters's avatar
    • Jeremy Hylton's avatar
      Remove a bunch of old files. · 4d8ca6fd
      Jeremy Hylton authored
      4d8ca6fd