COMMITS
/ Python/clinic/bltinmodule.c.h February 12, 2026
P
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Pablo Galindo Salgado committed
November 13, 2025
S
gh-135801: Add the module parameter to compile() etc (GH-139652)
Serhiy Storchaka committed
October 8, 2025
B
gh-139748: fix leaks in AC error paths when using unicode FS-based converters (#139765)
Bénédikt Tran committed
August 25, 2025
S
gh-137609: Change names of some positional-only parameters in builtins (GH-137611)
Serhiy Storchaka committed
August 13, 2025
S
gh-137668: Document that ord() supports also bytes and bytearray (GH-137669)
Serhiy Storchaka committed
March 27, 2025
M
gh-131525: Cache the result of tuple_hash (#131529)
Michael Droettboom committed
March 11, 2025
V
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Victor Stinner committed
November 8, 2024
S
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Serhiy Storchaka committed
S
gh-122943: Remove the object converter for var-positional parameter (GH-126560)
Serhiy Storchaka committed
November 7, 2024
S
gh-122943: Rework support of var-positional parameter in Argument Clinic (GH-122945)
Serhiy Storchaka committed
May 2, 2024
R
gh-105879: Add support for keyword arguments to eval and exec (#105885)
Raphael Gaschignard committed
April 12, 2024
S
gh-117764: Fix and add signatures for many builtins (GH-117769)
Serhiy Storchaka committed
February 10, 2024
S
gh-76763: Make chr() always raising ValueError for out-of-range values (GH-114882)
Serhiy Storchaka committed
November 7, 2023
V
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner committed
November 1, 2023
V
gh-111089: Use PyUnicode_AsUTF8() in Argument Clinic (#111585)
Victor Stinner committed
October 17, 2023
V
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner committed
August 31, 2023
V
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner committed
August 24, 2023
V
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Victor Stinner committed
August 21, 2023
N
gh-107526: Revert "gh-100357: Convert several functions in bltinsmodule to AC" (#107542)
Nikita Sobolev committed
June 1, 2023
V
gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)
Victor Stinner committed
January 8, 2023
S
gh-100776: Fix misleading default value in help(input) (#100788)
Shantanu committed
December 24, 2022
N
gh-100357: Convert several functions in `bltinsmodule` to AC (#100358)
Nikita Sobolev committed
December 3, 2022
S
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka committed
October 3, 2022
M
gh-96526: Clarify format and __format__ docstrings (gh-96648)
Michael committed
N
Fix typos in `bltinmodule.c`. (GH-97766)
Nikita Sobolev committed
August 13, 2022
E
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
Erlend E. Aasland committed
August 11, 2022
May 6, 2022
L
gh-92203: Add closure support to exec(). (#92204)
larryhastings committed
May 3, 2022
V
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner committed
March 11, 2022
K
Use FASTCALL for __import__ (GH-31752)
Kumar Aditya committed
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