- 25 Apr, 2015 12 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Jeroen Demeyer authored
-
Jeroen Demeyer authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
mofe GIVEREF() before PyTuple_SET_ITEM() call because that's when we still own the reference (pypy needs it that way)
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 24 Apr, 2015 9 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
patch Generator ABC into "collections.abc" when using Cython generators so that foreign code can test for the Generator protocol instead of the generator type
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
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 2 commits
-
-
Jeroen Demeyer authored
-
scoder authored
Fix relative cimport for Cython package dirs
-