- 24 Sep, 2010 4 commits
-
-
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 6 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
-
Patrick Strawderman authored
-
Jim Fulton authored
sockets.
-
- 09 Sep, 2010 10 commits
-
-
Jim Fulton authored
failure to deal with a test failure that occurs often in a buildbot, but that I don't get myself *even* when running on the same machine as the bot.
-
Jim Fulton authored
failure.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
tested incorrectly for ZEO.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
When objects were added in savepoints and either the savepoint was rolled back (https://bugs.launchpad.net/zodb/+bug/143560) or the transaction was aborted (https://mail.zope.org/pipermail/zodb-dev/2010-June/013488.html) The objects' _p_oid and _p_jar variables weren't cleared, leading to surprizing errors.
-
Patrick Strawderman authored
without setting the connection.
-
- 08 Sep, 2010 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Fixed a bug in processing invalidations. Cache last tid shouldn't be set until all of the invalidations have been processed. For this reason, we no longer set the last tid in the cache invalidate method
-