1. 31 Aug, 2005 5 commits
  2. 30 Aug, 2005 2 commits
  3. 29 Aug, 2005 2 commits
  4. 26 Aug, 2005 5 commits
  5. 25 Aug, 2005 1 commit
    • Tim Peters's avatar
      Merge rev 38093 from 3.4 branch. · c06ae80f
      Tim Peters authored
      Comment out the undocumented method definitions in the
      storage interfaces.  It would be better to define &
      document them, but that takes time, and until time is
      available better not to pretend that they're all really
      part of "the" storage API.
      c06ae80f
  6. 24 Aug, 2005 3 commits
  7. 23 Aug, 2005 1 commit
  8. 13 Aug, 2005 2 commits
  9. 12 Aug, 2005 3 commits
  10. 11 Aug, 2005 4 commits
  11. 09 Aug, 2005 1 commit
  12. 08 Aug, 2005 3 commits
  13. 07 Aug, 2005 1 commit
    • Tim Peters's avatar
      Merge rev 37777 from 3.4 branch. · 0bb13f9c
      Tim Peters authored
      Part of Collector 1860 (the other part is in Zope).
      
      There's no possiblity of rollback here, so no need to insist that the
      data manager support rollbacks.
      
      0bb13f9c
  14. 04 Aug, 2005 3 commits
    • Tim Peters's avatar
      An internal 3.5.0a6 release. · 8e72bad8
      Tim Peters authored
      8e72bad8
    • Tim Peters's avatar
      Merge rev 37713 from 3.4 branch. · 8900bc7c
      Tim Peters authored
      Plug leaks in the ZEO client cache.
      
      ClientCache._evicted():  When deleting the last range of
      non-current tids for an oid, remove the list from the
      noncurrent dict instead of leaving an empty list sitting
      there forever.  This also required adjusting the side-
      effect dance in ClientCache._remove_noncurrent_revisions().
      
      FileCache._makeroom():  This was the major leak -- it
      neglected to remove an evicted object's Entry from the
      key2entry dict.
      8900bc7c
    • Philipp von Weitershausen's avatar
      Merge the philikon-zeo-scripts branch: · 3722c179
      Philipp von Weitershausen authored
        move things around so that zeo scripts are installed for
        standalone zodb releases but not for zope releases
      3722c179
  15. 02 Aug, 2005 1 commit
  16. 01 Aug, 2005 2 commits
  17. 29 Jul, 2005 1 commit