- 26 May, 2006 2 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
- 22 Mar, 2006 1 commit
-
-
Tres Seaver authored
PersistentMapping was inadvertently pickling volatile attributes (http://www.zope.org/Collectors/Zope/2052).
-
- 11 Feb, 2006 2 commits
-
-
Tres Seaver authored
See http://www.zope.org/Collectors/Zope/2027.
-
Tres Seaver authored
Made new tests ``test_mapping`` conform to the requirements for a ``dict`` initializer in Python 2.3.x.
-
- 14 Dec, 2005 1 commit
-
-
Tim Peters authored
fixes for ZClasses. Repaired. Elsewhere, repaired English in comments.
-
- 10 Dec, 2005 1 commit
-
-
Jens Vagelpohl authored
tools need to perform minimal logging configuration themselves. Changed the zeoup script to do so and thus enable it to emit error messages.
-
- 04 Dec, 2005 1 commit
-
-
Janko Hauser authored
-
- 22 Nov, 2005 1 commit
-
-
Thomas Lotze authored
- fixed the API of the pop() method on PersistentDict and PersistentMapping - no longer try to find pop and popitem on UserDict as all supported Python versions have them - added a test for the default argument of pop() - added a NEWS.txt entry about pop()
-
- 21 Nov, 2005 1 commit
-
-
Thomas Lotze authored
-
- 21 Oct, 2005 1 commit
-
-
Tim Peters authored
Add descriptions to the <zodb> section keys.
-
- 12 Oct, 2005 2 commits
-
-
Tim Peters authored
-
Tim Peters authored
-
- 05 Oct, 2005 3 commits
-
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
-
- 04 Oct, 2005 3 commits
-
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
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.
-
- 03 Oct, 2005 2 commits
-
-
Tim Peters authored
-
Tim Peters 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.
-
- 06 Sep, 2005 2 commits
-
-
Tim Peters authored
release from the 3.4 branch.
-
Tim Peters authored
-
- 26 Aug, 2005 1 commit
-
-
Tim Peters authored
Collector 1873. 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.
-
- 25 Aug, 2005 1 commit
-
-
Tim Peters authored
storage interfaces. It would be better to define & document them, but that takes time, and until time is available better not to pretend that they're all really part of "the" storage API.
-
- 24 Aug, 2005 1 commit
-
-
Tim Peters authored
Also gave it some tests (it was woefully untested).
-
- 23 Aug, 2005 1 commit
-
-
Tim Peters authored
-
- 12 Aug, 2005 1 commit
-
-
Martijn Pieters authored
this helps poor schmucks like me who have to make app-level conflict resolution work in Products as well. Including INSTANCE_HOME makes sure ZEO can find the product code in the first place.
-
- 09 Aug, 2005 1 commit
-
-
Tim Peters authored
-
- 08 Aug, 2005 3 commits
-
-
Tim Peters authored
-
Tim Peters authored
simul.py hit NameErrors when startup cache verification found data in the cache to invalidate. The cache's loadBefore() implementation called _trace() incorrectly, passing the tid where the version argument belonged.
-
Tim Peters authored
Add missing packaging files, for zpkg use.
-
- 07 Aug, 2005 2 commits
-
-
Tim Peters authored
-
Tim Peters authored
There's no possiblity of rollback here, so no need to insist that the data manager support rollbacks.
-
- 04 Aug, 2005 3 commits
-
-
Tim Peters authored
-
Tim Peters authored
ClientCache._evicted(): When deleting the last range of non-current tids for an oid, remove the list from the noncurrent dict instead of leaving an empty list sitting there forever. This also required adjusting the side- effect dance in ClientCache._remove_noncurrent_revisions(). FileCache._makeroom(): This was the major leak -- it neglected to remove an evicted object's Entry from the key2entry dict.
-
Philipp von Weitershausen authored
Merge the philikon-zeo-scripts branch: move things around so that zeo scripts are installed for standalone zodb releases but not for zope releases
-
- 02 Aug, 2005 1 commit
-
-
Tim Peters authored
-
- 01 Aug, 2005 1 commit
-
-
Tim Peters authored
-