An error occurred fetching the project authors.
- 25 May, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 24 May, 2015 1 commit
-
-
Stefan Behnel authored
-
- 23 May, 2015 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
split Cython's Generator type into separate Coroutine and Generator types to prepare PEP 492 implementation
-
- 15 May, 2015 1 commit
-
-
Stefan Behnel authored
-
- 03 May, 2015 1 commit
-
-
Stefan Behnel authored
-
- 27 Apr, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 26 Apr, 2015 1 commit
-
-
Stefan Behnel authored
prevent generator methods from returning NULL without setting an exception: method call protocol differs from __next__() protocol
-
- 25 Apr, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 24 Apr, 2015 1 commit
-
-
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
-
- 22 Apr, 2015 2 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
fix stupid C-API misuse: accidentally passed a NULL pointer to PyObject_GetItem() instead of a 0 integer index to PySequence_GetItem()
-
- 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 6 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
-
- 29 Nov, 2014 1 commit
-
-
Stefan Behnel authored
implement PEP 479: replace accidental StopIteration exceptions that exit the generator body by RuntimeError
-
- 31 Aug, 2014 1 commit
-
-
Lisandro Dalcin authored
* Remove macros __Pyx_{NAME|DOC}STR * Remove macros __Pyx_{Get|Set|Del}AttrString * Remove macro __Pyx_PyIndex_Check * Remove workaround for missing BaseException in builtins
-
- 21 Aug, 2014 1 commit
-
-
Stefan Behnel authored
split internal method calling helper functions into specialised 0-, 1-, 2- args versions to apply the method call optimisation to them
-
- 02 Aug, 2014 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 18 Jun, 2014 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- extra : amend_source : 04828c16faf5af6bf7203a7ae59ad1f365cb5699
-
- 16 Jun, 2014 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 22 Feb, 2014 1 commit
-
-
Robert Bradshaw authored
-
- 02 Jan, 2014 1 commit
-
-
Stefan Behnel authored
-
- 12 Oct, 2013 1 commit
-
-
Stefan Behnel authored
-
- 13 Aug, 2013 1 commit
-
-
Robert Bradshaw authored
-
- 09 Aug, 2013 1 commit
-
-
Stefan Behnel authored
-
- 06 Aug, 2013 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-