- 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
-
- 28 May, 2019 8 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
This was broken by the attempt to exclude C++ operations from true division.
-
Stefan Behnel authored
-
Stefan Behnel authored
Move the variable declarations in a C helper function to where they are actually used to avoid "unused" warnings in Py3.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
This was broken by the attempt to exclude C++ operations from true division.
-
- 27 May, 2019 5 commits
-
-
Robert Bradshaw authored
This fixes Github issue #1950.
-
Robert Bradshaw authored
This fixes Github issue #1950.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Fix compile error with 3.8
-
- 26 May, 2019 1 commit
-
-
Marcel Plch authored
-
- 20 May, 2019 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
-
Stefan Behnel authored
Replace optparse by argparse
-
realead authored
-