- 12 Jan, 2021 1 commit
-
-
da-woods authored
-
- 05 Jan, 2021 2 commits
-
-
Robert Bradshaw authored
Always use "new" string->float conversions
-
da-woods authored
-
- 01 Jan, 2021 1 commit
-
-
da-woods authored
This ensures that 1_2_3 type numbers are handled correctly whether or not the argument type is known. Fixes https://github.com/cython/cython/issues/3958 (and thus the currently broken builtin_float test)
-
- 18 Dec, 2020 3 commits
-
-
Robert Bradshaw authored
Fix missing utility code for complex annotations
-
da-woods authored
Generating utility-code for complex types is special-cased, but it wasn't when they were generated in annotations. Fixes https://github.com/cython/cython/issues/3949
-
Robert Bradshaw authored
Though pretty standard, I can see how the use of these terms could reasonably be viewed as offensive.
-
- 11 Dec, 2020 1 commit
-
-
Robert Bradshaw authored
MAINT: Add const qualifiers to char* types in pycapsule.pxd.
-
- 10 Dec, 2020 2 commits
-
-
Warren Weckesser authored
Eliminate C compiler warnings by making the constness of the char* pointers in the declarations in pycapsule.pxd match the actual types of the PyCapsule_* functions.
-
Robert Bradshaw authored
Use Py_TYPE() and __Pyx_SET_SIZE() functions
-
- 09 Dec, 2020 1 commit
-
-
Victor Stinner authored
Replace direct access to PyObject members with functions like Py_TYPE() and __Pyx_SET_SIZE().
-
- 06 Dec, 2020 1 commit
-
-
Robert Bradshaw authored
-
- 05 Dec, 2020 1 commit
-
-
da-woods authored
Change suggested by Stepan Kasal on Cython-devel list
-
- 04 Dec, 2020 1 commit
-
-
Robert Bradshaw authored
-
- 28 Nov, 2020 2 commits
-
-
Stefan Behnel authored
-
neonene authored
The C-API function applied in previous commit (https://github.com/cython/cython/commit/b37607f46b165e81f7af2b4eec2ae7f76f7717df) is now also obsolete. This patch works for cython 0.29 and cpython after (https://github.com/python/cpython/commit/1e996c3a3b51e9c6f1f4cea8a6dbcf3bcb865060#diff-d2c90d06d281ca8dd7ac8b90109fc26755f7319dd209b5f9416efdecfa56e289).
-
- 27 Nov, 2020 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 26 Nov, 2020 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 20 Nov, 2020 8 commits
-
-
Stefan Behnel authored
Fix "__Pyx_PyObject_AsDouble()" special-casing to prevent de-optimisation through potential PyFloat unpack-repack cycles.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 19 Nov, 2020 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 18 Nov, 2020 6 commits
-
-
Stefan Behnel authored
(Probably not as optimal since it can lead to de-optimisation when we actually need a PyFloat result.)
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Add flags and missing exception declaration for PyOS_*() string conversion functions in cpython/conversion.pxd.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 14 Nov, 2020 1 commit
-
-
Fedor Alekseev authored
-
- 09 Nov, 2020 1 commit
-
-
scoder authored
-