1. 26 Feb, 2004 4 commits
    • Jeremy Hylton's avatar
      Add tests, docs, and a bunch of small cleanups. · 28bf3e47
      Jeremy Hylton authored
      Add get() as preferred synonym for __getitem__.  Change several uses
          of subscripting to get().
      Change add() to register new object with transaction.
      Change several methods to raise RuntimeError if they are called when
          the Connection is closed.
      Add experimental epydoc markup to doc strings.
      Extend doc strings and write new tests for "User Methods."
      28bf3e47
    • Jeremy Hylton's avatar
      Make the defaults bools instead of ints. · 344aaaac
      Jeremy Hylton authored
      344aaaac
    • Tim Peters's avatar
      loadBefore(): This forgot to acquire the lock. That's a clear bug. · c711cf53
      Tim Peters authored
      However, fixing it so far *appears* to fix a bunch of shy FileStorage
      pack[Now]WhileWriting test failures whose connection to loadBefore()
      isn't obvious.  It's plausible that it's a real fix for those, just
      not (yet) compelling.  It seems very likely to be a real fix for very
      rare failures that have shown up only in ChrisM's overnight testrunner
      reports (because those did have stuff related to loadBefore() in their
      tracebacks).
      c711cf53
    • Jeremy Hylton's avatar
      metaclass has no effect here · 975214e8
      Jeremy Hylton authored
      975214e8
  2. 25 Feb, 2004 7 commits
  3. 24 Feb, 2004 6 commits
  4. 23 Feb, 2004 6 commits
  5. 21 Feb, 2004 1 commit
  6. 20 Feb, 2004 11 commits
  7. 19 Feb, 2004 5 commits