- 02 Jun, 2015 1 commit
-
-
Robert Bradshaw authored
-
- 01 Jun, 2015 5 commits
-
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
exclude two more modules from stdlib compilation that require bootstrapping before importing Cython modules
-
- 31 May, 2015 11 commits
-
-
scoder authored
Fix the placement of a closing bracket
-
Wieland Hoffmann authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
avoid antipattern of sum()-ing lists
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 30 May, 2015 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
clean up decoding error reporting by counting lines instead of reading single characters to find the error position
-
Stefan Behnel authored
-
- 29 May, 2015 9 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
disable asyncio coroutine test in Py3.4(.3) due to an annoying type check: Py3.5 has a fix and later 3.4 versions might, too
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
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 3 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()
-