- 11 Nov, 2007 2 commits
-
-
Christian Theune authored
Used and backported Python 2.5 address structures.
-
Christian Theune authored
-
- 10 Nov, 2007 4 commits
-
-
Christian Theune authored
transaction.interfaces.
-
Christian Theune authored
-
Christian Theune authored
uncommitted data in (ported from 3.8). --This line, and those below, will be ignored-- M src/ZODB/tests/blob_packing.txt M src/ZODB/tests/blob_tempdir.txt M src/ZODB/tests/testblob.py M src/ZODB/blob.py
-
Philipp von Weitershausen authored
as long as we don't have a release of 'transaction' yet.
-
- 09 Nov, 2007 1 commit
-
-
Chris McDonough authored
Remove the transaction package; we now have a setuptools install_requires dependency that must be satisfied to get it. Setup.py now no longer works without setuptools installed. To see the state of the world directly before this change was made, see http://svn.zope.org/ZODB/tags/before_transaction_remove .
-
- 05 Nov, 2007 1 commit
-
-
Stephan Richter authored
(Forward-port from 3.8 branch) - winlock.c does not exist anymore, so do not try to compile it. This only affects zpkg. - Ignore a generated file.
-
- 24 Sep, 2007 1 commit
-
-
Jim Fulton authored
(hang). This was accomonied by a critical log message along the lines of: "RuntimeError: dictionary changed size during iteration".
-
- 21 Sep, 2007 1 commit
-
-
Christian Theune authored
preventing it.
-
- 29 Aug, 2007 1 commit
-
-
Christian Theune authored
-
- 28 Aug, 2007 1 commit
-
-
Christian Theune authored
-
- 25 Jun, 2007 7 commits
-
-
Gary Poster authored
-
Gary Poster authored
-
Jim Fulton authored
-
Jim Fulton authored
2.4 and 2.5.
-
Jim Fulton authored
and 2.5.
-
Jim Fulton authored
-
Jim Fulton authored
-
- 24 Jun, 2007 3 commits
-
-
Gary Poster authored
-
Gary Poster authored
-
Gary Poster authored
-
- 23 Jun, 2007 3 commits
-
-
Gary Poster authored
-
Gary Poster authored
document conflict resolution. bugfix the situation in which comparing persistent objects (for instance, as members in BTree set or keys of BTree) might cause data inconsistency during conflict resolution. support multidatabase references in conflict resolution. make it possible to examine oid and (in some situations) database name of persistent object references so that I can add some code to zope.app.keyreference to support these objects (so BTree conflict resolution can happen at all when keyreferences are used). I will add information to CHANGES after Jim reviews (or sooner).
-
Gary Poster authored
-
- 11 Jun, 2007 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
Added APIs for removing committed blob data that makes files writable before removing them and updated code that removes committed blobs or blob directories to use them.
-
- 10 Jun, 2007 10 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
stack traces.
-
Jim Fulton authored
-
Jim Fulton authored
spurious failures.
-
Jim Fulton authored
that it is specific to blobs. Added logging when we have to copy.
-
Jim Fulton authored
-
Jim Fulton authored
willing to copy when renaming fails.
-
Jim Fulton authored
savepoint storage. Also added a test for the normal blob case.
-
Jim Fulton authored
if we can't link. Added support for copying to blob cache when renaming fails.
-
Jim Fulton authored
-
- 09 Jun, 2007 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
committed file name. Make sure that uncommitted data gets cleaned up if w blob is GCed without committing.
-
Christian Theune authored
-