COMMITS
/ Lib/test/test_capi/test_getargs.py July 22, 2025
S
Revert "gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303)" (#136991)
Serhiy Storchaka committed
July 13, 2025
S
gh-132629: Deprecate accepting out-of-range values for unsigned integers in PyArg_Parse (GH-132630)
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 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 13, 2025
V
gh-131152: Remove unused imports from tests (#131153)
Victor Stinner committed
September 8, 2024
S
gh-121039: add Floats/ComplexesAreIdenticalMixin to test.support.testcase (GH-121071)
Sergey B Kirpichev committed
May 22, 2024
April 23, 2024
J
gh-68114: Fix handling for removed PyArg_ParseTuple 'w' formatters (GH-8204)
Joe Jevnik committed
February 8, 2024
S
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 19, 2023
F
gh-67565: Add tests for C-contiguity checks (GH-110951)
Furkan Onder committed
October 14, 2023
S
gh-110815: Support non-ASCII keyword names in PyArg_ParseTupleAndKeywords() (GH-110816)
Serhiy Storchaka 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
August 24, 2023
V
gh-80527: Change support.requires_legacy_unicode_capi() (#108438)
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 10, 2022
S
bpo-34272: Reorganize C API tests. (GH-8551)
Serhiy Storchaka committed