- 24 Apr, 2015 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
make sure all identifiers are EncodedString objects
-
Stefan Behnel authored
-
Robert Bradshaw authored
This is more consistent with the execution of "python foo.py" and also allows for compilation of files that don't obey the module naming rules.
-
- 23 Apr, 2015 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
- 22 Apr, 2015 11 commits
-
-
Stefan Behnel authored
avoid dependency of module patching code on order of utility code sections in C file (had to come after "Generator" code by accident in order to work)
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Conflicts: CHANGES.rst
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
fix stupid C-API misuse: accidentally passed a NULL pointer to PyObject_GetItem() instead of a 0 integer index to PySequence_GetItem()
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
When merging a transitive_list, copy the list
-
- 21 Apr, 2015 3 commits
-
-
Jeroen Demeyer authored
-
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 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-