1. 21 Mar, 2005 1 commit
  2. 20 Mar, 2005 12 commits
  3. 19 Mar, 2005 7 commits
  4. 17 Mar, 2005 2 commits
    • Tim Peters's avatar
      Merge rev 29532 from 3.3 branch. · 63690564
      Tim Peters authored
      Merge checkin made from a wrong project:
      
      r29511 | gotcha | 2005-03-16 11:01:21 -0500 (Wed, 16 Mar 2005) | 1 line
      Changed paths:
         M /Zope/trunk/utilities/ZODBTools/zodbload.py
      
      port features from 2.7
      63690564
    • Tim Peters's avatar
      Merge checkin made from a wrong project: · 987573fc
      Tim Peters authored
      r29511 | gotcha | 2005-03-16 11:01:21 -0500 (Wed, 16 Mar 2005) | 1 line
      Changed paths:
         M /Zope/trunk/utilities/ZODBTools/zodbload.py
      
      port features from 2.7
      987573fc
  5. 14 Mar, 2005 2 commits
    • Tim Peters's avatar
      Merge rev 29467 from 3.3 branch. · 921617b8
      Tim Peters authored
      Backward compatibility hack for ZODB.Persistent{List,Mapping}.
      
      Allow those old (ZODB 3.2) dotted paths to work again.
      
      Fallout:  testPersistentMapping.py hasn't actually run anything
      for a long time, due to a mysterious "return None" at the start
      of its test_suite() function.  Removed that.  Then its
      checkNewPicklesAreSafe test failed.  Spent 15 minutes on that,
      and gave up -- I'm still not even sure what it's _trying_ to
      test.  Changed it to a TODO.
      921617b8
    • Tim Peters's avatar
      Backward compatibility hack for ZODB.Persistent{List,Mapping}. · d46b8017
      Tim Peters authored
      Allow those old (ZODB 3.2) dotted paths to work again.
      
      Fallout:  testPersistentMapping.py hasn't actually run anything
      for a long time, due to a mysterious "return None" at the start
      of its test_suite() function.  Removed that.  Then its
      checkNewPicklesAreSafe test failed.  Spent 15 minutes on that,
      and gave up -- I'm still not even sure what it's _trying_ to
      test.  Changed it to a TODO.
      d46b8017
  6. 12 Mar, 2005 1 commit
  7. 11 Mar, 2005 5 commits
  8. 07 Mar, 2005 2 commits
  9. 03 Mar, 2005 1 commit
    • Tim Peters's avatar
      Merge ZODB trunk changes checked in from a wrong project. · 2d90abbd
      Tim Peters authored
      r29290 | frerich | 2005-02-24 17:36:00 -0500 (Thu, 24 Feb 2005)
      Changed paths:
         M /Zope3/trunk/src/ZODB/tests/dbopen.txt
         ...
         minor editing
      
      r29247 | gintautasm | 2005-02-22 06:40:26 -0500 (Tue, 22 Feb 2005)
      Changed paths:
         M /Zope3/trunk/src/BTrees/Interfaces.py
         ...
         More minor nitpicks.  This should be the last one.
      
      2d90abbd
  10. 02 Mar, 2005 3 commits
  11. 01 Mar, 2005 2 commits
  12. 28 Feb, 2005 2 commits
    • Tim Peters's avatar
      Merge rev 29350 from ZODB 3.3 branch. · 1f6caf72
      Tim Peters authored
      Port from ZODB 3.2.
      
      Change FileStorage .restore() and .store() to update max oid in use.
      
      This is the last of the checkins to fix critical bugs involving rare cases
      where a FileStorage could end up reusing old oids for new objects.
      1f6caf72
    • Tim Peters's avatar
      Port from ZODB 3.2. · 7c89220e
      Tim Peters authored
      Change FileStorage .restore() and .store() to update max oid in use.
      
      This is the last of the checkins to fix critical bugs involving rare cases
      where a FileStorage could end up reusing old oids for new objects.
      7c89220e