- 23 Apr, 2015 5 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
-
Jason Madden authored
-
Jason Madden authored
-
- 21 Apr, 2015 1 commit
-
-
Jason Madden authored
When temporarily decoding an incoming attribute name from a unicode string, be careful not to destroy the temoporary PyObject until we're done using its char* buffer. Fixes zopefoundation/Acquisition#5.
-
- 04 Apr, 2015 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
- 31 Mar, 2015 6 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
Tres Seaver authored
Set PURE_PYTHON=1 for coverage testing under tox.
-
-
Jason Madden authored
A Python-implementation-specific test for the repeated-search-optimization gets us to 100% coverage.
-
Jason Madden authored
-
- 30 Mar, 2015 4 commits
-
-
Jason Madden authored
-
Jason Madden authored
Also fixes a few discovered differences between the C and Python implementations.
-
-
Jason Madden authored
-
- 29 Mar, 2015 2 commits
-
-
Jason Madden authored
-
Jason Madden authored
Add a test and a fix for the __of__ issue @davisagli reported. Only tested under Python2 because I couldn't figure out how to reproduce it under Python 3
-
- 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 2 commits
-
-
Tres Seaver authored
-
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 5 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-