- 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.
-
- 28 Jan, 2020 2 commits
-
-
Stefan Behnel authored
Closes #3335.
-
da-woods authored
Includes extra information for some additional types
-
- 27 Jan, 2020 1 commit
-
-
Stefan Behnel authored
Closes #3330.
-
- 24 Jan, 2020 1 commit
-
-
Stefan Behnel authored
-
- 23 Jan, 2020 4 commits
-
-
Stefan Behnel authored
-
aws-taylor authored
-
Alex Henrie authored
-
Jerome Kieffer authored
-
- 22 Jan, 2020 1 commit
-
-
isotherm authored
Closes #1427
-
- 21 Jan, 2020 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Move back to a matrix setup in travis.yml to avoid the long list of redundant and boring Python build setups.
-
- 16 Jan, 2020 1 commit
-
-
Stefan Behnel authored
-
- 14 Jan, 2020 3 commits
-
-
serge-sans-paille authored
* Support Pythran shape Through a conversion to array. I've tested that and it's ok performance wise, the C++ compiler can deal with the abstraction (with a small overhead though).
-
Robert Bradshaw authored
This manifests as function-type-mismatch sanitization error on Clang.
-
Josh Tobin authored
-
- 13 Jan, 2020 1 commit
-
-
Yuri Escalianti authored
-