- 06 Aug, 2013 2 commits
-
-
Torsten Landschoff authored
-
Torsten Landschoff authored
Per Stefan's comment these are unneeded and actually the tests still pass.
-
- 01 Aug, 2013 4 commits
-
-
Torsten Landschoff authored
-
Torsten Landschoff authored
-
Torsten Landschoff authored
This can be useful if some external objects have to be cleaned up when the Python object dies. Otherwise the cyclic garbage collector may drop the references before the cleanup has any chance to run. Includes documentation and a simple unit test. Discussion: http://article.gmane.org/gmane.comp.python.cython.devel/14986
-
Torsten Landschoff authored
Better to crash early than to never know that the reference changed to None. See discussion here: http://article.gmane.org/gmane.comp.python.cython.devel/14833
-
- 27 Jul, 2013 14 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
properly handle expressions at the beginning of func/class/etc. blocks that start with a string literal but are not docstrings
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 26 Jul, 2013 13 commits
-
-
Stefan Behnel authored
always set __path__ for compiled packages and in Py3.3 actually implement finding the file path at module init time by rerunning the import lookup
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
move getattr() utility code from Builtins.c to ObjectHandling.c as it deals with object protocols and is not a required replacement
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 25 Jul, 2013 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 18 Jul, 2013 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 17 Jul, 2013 1 commit
-
-
Stefan Behnel authored
-