1. 20 Sep, 2010 2 commits
    • Jim Fulton's avatar
      Bug Fixed · c7b7c0ee
      Jim Fulton authored
      - Updating blobs in save points could cause spurious "invalidations
        out of order" errors.  https://bugs.launchpad.net/zodb/+bug/509801
      
      (Thanks to Christian Zagrodnick for chasing this down.)
      c7b7c0ee
    • Jim Fulton's avatar
      Fixed bug: · ae1636e9
      Jim Fulton authored
      - BTree sets and tree sets didn't correctly check values passed to
        update or to constructors, causing Python to exit under certain
        circumstances.
      ae1636e9
  2. 21 Jun, 2010 1 commit
  3. 13 May, 2010 1 commit
  4. 27 Apr, 2010 1 commit
  5. 23 Apr, 2010 5 commits
  6. 21 Apr, 2010 3 commits
  7. 20 Apr, 2010 3 commits
  8. 23 Mar, 2010 2 commits
  9. 07 Mar, 2010 1 commit
  10. 20 Dec, 2009 1 commit
  11. 15 Dec, 2009 1 commit
  12. 14 Dec, 2009 5 commits
  13. 11 Dec, 2009 1 commit
  14. 03 Dec, 2009 2 commits
  15. 01 Dec, 2009 4 commits
  16. 20 Nov, 2009 3 commits
  17. 19 Nov, 2009 2 commits
  18. 23 Oct, 2009 1 commit
  19. 22 Oct, 2009 1 commit
    • Jim Fulton's avatar
      Bugs Fixed: · c11cb76a
      Jim Fulton authored
        2 BTree bugs, introduced by a bug fix in 3.9.0c2, sometimes caused
        deletion of keys to be improperly handled, resulting in data being
        available via iteraation but not item access.
      c11cb76a