- 13 Nov, 2016 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
URGENT: _extension needs to be settable
-
Jim Fulton authored
attribute to be settable and it wasn't.
-
Jim Fulton authored
Run docs doctests in travis I need this for some work I'm about to do so...
-
- 11 Nov, 2016 15 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Yay, doctests work in travis
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Also cache eggs
-
Jim Fulton authored
Because sphinx doesn't work with it. Also, I wonder if scripts can be multiple lines.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Transaction meta data cleanup
-
Jim Fulton authored
Convert to unicode if bytes are given.
-
Jim Fulton authored
-
Jim Fulton authored
defined to be text (unicode) as apposed to Python the ``str`` type. - Added the ``extended_info`` transaction attribute which contains transaction meta data. (The ``_extension`` attribute is retained as an alias for backward compatibility.) The transaction interface, ``ITransaction``, now requires ``extended_info`` keys to be text (unicode) and values to be JSON-serializable.
-
- 08 Nov, 2016 7 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
Run decorator, a simpler alternative to attempts
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Fix #19 attempts didn't stop on success
-
Jim Fulton authored
-
- 07 Nov, 2016 6 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
It's nice if docs are tested, but doctests shouldn't pollute docs.
-
Jim Fulton authored
-
Jim Fulton authored
Uses fix from https://github.com/zopefoundation/transaction/pull/20/files but different test changes.
-
Jim Fulton authored
-
- 24 Oct, 2016 1 commit
-
-
Tres Seaver authored
Should fix build failures on slightly-older setuptools installations, e.g.: http://jenkins.pylonsproject.org/job/transaction/53/console.
-
- 21 Oct, 2016 2 commits
-
-
Jim Fulton authored
Update URL in setup.py Thanks!
-
Dustin Ingram authored
-
- 16 Sep, 2016 1 commit
-
-
Tres Seaver authored
Corrected ITransaction: removed beforeCommitHook and 2 misplaced 'self' parameters
-
- 15 Sep, 2016 1 commit
-
-
Shane Hathaway authored
Corrected ITransaction: removed beforeCommitHook (no longer implemented) and two misplaced 'self' args.
-
- 10 Jun, 2016 3 commits
-
-
Jim Fulton authored
-
Tres Seaver authored
Restore display of missing lines.
-
Jim Fulton authored
Add new testing dep, 'mock' for coverage env.
-