- 23 Jun, 2019 1 commit
-
-
Alex Willmer authored
-
- 13 Jun, 2019 3 commits
-
-
Stefan Behnel authored
-
Jeroen Demeyer authored
-
DWesl authored
The regex to match the gdb version is not intended to be interpreted as a regular string, it is designed to be used as-is as a regex. This lets python know that minor detail.
-
- 11 Jun, 2019 10 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Josh Tobin authored
-
Josh Tobin authored
-
Stefan Behnel authored
-
realead authored
-
Stefan Behnel authored
-
serge-sans-paille authored
And make it more flexible in terms of API change.
-
serge-sans-paille authored
And make it more flexible in terms of API change.
-
serge-sans-paille authored
Current checks breaks when setting 0.10.0 as a Pythran version :-/
-
- 10 Jun, 2019 1 commit
-
-
Robert Bradshaw authored
Add compatability with Bazel 0.26
-
- 09 Jun, 2019 1 commit
-
-
Pasha Podolsky authored
-
- 07 Jun, 2019 3 commits
-
-
aiudirog authored
-
alimcmaster1 authored
-
realead authored
-
- 02 Jun, 2019 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 01 Jun, 2019 8 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Make co_argcount for positional-only arguments behave correctly, now that CPython 3.8 (beta 1) includes the pos-only count in it rather than adding it.
-
Pablo Galindo authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Avoid checking Py_TPFLAGS_HAVE_FINALIZE in Py3.8 and later since CPython now relies on the feature being there.
-
Stefan Behnel authored
-
Josh Tobin authored
Fixes GH-2941.
-
- 31 May, 2019 8 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes GH-2976.
-
Stefan Behnel authored
When passing keyword arguments from unpacked dict literals, prevent duplicate dict keys from raising an error and instead overwrite the previous one. Closes GH-2963.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Marcel Plch authored
-
Stefan Behnel authored
-
Alex Willmer authored
-
- 30 May, 2019 1 commit
-
-
realead authored
-
- 29 May, 2019 2 commits
-
-
Stefan Behnel authored
-
Pierre Glaser authored
-