- 13 May, 2015 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 12 May, 2015 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
avoid runtime 'in' tests for dict literals when we can determine at compile time that there are no duplicate keys
-
Stefan Behnel authored
-
- 11 May, 2015 1 commit
-
-
scoder authored
Fix two small sphinx errors in the tutorials
-
- 08 May, 2015 2 commits
-
-
Hans Moritz Günther authored
-
Hans Moritz Günther authored
-
- 03 May, 2015 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Conflicts: Cython/Utility/CythonFunction.c Cython/Utility/Generator.c
-
Stefan Behnel authored
-
- 28 Apr, 2015 2 commits
-
-
scoder authored
PyTypeObject members tp_compare, tp_richcompare, tp_base
-
Jeroen Demeyer authored
-
- 27 Apr, 2015 3 commits
-
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
- 26 Apr, 2015 7 commits
-
-
Stefan Behnel authored
Conflicts: tests/run/generators.pyx
-
Stefan Behnel authored
prevent generator methods from returning NULL without setting an exception: method call protocol differs from __next__() protocol
-
Stefan Behnel authored
remove test that doesn't apply to normal Python (only to the corresponding .pyx test where it remains)
-
Stefan Behnel authored
-
Stefan Behnel authored
Conflicts: Cython/Compiler/ExprNodes.py
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 25 Apr, 2015 11 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
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
-