- 29 Aug, 2012 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
refactoring and rewrite of optional kw arguments parsing helper function to support Unicode keyword arguments in Py2 (CPython supports them in Py2.6+)
-
Mark Florisson authored
Fix parallel/prange test failures on Windows
-
Stefan Behnel authored
move utility code inclusion from Name/AttributeNodes to the latest possible step in the pipeline (after removing it from declaration analysis)
-
- 28 Aug, 2012 6 commits
-
-
Stefan Behnel authored
-
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 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
cgohlke 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 9 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
-