- 12 Oct, 2011 1 commit
-
-
Chris McDonough authored
svn merge -r122935:123061 svn+ssh://svn.zope.org/repos/main/transaction/branches/chrism-py3
-
- 16 Dec, 2010 1 commit
-
-
Laurence Rowe authored
-
- 17 Sep, 2010 1 commit
-
-
Chris McDonough authored
-
- 15 Sep, 2010 2 commits
-
-
Chris McDonough authored
and add test.
-
Chris McDonough authored
-
- 13 Sep, 2010 1 commit
-
-
Chris McDonough authored
objects after calling ``sys.exc_info()`` to get one, causing potential reference leakages.
-
- 12 May, 2010 8 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
manager. This fixed: When threads were reused, transaction data could leak accross them, causing subtle application bugs. https://bugs.launchpad.net/zodb/+bug/239086
-
Jim Fulton authored
-
Jim Fulton authored
- Transaction managers and the transaction module can be used with the with statement to define transaction boundaries, as in:: with transaction: ... do some things ... See transaction/tests/convenience.txt for more details. - There is a new iterator function that automates dealing with transient errors (such as ZODB confict errors). For example, in:: for attempt in transaction.attempts(5): with attempt: ... do some things .. If the work being done raises transient errors, the transaction will be retried up to 5 times. See transaction/tests/convenience.txt for more details.
-
Jim Fulton authored
-
Jim Fulton authored
* Fixed a bug that caused extra commit calls to be made on data managers under certain special circumstances. https://mail.zope.org/pipermail/zodb-dev/2010-May/013329.html
-
Jim Fulton authored
-
Jim Fulton authored
Don't use $Id$.
-
- 07 May, 2010 5 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
it makes doing smarter formatting harder. See LP #142464.
-
Tres Seaver authored
-
Tres Seaver authored
-
- 24 Jul, 2009 2 commits
-
-
Stephan Richter authored
-
Stephan Richter authored
-
- 06 Jul, 2009 1 commit
-
-
Jim Fulton authored
-
- 19 Sep, 2008 1 commit
-
-
Tres Seaver authored
-
- 08 Jun, 2008 1 commit
-
-
Christian Theune authored
from a dict.
-
- 12 May, 2008 1 commit
-
-
Brian Sutherland authored
-
- 19 Dec, 2007 2 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
-
- 10 Nov, 2007 4 commits
-
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
Normalize date to ISO format.
-
Philipp von Weitershausen authored
-
Philipp von Weitershausen authored
-
- 09 Nov, 2007 5 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
Rename setup.py-generated package to from 'zope.transaction' to 'transaction' for backwards compatibility. Remove unit tests that depend on ZODB (they are integration tests).
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-
- 08 Nov, 2007 3 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
-