- 05 Oct, 2005 5 commits
-
-
Tim Peters authored
A wordier stab at Florent's rev 38766. More words in the subtransaction deprecation warning.
-
Tim Peters authored
The new text wasn't more accurate than the text it replaced. I'll add more words, but on the 3.5 branch (where it belongs), and then merge that to the trunk.
-
Tim Peters authored
tpc_abort(): Repair fubar'ed "repaired" logic.
-
Tim Peters authored
tpc_abort(): Release the commit lock no matter what.
-
Florent Guillaume authored
now is txn.savepoint(optimistic=True).
-
- 04 Oct, 2005 2 commits
-
-
Tim Peters authored
-
Tim Peters authored
Port from 2.7 branch. Collector 1900. send_reply(), return_error(): Stop trying to catch an exception that doesn't exist, when marshal.encode() raises an exception. Jeremy simplified the marshal.encode() half of this about 3 years ago, but apparently forgot to change ZEO/zrpc/connection.py to match.
-
- 30 Sep, 2005 1 commit
-
-
Julien Anguenot authored
-
- 25 Sep, 2005 1 commit
-
-
Martijn Pieters authored
transactions for users defined in a non-root acl_users folder. Zope logs a acl_users path together with a username (separated by a space) and this previous fix failed to take this into account. Fixed by taking anything after the last space in the compared path out of the equation.
-
- 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 1 commit
-
-
Tim Peters authored
-