- 22 Dec, 2009 2 commits
-
-
Jim Fulton authored
breaking the client loop.
-
Jim Fulton authored
-
- 20 Dec, 2009 1 commit
-
-
Tres Seaver authored
-
- 18 Dec, 2009 7 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Cleaned up trailing whitespace.
-
Jim Fulton authored
hard to turn back on when it's needed, although, at that poiint, it still might not be enough. :)
-
- 16 Dec, 2009 1 commit
-
-
Jim Fulton authored
Object state management wasn't dome correctly when classes implemented custom _p_deavtivate methods. (https://bugs.launchpad.net/zodb/+bug/185066)
-
- 15 Dec, 2009 1 commit
-
-
Jim Fulton authored
-
- 14 Dec, 2009 5 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
See https://bugs.launchpad.net/zodb/+bug/459889
-
Jim Fulton authored
data. (This sometimes caused an AssertionError in Connection._setstate_noncurrent.)
-
Jim Fulton authored
passed a tid older than anything in changes but newer than anything in base.
-
Jim Fulton authored
test into an automated test, and included Chris Wither's repozo fix (as monified by Godefroid Chapelle) to avoid a deprecation warning.
-
- 01 Dec, 2009 5 commits
-
-
Jim Fulton authored
Bug fixed: - Internal ZEO errors were logged at the INFO level, rather than at the error level.
-
Jim Fulton authored
- zope.testing was an unnecessary non-testing dependency.
-
Jim Fulton authored
Bug Fixed: History support was broken when using stprages that work with ZODB 3.8 and 3.9
-
Jim Fulton authored
of md5 support to avoid a deprecation warning. I would love to reapply 105888 (from the 3.9 branch) when there is an adequate test. This can be achived through a pretty straightforward conversion of the existing manual repozo test to an automated test.
-
Jim Fulton authored
Bugs Fixed: 2 BTree bugs, introduced by a bug fix in 3.9.0c2, sometimes caused deletion of keys to be improperly handled, resulting in data being available via iteraation but not item access.
-
- 21 Nov, 2009 1 commit
-
-
Christian Theune authored
generic dostore() method instead of writing a transaction manually.
-
- 20 Nov, 2009 3 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Christian Theune authored
-
- 19 Nov, 2009 1 commit
-
-
Chris Withers authored
- make testrepozo.py runnable from a buildout setup - fix deprecation warning from repozo.py under Python 2.6
-
- 29 Oct, 2009 2 commits
-
-
Patrick Strawderman authored
-
Patrick Strawderman authored
-
- 15 Oct, 2009 1 commit
-
-
Fred Drake authored
-
- 12 Oct, 2009 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 11 Oct, 2009 1 commit
-
-
Jim Fulton authored
hangs under extreme conditions.
-
- 09 Oct, 2009 1 commit
-
-
Jim Fulton authored
unnecessarily blocked other activity.
-
- 08 Oct, 2009 5 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
ZEO manages a separate thread for client network IO. It created this thread on import, which caused problems for applications that implemented daemon behavior by forking. Now, the client thread isn't created until needed.
-
- 01 Oct, 2009 1 commit
-
-
Jim Fulton authored
-