1. 28 Jun, 2007 1 commit
  2. 06 Jun, 2007 2 commits
  3. 20 Apr, 2007 2 commits
  4. 01 Apr, 2007 1 commit
  5. 28 Feb, 2007 3 commits
  6. 27 Feb, 2007 1 commit
  7. 26 Feb, 2007 1 commit
  8. 15 Feb, 2007 1 commit
  9. 06 Feb, 2007 2 commits
    • Gary Poster's avatar
      05cf02d4
    • Gary Poster's avatar
      revert revision 72313: · 7d9a9e50
      Gary Poster authored
        "add new 64-bit btree types (patch from Jim), merged from trunk"
      
      Even though, as noted in the history file, there is no official release
      of standalone ZODB 3.7, it corresponds with the release of Zope 3.3 and
      2.10 in 2006, and should be considered feature-frozen.  Jim has
      requested that these changes be reserved for the trunk (to be ZODB 3.8).
      
      A subsequent checkin will clarify the status of 3.7 in HISTORY.txt.
      
      7d9a9e50
  10. 01 Feb, 2007 1 commit
  11. 21 Nov, 2006 3 commits
  12. 16 Aug, 2006 1 commit
  13. 15 Aug, 2006 1 commit
  14. 14 Aug, 2006 1 commit
  15. 13 Aug, 2006 2 commits
  16. 27 Jul, 2006 1 commit
  17. 18 Jul, 2006 4 commits
  18. 16 Jun, 2006 1 commit
  19. 02 Jun, 2006 1 commit
  20. 08 May, 2006 1 commit
  21. 04 May, 2006 3 commits
  22. 17 Apr, 2006 1 commit
  23. 22 Mar, 2006 1 commit
  24. 02 Mar, 2006 1 commit
  25. 11 Feb, 2006 2 commits
  26. 03 Feb, 2006 1 commit
    • Shane Hathaway's avatar
      Fixed multiple undo in a transaction. · 9ce4c7fe
      Shane Hathaway authored
      For multiple undo to succeed, the undo operations have to be
      performed in a specific order.  The order was not being retained
      by ZODB and was instead semi-random (the order depended on the
      id() function.)  Now undo operations (as well as all
      ResourceManagers) are sorted by creation order.
      
      9ce4c7fe