- 19 Feb, 2020 2 commits
-
-
Matti Picus authored
-
Stefan Behnel authored
-
- 18 Feb, 2020 8 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Frank Schlimbach authored
* omp declare privates on outer loop, since inner loops are not 'omp parallel for'ified
-
da-woods authored
They'd generate two calls - one exception checked and one not
-
da-woods authored
They'd generate two calls - one exception checked and one not
-
Stefan Behnel authored
-
Stefan Behnel authored
Avoid deprecation warning in Cython-Inline by setting the default language level to "3str" if none is provided.
-
Eddie Elizondo authored
* Add more limited api support * Fix Fused Functions * Fixed profile * Use PyModule_GetDict * Simplify __Pyx_Globals * Address issues in CommonStructures * ifdef guard CyFunction and FusedFunction
-
- 17 Feb, 2020 1 commit
-
-
Stefan Behnel authored
See #2686.
-
- 16 Feb, 2020 1 commit
-
-
Stefan Behnel authored
Close #2686.
-
- 14 Feb, 2020 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 13 Feb, 2020 2 commits
-
-
Stefan Behnel authored
-
Frank Schlimbach authored
* omp declare privates on outer loop, since inner loops are not 'omp parallel for'ified
-
- 12 Feb, 2020 9 commits
-
-
da-woods authored
* Changed always_allow_keywords_T295 for Py3.9 https://bugs.python.org/issue37645 appears to change some error messages slightly (including the qualname and not just the function name). This change just allows doctest to cope with both the new and old messages
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #3330.
-
mitch authored
-
Stefan Behnel authored
-
Matti Picus authored
-
Stefan Behnel authored
-
da-woods authored
The pickle functions __reduce__ and __setstate_cython__ were being visited in the module scope (where they were undeclared) rather than the class scope where they were declared
-
- 11 Feb, 2020 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Move slow MacOS builds higher up in the travis build matrix to make them start earlier and reduce the overall turn-over time.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Chris Gyurgyik authored
-
- 10 Feb, 2020 1 commit
-
-
Matti Picus authored
-
- 06 Feb, 2020 1 commit
-
-
Stefan Behnel authored
-
- 30 Jan, 2020 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
mitch authored
-
Stefan Behnel authored
Make sure we always use the correct post-analysed bases, mkw and metaclass in Python class creation by making the PyClassDefNode own it and other nodes only refer to it, rather than risking stale references in subnodes. (Alternatively, ownership could be distributed across the subnodes, but it's a bit unclear how, and how to refer to the other subnodes then.) Closes #3338.
-
- 29 Jan, 2020 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #3337.
-
Stefan Behnel authored
Add warning that no Cython-specific tests should be added to the PEP-492 coroutine test file copied from CPython.
-