- 01 Mar, 2018 3 commits
-
-
Stefan Behnel authored
-
Robert Bradshaw authored
Declare variable at start of block
-
Jeroen Demeyer authored
-
- 28 Feb, 2018 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Do not hijack "@asyncio.coroutine" to make async-def functions iterable, since this is really just a legacy feature that users should not overuse. Instead, provide a dedicated and explicit "cython.iterable_coroutine" directive.
-
Stefan Behnel authored
-
- 25 Feb, 2018 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Fix crash during contiguity check in Pythran buffer type checking code: loop was accidentally reversed in refactoring.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 24 Feb, 2018 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Correct the fallback code for the builtin next() when slot usage is disabled (was missing a fallback). Closes #2116.
-
Stefan Behnel authored
Avoid exception type check in next() implementation if we don't have a default value to return anyway. See #2116.
-
- 23 Feb, 2018 5 commits
-
-
Stefan Behnel authored
Rename unit test method calls from "assertEquals" to "assertEqual" to fix a a deprecation warning in Py3.7.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Explicitly re-allow memoryviews in default argument structs after disallowing them in structs generally. Closes #2114.
-
- 21 Feb, 2018 2 commits
-
-
Robert Bradshaw authored
documentation __dealloc__ should be def not cdef
-
Robert Bradshaw authored
-
- 19 Feb, 2018 2 commits
-
-
candide guevara authored
-
scoder authored
Add cimport-from-pyx to command line
-
- 17 Feb, 2018 10 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Add FIXMEs to C-API functions that changed in Py3.7 but are not free of risk to adapt to because the error case returns ((unsigned long)-1) now instead of ((long)-1).
-
Stefan Behnel authored
Disable yield-from integration test with asyncio in Py3.7 since asyncio Python coroutines are no longer iterable.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #2111.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
xoviat authored
-
- 16 Feb, 2018 4 commits
-
-
Stefan Behnel authored
Re-enable method unpacking inside of the module init function if the call occurs inside of a loop (probably still worth it there). See #2102.
-
Stefan Behnel authored
Disable method unpacking inside of module init function by default as it really just increases the code size to uselessly speed up one-time code. See #2102.
-
Stefan Behnel authored
Closes #2106.
-
Stefan Behnel authored
-