- 16 Jul, 2017 1 commit
-
-
Robert Bradshaw authored
-
- 15 Jul, 2017 7 commits
-
-
Robert Bradshaw authored
See #1719.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 14 Jul, 2017 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 13 Jul, 2017 10 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
repair __Pyx_CallUnboundCMethod1() macro which also needs to adapt to the new CPython FASTCALL signature in Py3.7
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
extend tests to cover some more internal signature cases of CPython builtins (METH_FASTCALL with and without keywords in P3.7)
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 11 Jul, 2017 1 commit
-
-
Robert Bradshaw authored
-
- 10 Jul, 2017 8 commits
-
-
Robert Bradshaw authored
Resolves note at #1765.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Extern structs may only be partially declared.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Give an error for invalid options or directives
-
Robert Bradshaw authored
First attempt at explicit fallthrough annotation.
-
- 09 Jul, 2017 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Also fix module refcounting for #1764 and remove redundant variable assignment (which just triggers a useless type check).
-
scoder authored
Don't use __Pyx_PyObject_CallMethO on cyfunctions
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Previously these could be suppressed if error holding was in place. This was noticed in #1746.
-
Robert Bradshaw authored
-
- 08 Jul, 2017 3 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
This should fix sklearn, see #1764.
-
- 06 Jul, 2017 1 commit
-
-
Robert Bradshaw authored
-