- 21 Mar, 2021 8 commits
-
-
Max Bachmann authored
Even though the Python documentation states, that PyUnicode_KIND will return an int, it actually returns a value of the underlying type of the PyUnicode_Kind enum. This could be e.g. an unsigned int which can cause warnings about signed/unsigned comparisons.
-
Stefan Behnel authored
-
da-woods authored
Backported from 3dc2b9df Partial fix for https://github.com/cython/cython/issues/3919
-
Max Bachmann authored
clang warns about dead code when an if-statement always evaluates to false. This warning can be silenced using an extra '()'.
-
Max Bachmann authored
-
Max Bachmann authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 18 Mar, 2021 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Victor Stinner authored
The `test.support` has been split into sub-modules. Adapt `test_exceptions` (originally coped from CPython) for these changes.
-
- 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 1 commit
-
-
Robert Bradshaw authored
Fix missing utility code for complex annotations
-