An error occurred fetching the project authors.
- 27 Aug, 2019 1 commit
-
-
Matti Picus authored
* TEST: add cgetter test for pointer and pxd use * BUG: handle more AttributeNode-with-property-decorator * BUG: fix numpy/__init__.pxd * ENH: add @property for ndarray.size, formatting cleanup
-
- 24 Aug, 2019 1 commit
-
-
da-woods authored
Closes #2601
-
- 04 Jul, 2019 1 commit
-
-
Stefan Behnel authored
-
- 29 Jun, 2019 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 28 Jun, 2019 2 commits
-
-
Stefan Behnel authored
Do not reset "tp_print" for builtin types in Py3 at all anymore. It was never needed there (only in Py2) and not gets in the way in Py3.8/9.
-
Jeroen Demeyer authored
-
- 31 May, 2019 1 commit
-
-
Stefan Behnel authored
Closes GH-2976.
-
- 14 May, 2019 1 commit
-
-
Josh Tobin authored
-
- 12 May, 2019 2 commits
-
-
Josh Tobin authored
-
Josh Tobin authored
-
- 07 May, 2019 1 commit
-
-
Josh Tobin authored
-
- 30 Apr, 2019 2 commits
-
-
Stefan Behnel authored
Adapt PyCode_New() calls to changed C-API in Py3.8, which now takes an additional argument for the pos-only args count. Closes GH-2938.
-
Stefan Behnel authored
Keep METH_O optimisation when "always_allow_keywords" is enabled but the function has only one pos-only argument.
-
- 28 Apr, 2019 1 commit
-
-
Stefan Behnel authored
GH-2934: improve error reporting for non-constant exception value expressions: instead of two errors and a crash, just report it once and explicitly.
-
- 27 Apr, 2019 2 commits
-
-
Josh Tobin authored
-
Josh Tobin authored
-
- 04 Mar, 2019 1 commit
-
-
Stefan Behnel authored
Support CPython builds with docstrings disabled by wrapping docstring literals in the `PyDoc_STR()` macro. Closes GH-884.
-
- 03 Mar, 2019 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
See #2879.
-
- 01 Mar, 2019 1 commit
-
-
Stefan Behnel authored
GH-1461: Include the signature line of cdef functions in the import-time line tracing and coverage report.
-
- 23 Feb, 2019 5 commits
-
-
Noam Hershtig authored
-
Noam Hershtig authored
-
Stefan Behnel authored
Disable the new compiler warning about ambiguous exception return values when the function is external (and therefore possibly not under the control of the user).
-
Stefan Behnel authored
-
Noam Hershtig authored
-
- 09 Feb, 2019 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 08 Feb, 2019 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Make the cpdef override check work with Python subclasses of extension types again that do not initialise their own dict. This lead to a crash with dict versioning in Py3.6+. Closes GH-2823.
-
- 02 Feb, 2019 1 commit
-
-
Stefan Behnel authored
Clean up insertion points after use in prange code since they conflict with the deep-copying that with-statements use for their finally-clause. Closes GH-2780.
-
- 16 Jan, 2019 1 commit
-
-
mattip authored
-
- 13 Jan, 2019 1 commit
-
-
mattip authored
-
- 12 Jan, 2019 1 commit
-
-
Stefan Behnel authored
Closes #1635.
-
- 08 Jan, 2019 1 commit
-
-
Jeroen Demeyer authored
-
- 07 Jan, 2019 1 commit
-
-
mattip authored
-
- 05 Jan, 2019 1 commit
-
-
mattip authored
-
- 14 Nov, 2018 1 commit
-
-
mattip authored
-