- 29 Oct, 2012 2 commits
-
-
Stefan Behnel authored
--HG-- extra : rebase_source : d0d280010b14401c44e70a279dc9066031ba7de7
-
Stefan Behnel authored
implemented 'ignore compile failures' mode in cythonize() to do trial+error compilation of .py files --HG-- extra : rebase_source : d415ce5d3dc3a3504b2bf4e8fc1ffd0cd16de64e
-
- 01 Nov, 2012 4 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 30 Oct, 2012 4 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 10 Oct, 2012 1 commit
-
-
Robert Bradshaw authored
-
- 26 Sep, 2012 1 commit
-
-
Stefan Behnel authored
-
- 25 Sep, 2012 4 commits
-
-
Mark Florisson authored
-
Christoph Groth authored
-
Stefan Behnel authored
fix for refnanny C code in dict iteration: generate all GOTREFs before all coercions before all assignments to properly handle error cases
-
Stefan Behnel authored
-
- 01 Sep, 2012 1 commit
-
-
Stefan Behnel authored
-
- 31 Aug, 2012 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Fix "PyErr_Format + PY_FORMAT_SSIZE_T likely broken in Win64"
-
- 30 Aug, 2012 12 commits
-
-
cgohlke authored
-
cgohlke authored
-
cgohlke authored
-
cgohlke authored
-
cgohlke authored
-
cgohlke authored
-
cgohlke authored
-
scoder authored
Add '/openmp' flag when compiling Cpp code with msvc compilers
-
cgohlke authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 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 3 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
-