- 20 Mar, 2005 3 commits
-
-
Tim Peters authored
Document exclude{min,max}. The ZODB4 BTrees excludemin/excludemax arguments got implemented in 3.3, but the corresponding changes to the BTrees interface file got dropped on the floor.
-
Tim Peters authored
The ZODB4 BTrees excludemin/excludemax arguments got implemented in 3.3, but the corresponding changes to the BTrees interface file got dropped on the floor.
-
Christian Theune authored
documented in an interface. - The IDataManager, IDataManagerOrignal and IResourceManager cludge was cleaned up to be only IDataManager now which reflects the current situation.
-
- 19 Mar, 2005 7 commits
-
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Christian Theune authored
-
Christian Theune authored
-
Tim Peters authored
-
Tim Peters authored
-
- 17 Mar, 2005 2 commits
-
-
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
-
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
-
- 14 Mar, 2005 2 commits
-
-
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.
-
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.
-
- 12 Mar, 2005 1 commit
-
-
Tim Peters authored
ZODB is an XXX-free zone now.
-
- 11 Mar, 2005 5 commits
-
-
Tim Peters authored
-
Tim Peters authored
Convert some XXXs. More to come.
-
Tim Peters authored
-
Tim Peters authored
Convert some XXXs. More to come.
-
Tim Peters authored
-
- 07 Mar, 2005 2 commits
-
-
Tim Peters authored
Add more words about __del__ methods.
-
Tim Peters authored
-
- 03 Mar, 2005 1 commit
-
-
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.
-
- 02 Mar, 2005 3 commits
-
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
Also: s/3.3/3.4/g, since the trunk represents 3.4 development now. s/ZODB3/ZODB/g, since we stopped calling the module ZODB3 when we moved from CVS to SVN, and ZODB4 isn't talked about anywhere anymore. Updated recommended Python version to 2.3.5.
-
- 01 Mar, 2005 2 commits
-
-
Tim Peters authored
positive_id(): Use a trick from Armin Rigo to deduce the native platorm address size.
-
Tim Peters authored
native platorm address size.
-
- 28 Feb, 2005 2 commits
-
-
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.
-
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.
-
- 25 Feb, 2005 2 commits
-
-
Tim Peters authored
Port from ZODB 3.2. Stop believing the maximum oid cached in a FileStorage's .index file. This is a critical bugfix, although the problems it addresses are (a) rare; and, (b) not entirely fixed yet (more checkins to come). The true max oid is found efficiently now by exploiting the recently-added fsIndex.maxKey() method (which was, of course, added for this purpose). Also fix that the .index file could get updated on disk when the FileStorage was opened in read-only mode. The code was trying to prevent this, but missed the most obvious rewrite path. Incidentally improved many obsolete and/or incorrect comments.
-
Tim Peters authored
Stop believing the maximum oid cached in a FileStorage's .index file. This is a critical bugfix, although the problems it addresses are (a) rare; and, (b) not entirely fixed yet (more checkins to come). The true max oid is found efficiently now by exploiting the recently-added fsIndex.maxKey() method (which was, of course, added for this purpose). Also fix that the .index file could get updated on disk when the FileStorage was opened in read-only mode. The code was trying to prevent this, but missed the most obvious rewrite path. Incidentally improved many obsolete and/or incorrect comments.
-
- 24 Feb, 2005 4 commits
-
-
Tim Peters authored
Port from ZODB 3.2. Give fsIndex an efficient maxKey() implementation. This will (in a later checkin) be used to give FileStorage an "obviously correct" way to determine the largest oid used in an .fs.index file.
-
Tim Peters authored
Give fsIndex an efficient maxKey() implementation. This will (in a later checkin) be used to give FileStorage an "obviously correct" way to determine the largest oid used in an .fs.index file.
-
Tim Peters authored
Port from ZODB 3.2. Note that cPickleCache.c must be recompiled else the new test will fail. Change the exception raised when an attempt is made to add two objects to the cache with the same oid. The former messsage didn't make sense. Add a test to verify that this exception does get raised, and that the message given is the intended one. This is the first of a series of checkins, to fix critical bugs where ZODB can in fact raise this exception in rare, but normal, use cases.
-
Tim Peters authored
Note that cPickleCache.c must be recompiled else the new test will fail. Change the exception raised when an attempt is made to add two objects to the cache with the same oid. The former messsage didn't make sense. Add a test to verify that this exception does get raised, and that the message given is the intended one. This is the first of a series of checkins, to fix critical bugs where ZODB can in fact raise this exception in rare, but normal, use cases.
-
- 17 Feb, 2005 2 commits
-
-
Tim Peters authored
setUp(): Use a much smaller (than default) ZEO client cache. The current default is 200MB, and at least testSerialization reads the entire cache file into one giant string. That grossly boosts the process highwater mark when running the tests. Windows reclaims the memory after, but other platforms may not. Cool: testSerialization was one of the slowest tests before, but is 100x faster now.
-
Tim Peters authored
The current default is 200MB, and at least testSerialization reads the entire cache file into one giant string. That grossly boosts the process highwater mark when running the tests. Windows reclaims the memory after, but other platforms may not. Cool: testSerialization was one of the slowest tests before, but is 100x faster now.
-
- 10 Feb, 2005 2 commits
-
-
Tim Peters authored
Side-port changes checked in from a wrong project (Zope trunk): r28991 | jim | 2005-01-31 10:45:46 -0500 (Mon, 31 Jan 2005) | 5 lines ... Renamed the Zope package to Zope2 Import of the Zope package is now deprecated, but will be supported until Zope 2.11.
-
Tim Peters authored
r28991 | jim | 2005-01-31 10:45:46 -0500 (Mon, 31 Jan 2005) | 5 lines ... Renamed the Zope package to Zope2 Import of the Zope package is now deprecated, but will be supported until Zope 2.11.
-