- 16 May, 2012 7 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
Instead, use (only) the 'zope.interface.implementer' class decorator.
-
Tres Seaver authored
-
Tres Seaver authored
- Runs 'setup.py develop' plus installs 'nose' and 'coverage'. Add 'setup.py docs' alias: - Installs 'Sphinx' and dependencies.
-
- 29 Mar, 2012 1 commit
-
-
Chris McDonough authored
-
- 01 Mar, 2012 1 commit
-
-
Malthe Borch authored
-
- 05 Dec, 2011 3 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
vb; add trove classifiers for python versions; adjust readme content; add version description to changes.txt
-
Chris McDonough authored
-
- 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 1 commit
-
-
Philipp von Weitershausen authored
-