- 09 Mar, 2018 5 commits
-
-
Stefan Behnel authored
Actually show "redefined" warnings, but only for "cdef extern" blocks, i.e. the exact case described in #1874. Closes #1874.
-
Stefan Behnel authored
Silence "redefined" warning again as it is more annoying than helpful to receive it for every pxd-defined cpdef function. See #1874. Closes #2013.
-
Stefan Behnel authored
-
Stefan Behnel authored
Repair the coercion of C string literals to C++ strings for function arguments: must create a copy for non-const arguments and can use C++ coercion for const literals. Closes #2132.
-
Stefan Behnel authored
-
- 07 Mar, 2018 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Use pre-5.0 Tornado version as Jupyter dependency in Py3.3 since Tornado 5.0 dropped support for it.
-
- 06 Mar, 2018 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #2124.
-
scoder authored
Inline toggleDiv
-
scoder authored
Fix duplicate declaration in posix/time.pxd
-
Jeroen Demeyer authored
-
- 04 Mar, 2018 4 commits
-
-
Stefan Behnel authored
Closes #2127.
-
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 3 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
-
Thijs Damsma authored
Inlined the toggleDiv function to workaround that jupyterlab doesn't support script tags in html.
-
- 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 1 commit
-
-
Stefan Behnel authored
Rename unit test method calls from "assertEquals" to "assertEqual" to fix a a deprecation warning in Py3.7.
-