- 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.
-
- 12 Dec, 2005 2 commits
-
-
Tim Peters authored
Dmitry seems to have vanished :-(
-
Tim Peters authored
Note that nailing the type of oid to str may allow some 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 3 commits
-
-
Tim Peters authored
-
Tim Peters authored
-
-
- 07 Dec, 2005 1 commit
-
-
Dmitry Vasiliev authored
-
- 04 Dec, 2005 1 commit
-
-
Janko Hauser authored
-
- 30 Nov, 2005 1 commit
-
-
Fred Drake authored
-
- 24 Nov, 2005 2 commits
-
-
Julien Anguenot authored
-
Julien Anguenot authored
with zope.whatever librairies that might be installed on the Python version used to launch these tests.
-
- 22 Nov, 2005 1 commit
-
-
Thomas Lotze authored
- 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()
-
- 20 Nov, 2005 1 commit
-
-
Thomas Lotze authored
- added unit tests for persistend mapping
-
- 18 Nov, 2005 1 commit
-
-
Tim Peters authored
Testing from a checkout is different than testing from a distribution now. Explain the differences. Removed the business about fiddling PYTHONPATH, because it shouldn't be needed (and isn't for me ;-)).
-
- 07 Nov, 2005 1 commit
-
-
Tim Peters authored
-
- 05 Nov, 2005 4 commits
-
-
Stephan Richter authored
same file as ZODB/tests/testConnectionSavepoint.txt. Do we really need both?
-
Stephan Richter authored
-
Stephan Richter authored
some good documentation here; I added all those files as chapters to the Zope 3 apidoc.
-
Stephan Richter authored
-
- 01 Nov, 2005 1 commit
-
-
Tim Peters authored
-
- 25 Oct, 2005 2 commits
-
-
Tim Peters authored
-
Tim Peters authored
deprecated in ZODB 3.4. This should be fun ;-)
-
- 24 Oct, 2005 3 commits
-
-
Tim Peters authored
-
Tim Peters authored
method of ZODBDatabase factories. This gives apps (like Zopes 2.9 and 3.2) a relatively clean way to set up their multidatabases. An earlier checkin adding an optional new database_name key to <zodb> sections.
-
Tim Peters authored
This allows specifying part of what's needed for multidatabases in a ZODB config file. More to come.
-
- 21 Oct, 2005 1 commit
-
-
Tim Peters authored
-
- 20 Oct, 2005 2 commits
-
-
Philipp von Weitershausen authored
docs
-
Philipp von Weitershausen authored
-