1. 23 Jan, 2006 1 commit
  2. 20 Jan, 2006 1 commit
  3. 05 Jan, 2006 1 commit
  4. 03 Jan, 2006 1 commit
  5. 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
  6. 18 Dec, 2005 1 commit
  7. 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
  8. 12 Dec, 2005 2 commits
  9. 10 Dec, 2005 1 commit
  10. 09 Dec, 2005 3 commits
  11. 07 Dec, 2005 1 commit
  12. 04 Dec, 2005 1 commit
  13. 30 Nov, 2005 1 commit
  14. 24 Nov, 2005 2 commits
  15. 22 Nov, 2005 1 commit
  16. 20 Nov, 2005 1 commit
  17. 18 Nov, 2005 1 commit
    • Tim Peters's avatar
      Merge rev 40230 from the 3.6 branch. · dcee1d14
      Tim Peters authored
      Testing from a checkout is different than testing from a
      distribution now.  Explain the differences.  Removed the
      business about fiddling PYTHONPATH, because it shouldn't
      be needed (and isn't for me ;-)).
      dcee1d14
  18. 07 Nov, 2005 1 commit
  19. 05 Nov, 2005 4 commits
  20. 01 Nov, 2005 1 commit
  21. 25 Oct, 2005 2 commits
  22. 24 Oct, 2005 3 commits
  23. 21 Oct, 2005 1 commit
  24. 20 Oct, 2005 2 commits
  25. 07 Oct, 2005 3 commits
  26. 05 Oct, 2005 2 commits
    • Tim Peters's avatar
      Merge rev 38779 from 3.5 branch. · cd031e83
      Tim Peters authored
      A wordier stab at Florent's rev 38766.
      
      More words in the subtransaction deprecation warning.
      cd031e83
    • Tim Peters's avatar
      Revert inappropriate checkin. · 4d7082ea
      Tim Peters authored
      The new text wasn't more accurate than the text it
      replaced.  I'll add more words, but on the 3.5 branch
      (where it belongs), and then merge that to the trunk.
      4d7082ea