- 10 Oct, 2008 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
- 15 Mar, 2008 1 commit
-
-
Marius Gedminas authored
-
- 03 Jul, 2007 1 commit
-
-
Andreas Jung authored
-
- 28 Jun, 2007 1 commit
-
-
Andreas Zeidler authored
Non-ghostifiable (persistent classes) objects load their state right away -- even before they are placed in the cache. This causes a problem if the object's state has a (direct or indirect) reference to it. Added a pre-cache that allows the connection to return objects already being loaded when necessary.
-
- 06 Jun, 2007 1 commit
-
-
Christian Theune authored
apply the garbage collections on those connections in the pool that are closed. (This fixed issue 113932.)
-
- 01 Apr, 2007 1 commit
-
-
Marius Gedminas authored
can cause signidficant delays, especially on systems with very course-grained sleeps, like most linux systems. Extracted from rev 73871 in svn://svn.zope.org/repos/main/ZODB/trunk/src/ZEO (Jim Fulton did the extracting and handed me the diff on IRC).
-
- 27 Jul, 2006 1 commit
-
-
Tres Seaver authored
-
- 15 Jul, 2006 2 commits
-
-
Andreas Jung authored
No commit message
-
Andreas Jung authored
-
- 15 Jun, 2006 2 commits
-
-
Tres Seaver authored
o Most notably, ZEO.ClientStorage (http://www.zope.org/Collectors/Zope/2016). o Forward-ported from 3.4 branch.
-
Tres Seaver authored
-
- 27 Mar, 2006 1 commit
-
-
Tres Seaver 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 1 commit
-
-
Tres Seaver authored
GCC 4.0.x. See http://www.zope.org/Collectors/Zope/2027.
-
- 03 Feb, 2006 1 commit
-
-
Shane Hathaway authored
be backported further.)
-
- 20 Jan, 2006 1 commit
-
-
Tim Peters authored
This _should_ have been done for 3.6.0, but wasn't. Also move to current zope.testing, for the heck of it.
-
- 05 Jan, 2006 3 commits
-
-
Tim Peters authored
require Python 2.4.1+.
-
Tim Peters authored
-
Tim Peters authored
Bring Zope info up-to-date in README.txt, and recommend Python 2.4.2.
-
- 03 Jan, 2006 1 commit
-
-
Tim Peters authored
Updating this info in PACKAGE.cfg is needed to build a release tarball.
-
- 02 Jan, 2006 3 commits
-
-
Tim Peters authored
-
Tim Peters authored
due to exceeding pool_size available connections, clear its cache right away. Because such a connection can never be in the open state again, hanging on to resources in its cache is just wasteful. This was reported as "a problem" on zodb-dev recently, although it's unclear how the poster got into a state where it mattered so much.
-
Tim Peters authored
-
- 18 Dec, 2005 2 commits
-
-
Tim Peters authored
-
Tim Peters authored
-
- 14 Dec, 2005 1 commit
-
-
Tim Peters authored
_setstate(): An MVCC optimization was inadvertently disabled by fixes for ZClasses. Repaired. Elsewhere, repaired English in comments.
-
- 12 Dec, 2005 2 commits
-
-
Tim Peters authored
Repair typo in exception message.
-
Tim Peters authored
thread simplifications in Connection._invalidated handling. Thanks to Florent Guillaume for noticing!
-
- 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.
-
- 09 Dec, 2005 1 commit
-
-
Tim Peters authored
Nail the type of oids, as agreed ;-) to in http://mail.zope.org/pipermail/zodb-dev/2005-March/008593.html
-
- 05 Dec, 2005 2 commits
-
-
Tim Peters authored
-
Tim Peters authored
Deleted news from ZODBs 3.5 and earlier; the news file was getting ridiculously large.
-
- 04 Dec, 2005 1 commit
-
-
Janko Hauser authored
-
- 30 Nov, 2005 1 commit
-
-
Fred Drake 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
-
- 18 Nov, 2005 2 commits
-
-
Tim Peters authored
distribution now. Explain the differences. Removed the business about fiddling PYTHONPATH, because it shouldn't be needed (and isn't for me ;-)).
-
Tim Peters authored
-
- 07 Nov, 2005 1 commit
-
-
Tim Peters authored
-