1. 30 Apr, 2003 2 commits
  2. 29 Apr, 2003 2 commits
  3. 25 Apr, 2003 1 commit
  4. 24 Apr, 2003 3 commits
  5. 23 Apr, 2003 5 commits
  6. 22 Apr, 2003 8 commits
  7. 21 Apr, 2003 2 commits
  8. 17 Apr, 2003 1 commit
  9. 16 Apr, 2003 1 commit
  10. 11 Apr, 2003 3 commits
  11. 10 Apr, 2003 1 commit
  12. 09 Apr, 2003 3 commits
  13. 08 Apr, 2003 5 commits
    • Barry Warsaw's avatar
      Another test MappingStorage won't pass. · 08292f41
      Barry Warsaw authored
      08292f41
    • Barry Warsaw's avatar
      Update comment. · 0b3d7478
      Barry Warsaw authored
      0b3d7478
    • Barry Warsaw's avatar
      None of the ZEO tests were actually using any storage other than · 4bbe355a
      Barry Warsaw authored
      FileStorage.  Fixed this and then had to no-op all the tests that
      MappingStorage can't possibly pass.
      
      I think there may still be problems with BDB which I'll follow up on
      next.
      4bbe355a
    • Jeremy Hylton's avatar
      Cleanup __del__. · fae74fa5
      Jeremy Hylton authored
      You never need an __del__ to close a file.  A file closes itself when
      it is deallocated.
      
      Don't give an object a magic __del__ attribute.  It won't work with
      new-style classes, and it's obscure anyway.
      fae74fa5
    • Jeremy Hylton's avatar
      Backport atomic invalidations code from Zope3. · 032d309c
      Jeremy Hylton authored
      The DB's invalidate() method takes a set of oids corresponding to all
      the changes from a data manager for one transaction.  All the objects
      are invalidated at once.
      
      Add a few tests in testZODB of the new code.  The tests just cover
      corner cases, because I can't think of a sensible way to test the
      atomicity.  When it has failed in the past, it's been caused by
      nearly-impossible to reproduce data races.
      
      This fix needs to be backported to Zope 2.6, but only after assessing
      how significant an impact the API change will have.
      032d309c
  14. 07 Apr, 2003 3 commits