- 25 May, 2021 14 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
docs: Use the Cython + IPython lexers that come with Pygments to avoid having to maintain our own ones.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 24 May, 2021 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
This broke C++ map iteration code, which needs a better fix. See https://github.com/cython/cython/issues/4171 Reverts https://github.com/cython/cython/pull/4077 This reverts commit 415c0496.
-
Søren Fuglede Jørgensen authored
-
da-woods authored
Also remove ErrorType type defaults for nodes in ExprNodes Closes https://github.com/cython/cython/issues/4155
-
- 23 May, 2021 4 commits
-
-
Max Bachmann authored
-
scoder authored
Uses a special package prefix "cython.cimports", followed by the actual .pxd module/package names. Also allows "import cython.cimports.libc.math as libc_math" etc., rather than only "from ... import ...". All we need to guard against is that the import does not overwrite the name "cython".
-
-
Stefan Behnel authored
-
- 22 May, 2021 4 commits
-
-
Stefan Behnel authored
Assume that any assignment to a variable that has a PEP-526 type annotation is the first assignment to that variable. This makes literal list assignments to declared pointers work.
-
Stefan Behnel authored
-
Stefan Behnel authored
Fix pure Python struct test in Py<3.6 where keyword dicts are unordered. This means that cython.struct(x=int, y=float) has a non-deterministic order.
-
Stefan Behnel authored
-
- 21 May, 2021 1 commit
-
-
Stefan Behnel authored
Closes https://github.com/cython/cython/pull/4183 Closes https://github.com/cython/cython/issues/4182
-
- 20 May, 2021 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
ALways mark the entry of generator expression functions as used. Because, why not, they probably are. And it avoids false warnings. Fixes https://github.com/cython/cython/issues/1699
-
Stefan Behnel authored
-
scoder authored
This is a common gotcha for new users who name their .pyx file after the C file that they want to wrap. Closes https://github.com/cython/cython/issues/4177
-
- 19 May, 2021 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 18 May, 2021 2 commits
-
-
Ralf Gommers authored
-
Stefan Behnel authored
Disable some plain Python (non Cython related) tests that fail in Py3.10 due to changed error messages.
-