- 29 Apr, 2010 3 commits
-
-
Jim Fulton authored
debugging easier.
-
Jim Fulton authored
-
Jim Fulton authored
failures. Also made the disconnected in transaction messages show the locked status.
-
- 26 Apr, 2010 2 commits
-
-
-
Jim Fulton authored
set object state when objects implemented _p_invalidate methods that reloaded ther state (unghostifiable objects). https://bugs.launchpad.net/zodb/+bug/428039
-
- 23 Apr, 2010 1 commit
-
-
Jim Fulton authored
http://pypi.python.org/pypi/zope.mkzeoinstance and is no-longer included with ZODB.
-
- 21 Apr, 2010 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
with Python optimization turned on. https://bugs.launchpad.net/zodb/+bug/544305
-
- 20 Apr, 2010 1 commit
-
-
Jim Fulton authored
-
- 19 Apr, 2010 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
mapping storage when none is given.
-
- 14 Apr, 2010 1 commit
-
-
Jim Fulton authored
- Added a '--kill-old-on-full' argument to the backup options: if passed, remove any older full or incremental backup files from the repository after doing a full backup. (https://bugs.launchpad.net/zope2/+bug/143158)
-
- 07 Apr, 2010 1 commit
-
-
Patrick Strawderman authored
-
- 23 Mar, 2010 2 commits
-
-
Hanno Schlichting authored
-
Jim Fulton authored
the fan-out to fail.
-
- 12 Feb, 2010 1 commit
-
-
Jim Fulton authored
When transactions are aborted, new object ids allocated during the transaction are saved and used in subsequent transactions. This can help in situations where object ids are used as BTree keys and the sequential allocation of object ids leads to conflict errors.
-
- 08 Feb, 2010 2 commits
-
-
Baiju Muthukadan authored
-
Jim Fulton authored
-
- 05 Feb, 2010 10 commits
-
-
Jim Fulton authored
and colapsed some undo methods.
-
Jim Fulton authored
locks. In fixing, also made it work with with.
-
Jim Fulton authored
Make lock non-private so subclasses can use it with with.
-
Jim Fulton authored
Use a more informative temporary file name.
-
Jim Fulton authored
The rpc manager can be called from the client loop if there is an error in the client loop.
-
Jim Fulton authored
Need to call set_sender on tpc_finish result to get proper cleanup
-
Jim Fulton authored
Added a missing method
-
Jim Fulton authored
-
Jim Fulton authored
client loop. Now the _rpc_mgr close should take care of closing cleanly.
-
Jim Fulton authored
to avoid spurious test failures.
-
- 04 Feb, 2010 1 commit
-
-
Albertas Agejevas authored
Fixes https://bugs.launchpad.net/zodb/+bug/516653 .
-
- 03 Feb, 2010 4 commits
-
-
Jim Fulton authored
compiler silliness, but due to a threading bug which has been fixed.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
------------ - As a convenience, you can now pass an integer port as an address to the ZEO ClientStorage constructor. - As a convenience, there's a new ``client`` function in the ZEO package for constructing a ClientStorage instance. It takes the same arguments as the ClientStorage constructor.
-
- 02 Feb, 2010 5 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
one. Added a constructor argument to give them one.
-
Jim Fulton authored
chance of affecting other tests, at least when run in a separate process via the -j runner option.
-
Jim Fulton authored
loading index data. This leverages the new fsBucket toString and fromString methods and provides much faster FileStorage index saving and loading and smaller index files. On my machine, saves are 5 times faster and loads are 20 times faster (after a save, when data are in disk cache). Indexes are roughly 30% smaller. The index format has changed. Old indexes can be read just fine, but new indexes won't be readable by older versions of ZODB.
-
Jim Fulton authored
alternative to __getstate__ and __setstate__. Also made it possible to add extra bucket methods.
-
- 01 Feb, 2010 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-