- 28 Feb, 2007 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 27 Feb, 2007 1 commit
-
-
Christian Theune authored
-
- 26 Feb, 2007 1 commit
-
-
Christian Theune authored
-
- 15 Feb, 2007 1 commit
-
-
Jim Fulton authored
-
- 06 Feb, 2007 2 commits
-
-
Gary Poster authored
-
Gary Poster authored
"add new 64-bit btree types (patch from Jim), merged from trunk" Even though, as noted in the history file, there is no official release of standalone ZODB 3.7, it corresponds with the release of Zope 3.3 and 2.10 in 2006, and should be considered feature-frozen. Jim has requested that these changes be reserved for the trunk (to be ZODB 3.8). A subsequent checkin will clarify the status of 3.7 in HISTORY.txt.
-
- 01 Feb, 2007 1 commit
-
-
Fred Drake authored
-
- 21 Nov, 2006 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Fred Drake authored
-
- 16 Aug, 2006 1 commit
-
-
Jim Fulton authored
problem reported on zodb-dev: http://mail.zope.org/pipermail/zodb-dev/2006-August/010343.html Added a new invalidateCache protocol for DBs and Connections to invalidate the entire in-memory caches. This is used when ZEO clients reconnect.
-
- 15 Aug, 2006 1 commit
-
-
Jim Fulton authored
problem reported on zodb-dev: http://mail.zope.org/pipermail/zodb-dev/2006-August/010343.html Added a new invalidateCache protocol for DBs and Connections to invalidate the entire in-memory caches. This is used when ZEO clients reconnect.
-
- 14 Aug, 2006 1 commit
-
-
Jim Fulton authored
port that nothing's listening on.
-
- 13 Aug, 2006 2 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
As per Tim's commit at http://svn.zope.org/ZODB/trunk/README.txt?rev=39824&r1=38707&r2=39824 , we now require Python 2.4.2.
-
- 27 Jul, 2006 1 commit
-
-
Tres Seaver authored
-
- 18 Jul, 2006 4 commits
-
-
Jim Fulton authored
test for it.
-
Jim Fulton authored
-
Jim Fulton authored
explicitly flush output to make sure we see test results.
-
Jim Fulton authored
ClientStorage could be in either "sync" mode or "async" mode. Now there is just "async" mode. There is now a dedicicated asyncore main loop dedicated to ZEO clients. This addresses a test failure on Mac OS X, http://www.zope.org/Collectors/Zope3-dev/650, that I believe was due to a bug in sync mode. Some asyncore-based code was being called from multiple threads that didn't expect to be. Converting to always-async mode revealed some bugs that weren't caught before because the tests ran in sync mode. These problems could explain some problems we've seen at times with clients taking a long time to reconnect after a disconnect. Added a partial heart beat to try to detect lost connections that aren't otherwise caught, http://mail.zope.org/pipermail/zodb-dev/2005-June/008951.html, by perioidically writing to all connections during periods of inactivity.
-
- 16 Jun, 2006 1 commit
-
-
Tres Seaver authored
o Most notably, ZEO.ClientStorage (http://www.zope.org/Collectors/Zope/2016). o Forward-ported from 3.4 branch.
-
- 02 Jun, 2006 1 commit
-
-
Christian Theune authored
-
- 08 May, 2006 1 commit
-
-
Stephan Richter authored
-
- 04 May, 2006 3 commits
-
-
Jim Fulton authored
I'm not particularly proud of the tests I wrote. It's way to hard to write tests for ZEO. Without a lot of white-box trickery, nothing can be tested without making network connections, which is insane. ZEO's architecture needs to change.
-
Jim Fulton authored
-
Jim Fulton authored
I finally had to resort to os._exit, which I'm not happy about, although I don't suppose it could do any harm for the test runner. I wonder is a test is leaving something behind it shouldn't. Also return the test result status as the exit status.
-
- 17 Apr, 2006 1 commit
-
-
Fred Drake authored
-
- 22 Mar, 2006 1 commit
-
-
Tres Seaver authored
PersistentMapping was inadvertently pickling volatile attributes (http://www.zope.org/Collectors/Zope/2052).
-
- 02 Mar, 2006 1 commit
-
-
Jim Fulton authored
-
- 11 Feb, 2006 2 commits
-
-
Tres Seaver authored
See http://www.zope.org/Collectors/Zope/2027.
-
Shane Hathaway authored
replaced `x` with repr(x), and replaced apply(x, y) with x(*y)
-
- 03 Feb, 2006 1 commit
-
-
Shane Hathaway authored
For multiple undo to succeed, the undo operations have to be performed in a specific order. The order was not being retained by ZODB and was instead semi-random (the order depended on the id() function.) Now undo operations (as well as all ResourceManagers) are sorted by creation order.
-
- 23 Jan, 2006 1 commit
-
-
Dmitry Vasiliev authored
in the second iteration
-
- 20 Jan, 2006 1 commit
-
-
Tim Peters authored
-
- 05 Jan, 2006 1 commit
-
- 03 Jan, 2006 1 commit
-
-
Tim Peters authored
ZODB uses `buildsupport` now, not `zpkgsetup`. Updating this info in PACKAGE.cfg is needed to build a release tarball.
-
- 02 Jan, 2006 1 commit
-
-
Tim Peters authored
_ConnectionPool._reduce_size(): when forgetting a Connection 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.
-
- 18 Dec, 2005 1 commit
-
-
Tim Peters authored
New zdaemon.
-
- 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. NEWS.txt: removed news from 3.6 and earlier.
-