- 21 Apr, 2010 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 20 Apr, 2010 3 commits
-
-
Jim Fulton authored
optimized Python. :(
-
Jim Fulton authored
-
Jim Fulton authored
-
- 23 Mar, 2010 2 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
Added back the second test condition, otherwise the test wasn't failing on some platforms without the actual code change
-
- 07 Mar, 2010 1 commit
-
-
Jim Fulton authored
https://bugs.launchpad.net/zodb/+bug/533015 Much thanks to Hanno Schlichting and Nikolay Kim for coming up with the patch.
-
- 20 Dec, 2009 1 commit
-
-
Tres Seaver authored
-
- 15 Dec, 2009 1 commit
-
-
Jim Fulton authored
-
- 14 Dec, 2009 5 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
See https://bugs.launchpad.net/zodb/+bug/459889
-
Jim Fulton authored
-
Jim Fulton authored
A ZEO threading bug could cause transactions to read inconsistent data. (This sometimes caused an AssertionError in Connection._setstate_noncurrent.)
-
- 11 Dec, 2009 1 commit
-
-
Patrick Strawderman authored
passed a tid older than anything in changes but newer than anything in base.
-
- 03 Dec, 2009 2 commits
-
-
Jim Fulton authored
-
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 4 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
-
Jim Fulton authored
105888 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.
-
- 20 Nov, 2009 3 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Chris Withers authored
Fix bug where storages that still supported versions had the size parameter pass by zeo as the version parameter to their history method.
-
- 19 Nov, 2009 2 commits
-
-
Chris Withers authored
-
Chris Withers authored
-
- 23 Oct, 2009 1 commit
-
-
Jim Fulton authored
-
- 22 Oct, 2009 1 commit
-
-
Jim Fulton authored
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.
-
- 13 Oct, 2009 1 commit
-
-
Jim Fulton authored
------------------------------------------------------------------------ r105024 | jim | 2009-10-12 09:01:47 -0400 (Mon, 12 Oct 2009) | 2 lines Changed paths: M /ZODB/trunk/src/CHANGES.txt Let's hope we get this out today. ------------------------------------------------------------------------ r105023 | jim | 2009-10-12 09:01:20 -0400 (Mon, 12 Oct 2009) | 1 line Changed paths: M /ZODB/trunk/src/CHANGES.txt *** empty log message *** ------------------------------------------------------------------------ r105015 | jim | 2009-10-11 13:42:41 -0400 (Sun, 11 Oct 2009) | 3 lines Changed paths: M /ZODB/trunk/src/ZEO/ServerStub.py Time out waiting for protocol handshake. Otherwise, we sometmes see hangs under extreme conditions. ------------------------------------------------------------------------ r104977 | jim | 2009-10-09 15:41:15 -0400 (Fri, 09 Oct 2009) | 3 lines Changed paths: M /ZODB/trunk/src/CHANGES.txt M /ZODB/trunk/src/ZODB/FileStorage/FileStorage.py - File-storage pack clean-up tasks that can take a long time unnecessarily blocked other activity. ------------------------------------------------------------------------ r104954 | jim | 2009-10-08 17:09:19 -0400 (Thu, 08 Oct 2009) | 2 lines Changed paths: M /ZODB/trunk/src/ZODB/tests/testFileStorage.py Cleaned up trailing whitespace and long lines. ------------------------------------------------------------------------ r104953 | jim | 2009-10-08 17:04:31 -0400 (Thu, 08 Oct 2009) | 2 lines Changed paths: M /ZODB/trunk/src/ZODB/tests/PackableStorage.py Defining a multable attr in a class is insane. ------------------------------------------------------------------------ r104951 | jim | 2009-10-08 16:19:18 -0400 (Thu, 08 Oct 2009) | 2 lines Changed paths: M /ZODB/trunk/src/ZODB/tests/PackableStorage.py Removed trailing whitespace. ------------------------------------------------------------------------ r104950 | jim | 2009-10-08 14:30:11 -0400 (Thu, 08 Oct 2009) | 2 lines Changed paths: M /ZODB/trunk/src/ZEO/zrpc/connection.py Fixed atexit handler to deal with the possibility that the ex ------------------------------------------------------------------------ r104949 | jim | 2009-10-08 13:50:10 -0400 (Thu, 08 Oct 2009) | 6 lines Changed paths: M /ZODB/trunk/src/CHANGES.txt M /ZODB/trunk/src/ZEO/tests/testZEO.py M /ZODB/trunk/src/ZEO/zrpc/client.py M /ZODB/trunk/src/ZEO/zrpc/connection.py Bug Fixed: 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 6 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
causing extra pain on windows.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
usually passed. :(
-
- 30 Sep, 2009 2 commits
-
-
Jim Fulton authored
after conflict errors on blobs. :(
-
Jim Fulton authored
servers much easier. This was easier than I expected. I should have done this a long time ago. :)
-
- 09 Sep, 2009 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-