- 01 Dec, 2009 2 commits
-
-
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 6 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
usually passed. :(
-
Jim Fulton authored
causing extra pain on windows.
-
Jim Fulton authored
-
Jim Fulton authored
-
- 30 Sep, 2009 1 commit
-
-
Jim Fulton authored
accross revs.
-
- 28 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 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 08 Sep, 2009 1 commit
-
-
Jim Fulton authored
-
- 02 Sep, 2009 1 commit
-
-
Jim Fulton authored
-
- 01 Sep, 2009 3 commits
-
-
Jim Fulton authored
---------- - The helper function ZODB.blob.is_blob_record didn't handle having None passed to it, but database "delete" records have None for their data.
-
Jim Fulton authored
- CVE-2009-2701: Fixed a vulnerability in ZEO storage servers when blobs are available. Someone with write access to a ZEO server configured to support blobs could read any file on the system readable by the server process and remove any file removable by the server process.
-
Benji York authored
-
- 28 Aug, 2009 1 commit
-
-
Jim Fulton authored
Fixed to use a separate Random instance.
-
- 27 Aug, 2009 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
---------- - BTrees (and TreeSets) kept references to internal keys. https://bugs.launchpad.net/zope3/+bug/294788 - BTree Sets and TreeSets don't support the standard set add method. (Now either add or the original insert method can be used to add an object to a BTree-based set.)
-
Jim Fulton authored
-