- 19 Feb, 2021 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 18 Feb, 2021 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
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.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
Disable time_pxd test in Python 3.4
-
- 16 Feb, 2021 1 commit
-
-
da-woods authored
It uses features that are unavailable thus always fails Test was introduced in https://github.com/cython/cython/pull/3767
-
- 09 Feb, 2021 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
da-woods authored
Closes https://github.com/cython/cython/issues/4000
-
Stefan Behnel authored
-
da-woods authored
Closes https://github.com/cython/cython/issues/4000
-
- 26 Jan, 2021 1 commit
-
-
da-woods authored
It was broken in https://github.com/cython/cython/pull/3976 which added an additional error message.
-
- 23 Jan, 2021 3 commits
-
-
Robert Bradshaw authored
Fixed e_decorators test
-
Robert Bradshaw authored
Warning message on cpdef variables (0.29.x)
-
Robert Bradshaw authored
Expose "long and overflow" cpython functions
-
- 21 Jan, 2021 1 commit
-
-
Daniele Varrazzo authored
These functions are available since Python 2.7. Close #3980
-
- 15 Jan, 2021 1 commit
-
-
Robert Bradshaw authored
Changed "declared after use" warning to error
-
- 13 Jan, 2021 1 commit
-
-
jbrockmendel authored
* ENH: implement cpython/time.pxd Co-authored-by:
scoder <stefan_ml@behnel.de>
-
- 12 Jan, 2021 2 commits
- 08 Jan, 2021 1 commit
-
-
da-woods authored
Allowing these gives people the false impression that they do something meaningful. "Fixes" https://github.com/cython/cython/issues/3959
-
- 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 2 commits
-
-
Victor Stinner authored
Replace direct access to PyObject members with functions like Py_TYPE() and __Pyx_SET_SIZE().
-
Robert Bradshaw authored
Use __Pyx_SET_SIZE() and __Pyx_SET_REFCNT()
-
- 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 2 commits
-
-
Victor Stinner authored
Don't access directly PyObject.ob_refcnt and PyVarObject.ob_size.
-
Robert Bradshaw authored
-