- 13 May, 2010 6 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Jim Fulton authored
(transaction-manager attempts method) introduced in the ``transaction`` 1.1.0 release.
-
Jim Fulton authored
made moot by the introduction of multi-version concurrency control several years ago.
-
Jim Fulton authored
-
- 07 May, 2010 2 commits
-
-
Jim Fulton authored
BTree sets and tree sets didn't correctly check values passed to update or to constructors, causing Python to exit under certain circumstances.
-
Jim Fulton authored
and close_changes_on_close, to control whether underlying storages are closed when the DemoStorage is closed. https://bugs.launchpad.net/zodb/+bug/118512
-
- 06 May, 2010 1 commit
-
-
Jim Fulton authored
-
- 04 May, 2010 16 commits
-
-
Jim Fulton authored
-
Fred Drake authored
-
Fred Drake authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
client-label configuration-file option to specify a label for a client in server logs. This makes it easier to identify specific clients corresponding to server log entries, especially when there are multiple clients originating from the same machine.
-
Jim Fulton authored
- to use with - to use call_from_thread - to try to recover from errors (that should never happen:) Added timeout thread liveness to server status
-
Jim Fulton authored
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
- Improved ZEO server commit lock logging. Now, locking activity is logged at the debug level until the number of wating lock requests gets above 3. Log at the critical level when the number of waiting lock requests gets above 9. - ZEO servers no longer log their pids in every log message. It's just not interesting. :)
-
Jim Fulton authored
-
Jim Fulton authored
-
- 30 Apr, 2010 1 commit
-
-
Patrick Strawderman authored
-
- 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 1 commit
-
-
Hanno Schlichting authored
-