summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapi/getargs.c
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-112438: Fix support of format units with the "e" prefix in nested t...Miss Islington (bot)2023-11-271-5/+9
* [3.12] gh-110572: Fix potential leaks in test_*_code in _testcapi/getargs.c (...Miss Islington (bot)2023-10-211-33/+57
* [3.12] gh-110815: Improve tests for PyArg_ParseTupleAndKeywords() (GH-110817)...Miss Islington (bot)2023-10-131-13/+39
* gh-99240: Reset pointer to NULL when the pointed memory is freed in argument ...colorfulappl2022-12-171-0/+19
* gh-93649: Split getargs tests from _testcapimodule.c (#99346)Erlend E. Aasland2022-11-141-0/+920