COMMITS
/ Python/getargs.c April 26, 2025
S
gh-132987: Support __index__() for "k" and "K" formats in PyArg_Parse (GH-132988)
Serhiy Storchaka committed
April 8, 2025
S
gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303)
Serhiy Storchaka committed
S
gh-50333: Deprecate support of non-tuple sequences in PyArg_ParseTuple() (GH-128374)
Serhiy Storchaka committed
March 17, 2025
M
GH-131238: More refactoring of core header files (GH-131351)
Mark Shannon committed
November 8, 2024
S
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Serhiy Storchaka committed
November 7, 2024
S
gh-122943: Rework support of var-positional parameter in Argument Clinic (GH-122945)
Serhiy Storchaka committed
October 9, 2024
V
gh-124502: Remove _PyUnicode_EQ() function (#125114)
Victor Stinner committed
August 7, 2024
S
gh-118814: Fix the TypeVar constructor when name is passed by keyword (GH-122664)
Serhiy Storchaka committed
August 2, 2024
N
June 27, 2024
V
gh-121040: Use __attribute__((fallthrough)) (#121044)
Victor Stinner committed
June 24, 2024
S
Fixes loop variables to be the same types as their limit (GH-120958)
Steve Dower committed
June 21, 2024
P
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520)
Petr Viktorin 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
May 22, 2024
April 23, 2024
J
gh-68114: Fix handling for removed PyArg_ParseTuple 'w' formatters (GH-8204)
Joe Jevnik committed
March 8, 2024
N
gh-116447: Fix possible UB in `arraymodule` and `getargs` (#116459)
Nikita Sobolev committed
February 8, 2024
S
December 4, 2023
S
gh-65210: Add const qualifiers in PyArg_VaParseTupleAndKeywords() (GH-105958)
Serhiy Storchaka committed
November 27, 2023
S
gh-112438: Fix support of format units with the "e" prefix in nested tuples in PyArg_Parse (gh-112439)
Serhiy Storchaka committed
November 18, 2023
S
gh-112234: Remove the toplevel parameter in converttuple() (GH-112235)
Serhiy Storchaka committed
November 16, 2023
S
gh-111956: Add thread-safe one-time initialization. (gh-111960)
Sam Gross 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 getargs.c (#111620)
Victor Stinner committed
October 23, 2023
F
gh-67565: Remove redundant C-contiguity checks (GH-105521)
Furkan Onder committed
October 17, 2023
V
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner committed
October 16, 2023
N
gh-110864: Fix _PyArg_UnpackKeywordsWithVararg overwriting vararg with NULL (#110868)
Nikita Sobolev committed
October 14, 2023
S
gh-110815: Support non-ASCII keyword names in PyArg_ParseTupleAndKeywords() (GH-110816)
Serhiy Storchaka committed
September 29, 2023
V
gh-110079: Remove extern "C" { ...} in C code (#110080)
Victor Stinner committed
September 3, 2023
V
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner committed
August 26, 2023
V
gh-106320: Remove private AC converter functions (#108505)
Victor Stinner committed
August 24, 2023
V
gh-108308: Remove _PyDict_GetItemStringWithError() function (#108426)
Victor Stinner committed
July 27, 2023
V
gh-107196: Remove _PyArg_VaParseTupleAndKeywordsFast() function (#107197)
Victor Stinner committed
July 24, 2023
V
gh-106320: Remove private _PyDict C API (#107145)
Victor Stinner committed
June 1, 2023
V
gh-92536: Remove PyUnicode_READY() calls (#105210)
Victor Stinner committed
May 31, 2023
I
gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)
Inada Naoki committed
December 17, 2022
C
November 24, 2022
C
gh-64490: Fix bugs in argument clinic varargs processing (#32092)
colorfulappl committed
November 15, 2022
E
gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)
Eric Snow committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Python/ directory (#99302)
Victor Stinner committed
August 16, 2022
K
GH-95909: Make `_PyArg_Parser` initialization thread safe (GH-95958)
Kumar Aditya committed
August 11, 2022
July 28, 2022
S
gh-94938: Fix errror detection of unexpected keyword arguments (GH-94999)
Serhiy Storchaka committed
July 18, 2022
S
gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931)
Serhiy Storchaka committed
May 27, 2022
K
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
Kumar Aditya committed
May 12, 2022
I
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki committed
February 25, 2022
V
bpo-45316: Move _PyArg_Fini() to internal C API (GH-31580)
Victor Stinner committed
July 17, 2021
K
bpo-20291: Fix MSVC warnings in getargs.c (GH-27211)
Ken Jin committed
July 16, 2021
B
bpo-20201: variadic arguments support for AC (GH-18609)
Batuhan Taskaya committed
May 7, 2021
I
bpo-40943: Fix skipitem() didn't raise SystemError (GH-25937)
Inada Naoki committed
February 27, 2021
I
bpo-43321: Fix SystemError in getargs.c (GH-24656)
Inada Naoki committed