- 14 Dec, 2016 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 17 Nov, 2016 7 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
We have no C extensions, and therefore do not need to exclude their derived files in 'MANIFEST.in'.
-
Jim Fulton authored
-
Jim Fulton authored
extended-info -> extension I'll make the transaction release and then I'll push an update to the ZODB PR that works with the change.
-
Jim Fulton authored
-
Jim Fulton authored
renamed to ``extension``.
-
Jim Fulton authored
Hate bytes
-
- 16 Nov, 2016 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 15 Nov, 2016 2 commits
-
-
Jim Fulton authored
-
-
- 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 6 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
-