summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi/test_getargs.py
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-121039: add Floats/ComplexesAreIdenticalMixin to test.support.testc...Sergey B Kirpichev2024-09-111-15/+12
* [3.12] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpre...Eric Snow2024-05-221-0/+33
* [3.12] gh-112438: Fix support of format units with the "e" prefix in nested t...Miss Islington (bot)2023-11-271-0/+28
* [3.12] gh-67565: Add tests for C-contiguity checks (GH-110951) (GH-111198)Furkan Onder2023-10-231-0/+19
* [3.12] gh-110815: Improve tests for PyArg_ParseTupleAndKeywords() (GH-110817)...Miss Islington (bot)2023-10-131-5/+31
* [3.12] gh-80527: Change support.requires_legacy_unicode_capi() (GH-108438) (#...Miss Islington (bot)2023-08-251-4/+4
* gh-99240: Reset pointer to NULL when the pointed memory is freed in argument ...colorfulappl2022-12-171-0/+4
* bpo-34272: Reorganize C API tests. (GH-8551)Serhiy Storchaka2022-11-101-0/+1297