- 28 Aug, 2012 5 commits
-
-
Stefan Behnel authored
always instantiate exceptions directly when raising them, fix Py3 crash when an exception type does not create an exception instance (works in Py2, although not in PyPy)
-
Stefan Behnel authored
prevent utility code of overloaded function entries from accidentally being written to the output file
-
Stefan Behnel authored
added safety assertion to prevent utility code from overwriting that of other entries with the same name
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 27 Aug, 2012 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 26 Aug, 2012 1 commit
-
-
Stefan Behnel authored
-
- 25 Aug, 2012 14 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
use proper module.m_free() way to run module cleanup code in Py3, way after running atexit functions etc.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
moved utility code for registering the module cleanup function into Cython/Utility/ModuleSetupCode.c
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 24 Aug, 2012 11 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
fix compiler crash during type inference when calling Python method of C int variable (found in Py3 pyregr test_long.py)
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 23 Aug, 2012 4 commits
-
-
Robert Bradshaw authored
Update docs/src/tutorial/caveats.rst
-
Gabriel Pettier authored
small grammar error/typo in doc
-
Stefan Behnel authored
-
Stefan Behnel authored
-