- 28 Feb, 2020 1 commit
-
-
Stefan Behnel authored
-
- 27 Feb, 2020 1 commit
-
-
da-woods authored
* Cleanup of string initialization code for limited API Now appears in a few large blocks rather than ``` # if CYTHON_LIMITED_API individual string line # endif ``` * Fixed issue with some unicode strings, e.g. ``` # cython: language_level=3str, binding=True def non_ascii_str(): s = 'ø\x20\u0020' assert isinstance(s, str) return s ```
-
- 26 Feb, 2020 1 commit
-
-
da-woods authored
"@subsitute: tempita" tag ensures that they are loaded in tempita utility code class
-
- 22 Feb, 2020 1 commit
-
-
Robert Bradshaw authored
-
- 20 Feb, 2020 3 commits
-
-
Stefan Behnel authored
Use correct "Py_mp_subscript" type slot for getitem() method instead of "Py_mp_ass_subscript" (which is for assignments).
-
Stefan Behnel authored
Fix "unused" C compiler warning for "__pyx_FusedFunction_mapping_methods" when using the limited C-API.
-
Nguyễn Gia Phong authored
-
- 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.
-
- 15 Feb, 2020 2 commits
-
-
Omer Ozarslan authored
-
Omer Ozarslan authored
-
- 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
-