- 24 Sep, 2005 3 commits
-
-
Christian Theune authored
-
Chris McDonough authored
Add (badly implemented) methods to TmpStore to allow blob import to work again. This will need to be redone, but it gets us to the point where all the tests pass. Also provide a __repr__ to the BlobStorage proxy which lets us know that we're using a proxied storage.
-
Chris McDonough authored
Add some missed merges to Connection.py and add note about cluelessness about what to do in the face of savepoints when blobs are involved.
-
- 23 Sep, 2005 1 commit
-
-
Chris McDonough authored
First crack at merging ctheune-blobsupport into a recent trunk checkout (tests have not yet been run).
-
- 22 Sep, 2005 1 commit
-
-
Chris McDonough authored
-
- 13 Sep, 2005 1 commit
-
-
Tim Peters authored
now activates obj.
-
- 07 Sep, 2005 6 commits
-
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
Re-add the zeoctl module to ZEO, and rewrite runzeo so it can run as a main program (the scripts created by mkzeoinstance.py expect to be able to do this).
-
Florent Guillaume authored
-
- 06 Sep, 2005 4 commits
-
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
- 05 Sep, 2005 1 commit
-
-
Benji York authored
-
- 04 Sep, 2005 2 commits
-
-
Tim Peters authored
-
Tim Peters authored
argument from addBeforeCommitHook().
-
- 03 Sep, 2005 2 commits
-
-
Ruslan Spivak authored
-
Dmitry Vasiliev authored
-
- 02 Sep, 2005 4 commits
-
-
Tim Peters authored
This adds .pop() methods to BTrees and Buckets. Alas, zpkg changed since the branch was made, and it wasn't (obviously) possible to build the branch anymore, so much of this code didn't actually appear on the branch. The C code was changed to simplify and purge non-ANSI gcc extensions, and the new test cases beefed up a little.
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
in 3.8 (it didn't get released in ZODB 3.5; will be released in ZODB 3.6).
-
- 01 Sep, 2005 1 commit
-
-
Tim Peters authored
happened in 3.6a1 (3.5a7 become 3.5 final, because 3.5a7 had been released with Zope 3.2c1).
-
- 31 Aug, 2005 5 commits
-
-
-
Martijn Pieters authored
-
Fred Drake authored
-
Fred Drake authored
ZConfig-using zpkg; this will help keep the build-support stuff out of the top-level directory of the checkout (such is the plan, at least)
-
Fred Drake authored
-
- 30 Aug, 2005 2 commits
-
-
Tim Peters authored
-
Tim Peters authored
This adds .setdefault() methods to BTrees and Buckets.
-
- 29 Aug, 2005 2 commits
-
-
Fred Drake authored
- note the zpkg command line that should be used - remove Persistence from the resource map - remove SETUP.cfg now that it is not needed
-
Fred Drake authored
-
- 26 Aug, 2005 5 commits
-
-
Tim Peters authored
-
Tim Peters authored
update_from_seq(): If PySequence_Check(seq) returns true, go on to check for the existence of "iteritems" when deciding whether the input is or is not "a sequence". Alas, PySequence_Check() does return true for PersistentMapping and PersistentDict instances, so that they couldn't be used as arguments to BTree/Bucket construction or update(). This is nasty type-sniffing, but it was before too. There's no way to make such stuff bulletproof, so I'm settling for incremental improvement.
-
Tim Peters authored
-
Tim Peters authored
``svn move`` does an add and a delete. This is the delete part. The add to Zope trunk happened in rev 38103.
-
Tim Peters authored
-