- 22 Mar, 2015 1 commit
-
-
David Glick authored
Refs zopefoundation/persistent#15
-
- 18 Dec, 2014 1 commit
-
- 17 Dec, 2014 1 commit
-
-
Marius Gedminas authored
-
- 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
Exclude interfaces, whose method docstrings confuse the coverage checker.
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
Downloaded from https://bootstrap.pypa.io/bootstrap-buildout.py.
-
Tres Seaver authored
-
- 28 Nov, 2014 2 commits
-
-
Tres Seaver authored
[ci skip]
-
Tres Seaver authored
-
- 24 Mar, 2014 1 commit
-
-
Tres Seaver authored
-
- 20 Mar, 2014 3 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
- 17 Mar, 2014 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
- 06 Mar, 2014 2 commits
-
-
Tres Seaver authored
-
Jason Madden authored
-
- 25 Feb, 2014 1 commit
-
-
Tres Seaver authored
-
- 24 Feb, 2014 4 commits
-
-
Jason Madden authored
The pure-Python Persistent class no longer calls subclass's __setattr__ at instance creation time, just like the C version.
-
Tres Seaver authored
-
Tres Seaver authored
-
Jason Madden authored
-
- 20 Feb, 2014 1 commit
-
-
Tres Seaver authored
-
- 19 Feb, 2014 5 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
-
- 18 Feb, 2014 4 commits
-
-
Jason Madden authored
KeyError would be raised during ZODB serialization; catch that. Not sure if this is the best solution or not but it gets zope.container passing.
-
Tres Seaver authored
-
Jason Madden authored
If the python version of Persistent had __setstate__ called with a dictionary containing exactly two items, it would fail at idict.update(inst_dict) with 'ValueError: sequence of pairs expected' due to incorrect tuple unpacking. Do what the C version does and check for a tuple explicitly.
-
Jason Madden authored
Fix traversal of the python picklecache ring when invalidating if the order doesn't exactly match the ring
-
- 20 May, 2013 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-