- 28 Mar, 2015 1 commit
-
-
Jason Madden authored
-
- 21 Mar, 2015 1 commit
-
-
Jason Madden authored
Adapt the garbage collection tests to run under PyPy. This makes the overall test diff smaller and easier to read.
-
- 20 Mar, 2015 5 commits
-
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
-
Jason Madden authored
Fix the last doctest errors in pure-python mode about parent circles. They were another manifestation of zopefoundation/ExtensionClass#3 and required a workaround.
-
Jason Madden authored
Add tests for all the methods proxied by the C wrappers, and make the Python implementation match that behaviour.
-
- 19 Mar, 2015 1 commit
-
-
Jason Madden authored
All tests continue to pass under 2.6 and 2.7. The pure-python code currently raises AttributeError instead of RuntimeError in the recursive-parent cases, though I'm not sure why that is. There may also be some issues with the proxying of some methods, but those aren't covered by current test cases.
-
- 17 Feb, 2015 2 commits
-
-
Tres Seaver authored
setup.py: Set url to github
-
Marc Abramowitz authored
-
- 20 Dec, 2014 1 commit
-
-
Tres Seaver authored
-
- 18 Dec, 2014 3 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
- 02 Nov, 2014 6 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 01 Nov, 2014 1 commit
-
-
Tres Seaver authored
-
- 30 Oct, 2014 5 commits
-
-
Tres Seaver authored
Only in ASCII encoding. Fixes LP #143358.
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
README.rst in root, w/ prolog. CHANGES.rst in foot.
-
Tres Seaver authored
-
- 29 Oct, 2014 1 commit
-
-
Tres Seaver authored
Fixes LP #1387363.
-
- 21 Mar, 2013 2 commits
-
-
Tres Seaver authored
LP #1155760.
-
Tres Seaver authored
-
- 13 Mar, 2013 1 commit
-
-
Stephan Richter authored
-
- 12 Mar, 2013 1 commit
-
-
Marius Gedminas authored
-
- 25 Feb, 2013 2 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 24 Feb, 2013 2 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 10 Feb, 2013 1 commit
-
-
Hanno Schlichting authored
-
- 13 Dec, 2011 4 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
Give up on protecting against segfaults in aq_* functions, when we encounter __parent__ circles with more than one intermediate object.
-
Hanno Schlichting authored
Raise `RuntimeError: Recursion detected in acquisition wrapper` if an object with a `__parent__` pointer points to a wrapper that in turn points to the original object.
-