- 05 Jun, 2020 1 commit
-
-
Stefan Behnel authored
-
- 04 Jun, 2020 18 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
da-woods authored
classmethod() should fall back to calling PyClassMethod_New() instead of deciding for itself that the type is invalid. (GH-3660)
-
da-woods authored
-
da-woods authored
Fixes https://github.com/cython/cython/issues/3642
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Fixes https://github.com/cython/cython/issues/3642
-
Stefan Behnel authored
Add "show_all_warnings" option to cythonize() to provide a simpler interface for (temporarily) setting "Errors.LEVEL".
-
Stefan Behnel authored
See #3625.
-
Stefan Behnel authored
Add a test that the default exception return value "-1" for integer return types also works for unsigned types.
-
Stefan Behnel authored
Avoid "possible loss of data" warning in MSVC by adding redundant casts to code that gets discarded later.
-
Stefan Behnel authored
-
Stefan Behnel authored
Exclude "long long" overflow checking code from compilation when HAVE_LONG_LONG is not set by CPython.
-
- 03 Jun, 2020 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 02 Jun, 2020 3 commits
-
-
da-woods authored
classmethod() should fall back to calling PyClassMethod_New() instead of deciding for itself that the type is invalid. (GH-3660)
-
Stefan Behnel authored
Closes #3659.
-
Stefan Behnel authored
-
- 01 Jun, 2020 1 commit
-
-
da-woods authored
-
- 31 May, 2020 1 commit
-
-
da-woods authored
Fixes https://github.com/cython/cython/issues/3642
-
- 30 May, 2020 4 commits
-
-
Stefan Behnel authored
(Although that seems a bug – deep copying should probably just keep the control flow graph intact.)
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 29 May, 2020 10 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Fix detection of reusable utility code: whenever we do string and/or unbound method replacements at all, it's not reusable.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
da-woods authored
Fixes https://github.com/cython/cython/issues/3647 At least one (in ModuleNode) is a real bug. The others are just getting the code compatible with Cython again`
-
Stefan Behnel authored
See https://github.com/cython/cython/issues/3646 Supersedes https://github.com/cython/cython/pull/3649
-
Stefan Behnel authored
-