- 29 May, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 28 May, 2015 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Revert "make Coroutine type a non-iterable/iterator and instead let __await__() return a thin Iterator wrapper" This reverts commit cf51fa4e.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
make Coroutine type a non-iterable/iterator and instead let __await__() return a thin Iterator wrapper
-
- 27 May, 2015 1 commit
-
-
Stefan Behnel authored
make sure Cython's generator and coroutine types are registered with the Generator/Coroutine ABCs also in Py3.5 patch both types also into asyncio (in Py<3.5)
-
- 25 May, 2015 12 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
rewrite __Pyx_ReturnWithStopIteration() to fix returning tuples and also fix it on the other side in __Pyx_PyGen_FetchStopIterationValue()
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
-
Stefan Behnel authored
-
Stefan Behnel authored
make Cython's Coroutine type and extension types work with Python's async-for loop, implement new slots in Py3.5
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 24 May, 2015 4 commits
-
-
Stefan Behnel authored
-
Robert Bradshaw authored
Use different mangling prefix in foo_api.h files
-
Robert Bradshaw authored
Fix links to CEP 516
-
Andrea Bedini authored
-
- 23 May, 2015 10 commits
-
-
Jeroen Demeyer authored
-
Stefan Behnel authored
-
Jeroen Demeyer authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
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
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 22 May, 2015 5 commits
-
-
scoder authored
Progress indicator for cythonize()
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-