- 17 Jun, 2021 4 commits
-
-
da-woods authored
Fixes issue https://github.com/cython/cython/issues/3065 Fixes issue https://github.com/cython/cython/issues/3066 * delete cpp_exception_declaration_compatibility test Because I'm emitting an error at an earlier stage I don't think there's a way to get this test to work.
-
da-woods authored
Reported in https://github.com/cython/cython/pull/4228
-
scoder authored
Closes https://github.com/cython/cython/issues/3922
-
Matti Picus authored
Partially reverts https://github.com/cython/cython/commit/1027db04fb7c5bbfea2b9bcdfce0b1f384e26a93
-
- 15 Jun, 2021 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Also make a couple of improvements regarding clarity and text formatting.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
0dminnimda authored
See https://github.com/cython/cython/issues/4187 * .gitignore: add directory for docs build and cython_debug * doc-requirements.txt: add sphinx-tabs * conf.py: add and setup sphinx-tabs extension * Create _static\css\tabs.css for customisation * add "two-syntax-variants-used" file as a preface about the different typing variants
-
da-woods authored
See https://github.com/cython/cython/issues/4200Signed-off-by: Stefan Behnel <stefan_ml@behnel.de>
-
- 14 Jun, 2021 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes https://github.com/cython/cython/pull/4224
-
Stefan Behnel authored
Automatically add stubs for "cython.cimports.*" in the test runner to make them importable in Python (although not necessarily runnable).
-
Stefan Behnel authored
-
Stefan Behnel authored
Automatically prepend "import cython" to the examples if necessary.
-
- 11 Jun, 2021 1 commit
-
-
- 09 Jun, 2021 8 commits
-
-
Stefan Behnel authored
-
da-woods authored
Closes https://github.com/cython/cython/issues/4214 Closes https://github.com/cython/cython/issues/2811 * Set "entry.qualified_name" for builtin types. * Make sure we always have a correct "qualified_name" for all symtab Entry instances.
-
Marius Wachtler authored
Looking at the Cython code I spotted a few areas where it contains special paths for Pyston v1. Pyston v1 only supports python2 and is dead but we did release a new Pyston v2 which is a fork of CPython 3.8. As we don't currently set `PYSTON_VERSION` in v2 the current code can't trigger and can be removed. I hoped we would not need any special casing for v2 because it should be fully compatible with CPython but https://github.com/cython/cython/issues/4200 may temporarily need one but I think the current code is overkill and if necessary I can add (part of) it back later on.
-
Stefan Behnel authored
-
Matti Picus authored
-
Stefan Behnel authored
Split the interface of "cythonrun" and "BuildExecutable" so that the latter no longer automatically runs the program.
-
da-woods authored
MSVC appears not like like `#if/#else` with an macro call. Fixes https://github.com/cython/cython/issues/4202
-
Stefan Behnel authored
-
- 06 Jun, 2021 1 commit
-
-
Robert Bradshaw authored
Fixed optimizations in defined cppclass
-
- 05 Jun, 2021 1 commit
-
-
da-woods authored
The problem was they were being skipped with SkipDeclarations
-
- 26 May, 2021 12 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Assume that all live PyPy3 installations know about the correct Py3 signature of PyEval_EvalCode() by now. See discussion leading up to https://github.com/conda-forge/cython-feedstock/pull/75#issuecomment-848770641
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Matti Picus authored
-
Stefan Behnel authored
-
Spencer Brown authored
Implements https://github.com/cython/cython/issues/2090
-
- 25 May, 2021 1 commit
-
-
Ashwin Srinath authored
* Add execution policy overloads to all algorithms * Add update_cpp17_extension for cpp17 tests * Fix type deduction logic for forwarding reference argument
-