COMMITS
/ Python/clinic/bltinmodule.c.h July 16, 2021
B
bpo-20201: variadic arguments support for AC (GH-18609)
Batuhan Taskaya committed
June 22, 2021
E
bpo-43918: document signature and default argument of `anext` builtin (#25551)
Erik Welch committed
March 23, 2021
J
bpo-31861: Add aiter and anext to builtins (#23847)
Joshua Bronson committed
June 3, 2020
A
bpo-40471: Fix grammar typo in 'issubclass' docstring (GH-19847)
Alex Povel committed
May 26, 2020
S
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka committed
September 21, 2019
R
Shorter docstring (GH-16322)
Raymond Hettinger committed
September 14, 2019
S
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
Serhiy Storchaka committed
August 29, 2019
June 12, 2019
V
bpo-35766: compile(): rename feature_version parameter (GH-13994)
Victor Stinner committed
March 14, 2019
S
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058)
Serhiy Storchaka committed
March 7, 2019
G
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
Guido van Rossum committed
January 11, 2019
S
bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520)
Serhiy Storchaka committed
S
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313)
Serhiy Storchaka committed
December 25, 2018
S
bpo-23867: Argument Clinic: inline parsing code for a single positional parameter. (GH-9689)
Serhiy Storchaka committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. (GH-6748)
Serhiy Storchaka committed
September 12, 2018
R
bpo-34637: Make the *start* argument for *sum()* visible as a keyword argument. (GH-9208)
Raymond Hettinger committed
December 15, 2017
S
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
Serhiy Storchaka committed
November 15, 2017
S
bpo-30950: Convert round() to Argument Clinic. (#2740)
Serhiy Storchaka committed
July 3, 2017
S
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka committed
June 10, 2017
S
May 29, 2017
A
Add reference to help('FORMATTING') in format() builtin (GH-166)
Amit Kumar committed
January 17, 2017
V
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Victor Stinner committed
V
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Victor Stinner committed
V
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
Victor Stinner committed
September 10, 2016
V
Issue #27810: Rerun Argument Clinic on all modules
Victor Stinner committed
August 14, 2016
S
Issue #27574: Decreased an overhead of parsing keyword arguments in functions
Serhiy Storchaka committed
July 7, 2016
S
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
S
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
June 9, 2016
S
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
Serhiy Storchaka committed
May 1, 2016
S
Regenerate Argument Clinic code for issue #26874.
Serhiy Storchaka committed
May 30, 2015
S
Specify default values of semantic booleans in Argument Clinic generated signatures as booleans.
Serhiy Storchaka committed
April 23, 2015
S
Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the
Serhiy Storchaka committed
April 14, 2015
L
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
Larry Hastings committed
April 3, 2015
S
Issue #23492: Argument Clinic now generates argument parsing code with
Serhiy Storchaka committed
S
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka committed