- 28 Sep, 2010 7 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
- When using multi-databases, cache-management operations on a connection, cacheMinimize and cacheGC, weren't applied to subconnections.
-
- 27 Sep, 2010 4 commits
-
-
Jim Fulton authored
of provoking the buildbot test failure that I hope I just fixed. :)
-
Jim Fulton authored
-
Jim Fulton authored
- ZEO didn't work with IPv6 addrsses. Added IPv6 support contributed by Martin v. Lowis.
-
Jim Fulton authored
- A file storage bug could cause ZEO clients to have incorrect information about current object revisions after reconnecting to a database server. Also added a locking/transaction ordering test.
-
- 25 Sep, 2010 2 commits
-
-
Hanno Schlichting authored
Sorry, need to change the version number to represent something closer to the actual one, otherwise developing the code in combination with other software with a ZODB>=3.9 dependency doesn't work
-
Hanno Schlichting authored
Be nice and use loadable test data in the new check_checkCurrentSerialInTransaction test. This allows the tempstorage tests to pass again, which directly reuse the BasicStorage protocol tests.
-
- 24 Sep, 2010 7 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
- Logrotation/repoening via a SIGUSR2 signal wasn't implemented. (https://bugs.launchpad.net/zodb/+bug/143600) Needs windows test.
-
Jim Fulton authored
-
Jim Fulton authored
- Changes in way that garage collection treats dictionaries in Python 2.7 broke the object/connection cache implementation. (https://bugs.launchpad.net/zodb/+bug/641481)
-
- 22 Sep, 2010 3 commits
-
-
Jim Fulton authored
-
-
Jim Fulton authored
- Object ids created in a savepoint that is rolled back wren't being reused. (https://bugs.launchpad.net/zodb/+bug/588389)
-
- 17 Sep, 2010 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Tres Seaver authored
-
- 16 Sep, 2010 6 commits
-
-
Jim Fulton authored
The verbose mode of the fstest was broken. (https://bugs.launchpad.net/zodb/+bug/475996)
-
Jim Fulton authored
Setting _p_changed on a blob wo actually writing anything caused an error. (https://bugs.launchpad.net/zodb/+bug/440234)
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 13 Sep, 2010 1 commit
-
-
Jim Fulton authored
there aren't any transactions. Now a string of 8 nulls (aka "z64") is specified.
-
- 12 Sep, 2010 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 10 Sep, 2010 4 commits
-
-
Jim Fulton authored
Objects added in transactions that were later aborted could have _p_changed still set (https://bugs.launchpad.net/zodb/+bug/615758).
-
Jim Fulton authored
- ZEO extension methods failed when a client reconnected to a storage. (https://bugs.launchpad.net/zodb/+bug/143344)
-
Jim Fulton authored
repeatedly. Added additional debugging info to try to understand what's going on on a rare bot test failure that I can't reproduce.
-
Jim Fulton authored
-