1. 15 Feb, 2007 1 commit
  2. 05 Feb, 2007 2 commits
  3. 01 Feb, 2007 1 commit
  4. 30 Jan, 2007 1 commit
  5. 25 Dec, 2006 1 commit
  6. 20 Dec, 2006 2 commits
  7. 29 Nov, 2006 1 commit
  8. 21 Nov, 2006 1 commit
  9. 08 Sep, 2006 1 commit
    • Brian Sutherland's avatar
      merge 70049:70059 from the jinty-doom branch. · ff678cc9
      Brian Sutherland authored
      These are the ZODB part of the patches I posted to
      http://www.zope.org/Collectors/Zope3-dev/655 with an additional import cleanup.
      The issue was silent for over 2 weeks.
      
      Also my attempts at subscribing to zodb-dev or sending a message there
      dissapeared were doomed;)
      
      I'm fully willing to revert this if someone has an issue with it.
      
          ------------------------------------------------------------------------
          r70059 | jinty | 2006-09-08 16:26:44 +0200 (Fri, 08 Sep 2006) | 1 line
      
          Forgot the NEWS entry. Hope I did it right.
          ------------------------------------------------------------------------
          r70053 | jinty | 2006-09-08 14:43:26 +0200 (Fri, 08 Sep 2006) | 1 line
      
          Clean up wierd import dance with ZODB. This is unnecessary since the transaction module stopped being imported in ZODB/__init__.py in rev 39622.
          ------------------------------------------------------------------------
          r70051 | jinty | 2006-09-08 13:24:45 +0200 (Fri, 08 Sep 2006) | 1 line
      
          Add the ability to ask a transaction if it has been doomed i.e. isDoomed().
          ------------------------------------------------------------------------
          r70050 | jinty | 2006-09-08 13:13:06 +0200 (Fri, 08 Sep 2006) | 1 line
      
          Add the doom() function to transactions. Look at tests/doom.txt for more info.
          ------------------------------------------------------------------------
      
      
      ff678cc9
  10. 16 Aug, 2006 1 commit
  11. 27 Jul, 2006 1 commit
  12. 18 Jul, 2006 4 commits
  13. 03 Jul, 2006 3 commits
  14. 01 Jul, 2006 1 commit
  15. 16 Jun, 2006 1 commit
  16. 02 Jun, 2006 1 commit
  17. 04 May, 2006 3 commits
  18. 17 Apr, 2006 1 commit
  19. 22 Mar, 2006 1 commit
  20. 02 Mar, 2006 1 commit
  21. 11 Feb, 2006 2 commits
  22. 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
  23. 23 Jan, 2006 1 commit
  24. 20 Jan, 2006 1 commit
  25. 05 Jan, 2006 1 commit
  26. 03 Jan, 2006 1 commit
  27. 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
  28. 18 Dec, 2005 1 commit
  29. 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
  30. 12 Dec, 2005 1 commit