- 04 Mar, 2018 3 commits
-
-
Stefan Behnel authored
Closes #2128.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 03 Mar, 2018 2 commits
-
-
Stefan Behnel authored
Re-enable "auto late includes" based on a preliminary directive. We have the feature, so allowing its use won't hurt, as long as users are aware that they will have to change their code later. See #2079.
-
Stefan Behnel authored
-
- 02 Mar, 2018 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Work around BPO-32973: CPython 3 can rerun the module PyInit function if the extension module is re-imported under a different name. https://bugs.python.org/issue32973
-
- 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 7 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
-