- 21 Apr, 2015 2 commits
-
-
scoder authored
Fix relative cimport for Cython package dirs
-
Jeroen Demeyer authored
-
- 20 Apr, 2015 1 commit
-
-
Stefan Behnel authored
avoid "return"-ing from generator without NULL return value but no exception set (fails assertion in debug build)
-
- 19 Apr, 2015 11 commits
-
-
Stefan Behnel authored
work around crash in CPython's yield-from implementation for generators that "return" values using a StopIteration exception valu
-
Stefan Behnel authored
-
Stefan Behnel authored
add another fast-path in generator exit code that avoids exception normalisation of exact StopIteration objects
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
avoid setting explicit "None" as StopIteration exception value in generators and directly return NULL instead
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 17 Apr, 2015 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 15 Apr, 2015 3 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 12 Apr, 2015 15 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
disable unicode default encoding in pypy: PyBytes_AsStringAndSize() does not handle Unicode default encoding in pypy and _PyUnicode_AsDefaultEncodedString() does not return a cached borrowed reference but a new owned one
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 11 Apr, 2015 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-