- 21 May, 2016 1 commit
-
-
Jim Fulton authored
For objects such as data managers or their subobjects that work with multiple transactions, it's convenient to store transaction-specific data on the transaction itself. The transaction knows nothing about the data, but simply holds it on behalf of the object. Discussion: https://groups.google.com/forum/#!topic/python-transaction/oUzj3uIHBgA
-
- 20 May, 2016 2 commits
-
-
Jim Fulton authored
Free DataManagers when a transaction becomes non-current.
-
Jason Madden authored
-
- 05 May, 2016 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
added ITransactionManager.registeredSynchs and clearSynchs
-
- 04 May, 2016 1 commit
-
-
Jim Fulton authored
To support client testing.
-
- 22 Apr, 2016 1 commit
-
-
Adam Groszer authored
-
- 20 Apr, 2016 1 commit
-
-
Adam Groszer authored
-
- 25 Mar, 2016 6 commits
-
-
Jason Madden authored
Add support for 3.5.
-
Jason Madden authored
This didn't work when @tseaver tried it for zope.component, but this is a much simpler configuration. Maybe it will work here like it does for BTrees?
-
Tres Seaver authored
Drop support for Python 2.6 and 3.2.
-
Tres Seaver authored
- 2.6 is long out-of-maintenance, and a security quagmire. - 3.2 cannot be tested on Travis.
-
Tres Seaver authored
Also, point to RTD for docs. [ci skip]
-
Tres Seaver authored
[ci skip]
-
- 08 Nov, 2015 2 commits
-
-
Marius Gedminas authored
-
Marius Gedminas authored
-
- 07 Aug, 2015 2 commits
-
-
Fred Drake authored
Format log only when actually logging.
-
Christoph Zwerschke authored
-
- 17 Jun, 2015 1 commit
-
-
Martin Peeters authored
-
- 19 May, 2015 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
- 24 Apr, 2015 3 commits
-
-
Tres Seaver authored
In WeakSet, use the `valuerefs` method from Python 2.5 instead of accessing the internal `data` implementation detail.
-
Jason Madden authored
-
Jason Madden authored
-
- 13 Apr, 2015 3 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
In WeakSet, use the `valuerefs` method, added in Python 2.5 instead of accessing the internal `data` implementation detail. This lets us support Jython.
-
- 18 Dec, 2014 2 commits
-
-
Marius Gedminas authored
This was seen on winbot[*]: ValueError: path 'docs/_build/' cannot end with '/' with a traceback ending in "c:\Python26_32\lib\distutils\util.py", line 201, in convert_path. [*] http://winbot.zope.org/builders/transaction_py_265_32/builds/845/steps/buildout/logs/stdio I cannot reproduce the error locally, using Python 2.6.9.
- 17 Dec, 2014 1 commit
-
-
Marius Gedminas authored
Also update MANIFEST.in to exclude files that shouldn't be in the sdist.
-
- 16 Dec, 2014 10 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
Also, work around edge case on Travis where files aren't found.
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
Normalize interface imports, and exclude them from branch coverage, because the coverage shows false negatives for method docstrings of interfaces.
-
Tres Seaver authored
-