1. 18 Aug, 2006 1 commit
  2. 16 Aug, 2006 1 commit
  3. 15 Aug, 2006 1 commit
  4. 14 Aug, 2006 1 commit
  5. 13 Aug, 2006 2 commits
  6. 27 Jul, 2006 1 commit
  7. 18 Jul, 2006 4 commits
  8. 16 Jun, 2006 1 commit
  9. 02 Jun, 2006 1 commit
  10. 08 May, 2006 1 commit
  11. 04 May, 2006 3 commits
  12. 17 Apr, 2006 1 commit
  13. 22 Mar, 2006 1 commit
  14. 02 Mar, 2006 1 commit
  15. 11 Feb, 2006 2 commits
  16. 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
  17. 23 Jan, 2006 1 commit
  18. 20 Jan, 2006 1 commit
  19. 05 Jan, 2006 1 commit
  20. 03 Jan, 2006 1 commit
  21. 02 Jan, 2006 1 commit
    • Tim Peters's avatar
      Merge rev 41063 from 3.6 branch. · 3e334b70
      Tim Peters authored
      _ConnectionPool._reduce_size():  when forgetting a Connection
      due to exceeding pool_size available connections, clear its
      cache right away.  Because such a connection can never be in
      the open state again, hanging on to resources in its cache is
      just wasteful.  This was reported as "a problem" on zodb-dev
      recently, although it's unclear how the poster got into a state
      where it mattered so much.
      3e334b70
  22. 18 Dec, 2005 1 commit
  23. 14 Dec, 2005 1 commit
    • Tim Peters's avatar
      Merge rev 40783 from 3.4 branch. · 4c823a7c
      Tim Peters authored
      _setstate():  An MVCC optimization was inadvertently disabled by
      fixes for ZClasses.  Repaired.
      
      Elsewhere, repaired English in comments.
      
      NEWS.txt:  removed news from 3.6 and earlier.
      4c823a7c
  24. 12 Dec, 2005 2 commits
  25. 10 Dec, 2005 1 commit
  26. 09 Dec, 2005 3 commits
  27. 07 Dec, 2005 1 commit
  28. 04 Dec, 2005 1 commit
  29. 30 Nov, 2005 1 commit
  30. 24 Nov, 2005 1 commit