- 15 May, 2019 1 commit
-
-
Egor Dranischnikow authored
-
- 14 May, 2019 2 commits
-
-
Stefan Behnel authored
Positional-only code generation optimization
-
Josh Tobin authored
-
- 13 May, 2019 1 commit
-
-
Josh Tobin authored
-
- 12 May, 2019 2 commits
-
-
Josh Tobin authored
-
Josh Tobin authored
-
- 09 May, 2019 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 07 May, 2019 2 commits
-
-
Josh Tobin authored
-
Josh Tobin authored
-
- 06 May, 2019 4 commits
-
-
Stefan Behnel authored
Make pythran version checks more resilient
-
Stefan Behnel authored
Add PEP420 namespace support.
-
Stefan Behnel authored
Call ".tp_repr()" instead of ".tp_str()" when formatting builtin types, since it avoids an indirection in Py3.8.
-
Dr Alex Meakins authored
-
- 05 May, 2019 3 commits
-
-
serge-sans-paille authored
Current checks breaks when setting 0.10.0 as a Pythran version :-/
-
Stefan Behnel authored
-
Stefan Behnel authored
Add PyBytes_FromObject() and PyObject_Bytes()
-
- 04 May, 2019 2 commits
-
-
Dr Alex Meakins authored
-
Dr Alex Meakins authored
-
- 30 Apr, 2019 10 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes GH-2936.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes GH-2939.
-
Stefan Behnel authored
-
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.
-
Stefan Behnel authored
-
- 29 Apr, 2019 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Adds positional only args support (PEP 570)
-
- 28 Apr, 2019 8 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
GH-2919: Prevent tuple constants that compare equal but have different item types from being merged into one.
-
Stefan Behnel authored
-
Stefan Behnel authored
GH-2934: improve error reporting for non-constant exception value expressions
-
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.
-