COMMITS
/ Tools/clinic/libclinic/converters.py September 18, 2025
A
gh-64490: Argument Clinic: Add support for ``**kwds`` (#138344)
Adam Turner committed
September 1, 2025
C
gh-135763: AC: Implement ``allow_negative`` for ``Py_ssize_t`` (#138150)
Christoph Walcher committed
July 13, 2025
S
gh-132629: Deprecate accepting out-of-range values for unsigned integers in PyArg_Parse (GH-132630)
Serhiy Storchaka committed
May 8, 2025
S
gh-133583: Add support for fixed size unsigned integers in argument parsing (GH-133584)
Serhiy Storchaka committed
April 28, 2025
S
gh-132987: Support __index__() for unsigned integers in Argument Clinic (GH-133011)
Serhiy Storchaka committed
April 26, 2025
S
gh-132987: Support __index__() for "k" and "K" formats in PyArg_Parse (GH-132988)
Serhiy Storchaka committed
April 20, 2025
S
gh-132753: Argument Clinic: Fix support of c_default for the bool converter (GH-132754)
Serhiy Storchaka committed
March 13, 2025
V
gh-111178: Change Argument Clinic signature for `@staticmethod` (#131157) (#131159)
Victor Stinner committed
March 12, 2025
V
gh-111178: Change Argument Clinic signature for `@classmethod` (#131157)
Victor Stinner committed
March 11, 2025
V
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Victor Stinner committed
January 20, 2025
E
gh-111178: Generate correct signature for most self converters (#128447)
Erlend E. Aasland committed
November 8, 2024
S
gh-122943: Move code generation for var-positional parameter to converters (GH-126575)
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 28, 2024
S
gh-117557: Improve error messages when a string, bytes or bytearray of length 1 are expected (GH-117631)
Serhiy Storchaka committed
April 11, 2024
V
gh-113317: Add Codegen class to Argument Clinic (#117626)
Victor Stinner committed
April 2, 2024
V
gh-113317: Argument Clinic: Add libclinic.converters module (#117315)
Victor Stinner committed