- 28 Sep, 2016 1 commit
-
-
Frances Wong authored
-
- 27 Sep, 2016 4 commits
-
-
Frances Wong authored
-
Frances Wong authored
-
Frances Wong authored
-
Jim Fulton authored
Enable using coverage and coveralls for coverage reporting.
-
- 24 Sep, 2016 1 commit
-
-
Jason Madden authored
Set this up on travis. This was just slightly tricky because of the use of 'j99' in the call to bin/test.
-
- 19 Sep, 2016 1 commit
-
-
Michael Howitz authored
-
- 17 Sep, 2016 3 commits
-
-
Jim Fulton authored
Add a section on the pitfalls of __eq__/__hash__. Fixes #106.
-
Jason Madden authored
The reader doesn't need to see the class that doesn't define eq and hash.
-
Jason Madden authored
- Move doctest example into comment. - Merge the (advanced) sections. - Typos.
-
- 14 Sep, 2016 1 commit
-
-
Jason Madden authored
-
- 13 Sep, 2016 2 commits
-
-
Jim Fulton authored
Noteworthy non-included storages: split base storages from others, NEO
-
Julien Muchembled authored
-
- 12 Sep, 2016 11 commits
-
-
Jim Fulton authored
Documentation on transactions and threading.
-
Jim Fulton authored
-
Jim Fulton authored
Conflicts: CHANGES.rst
-
Julien Muchembled authored
-
Jim Fulton authored
Clear Connection.transaction_manager on close. Fixes #114
-
Jason Madden authored
-
Jim Fulton authored
And other editorial changes.
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Jim Fulton authored
More changes to come.
-
Jim Fulton authored
-
- 09 Sep, 2016 6 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
This adds documentatuon on transactions and threading concerns. There are some topics, like application design and conflict resolution that might want a deeper treatment, but would probably be better handled through articles or dedicated topics. (I want to avoid individual topics being too long or weedy to read, where practical.) Writing this, I stumbled a bit over thread-local transaction managers. For most applications, they don't add anything over accessing transaction managers on connections and actually provide an opportunity to fail. I'm convinced that it should be possible to do most transaction management through connections and that the API provided by transaction managers and the transaction package should be reserved for distributed transactions. I didn't mention gevent. I thik there should be a section on gevent, but I think it should be written by someone who's used gevent with ZODB. :) Maybe there should also be a section or mention of using asyncio with ZODB, pr maybe later. Closes zopefoundation/zodbdocs#13 Closes zopefoundation/zodbdocs#16
-
Julien Muchembled authored
-
Jim Fulton authored
-
Jim Fulton authored
Call _p_resolveConflict() even if a conflicting change doesn't change the state
-
Jim Fulton authored
Merge zodbdocs
-
- 08 Sep, 2016 10 commits
-
-
Jason Madden authored
Don't raise an AttributeError when DemoStorage successfully stores a blob first.
-
Jason Madden authored
Includes a (previously) failing test case. Fixes #103.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
But we can make it better.
-
Jim Fulton authored
-
Jim Fulton authored
-