COMMITS
/ Modules/_testcapi/getargs.c April 23, 2024
J
gh-68114: Fix handling for removed PyArg_ParseTuple 'w' formatters (GH-8204)
Joe Jevnik committed
January 16, 2024
A
gh-114101: Correct PyErr_Format arguments in _testcapi module (#114102)
AN Long 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
October 24, 2023
N
gh-110572: Remove `test_*` from `_testcapi/getargs.c` (GH-111214)
Nikita Sobolev committed
October 21, 2023
N
gh-110572: Fix potential leaks in test_*_code in _testcapi/getargs.c (GH-110573)
Nikita Sobolev committed
October 13, 2023
S
gh-110815: Improve tests for PyArg_ParseTupleAndKeywords() (GH-110817)
Serhiy Storchaka committed
September 9, 2023
S
gh-109050: Remove remaining tests for legacy Unicode C API (GH-109068)
Serhiy Storchaka committed
July 2, 2023
I
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki committed
June 1, 2023
V
gh-105156: Deprecate the old Py_UNICODE type in C API (#105157)
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 14, 2022
E
gh-93649: Split getargs tests from _testcapimodule.c (#99346)
Erlend E. Aasland committed