summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_clinic.py
Commit message (Expand)AuthorAgeFilesLines
* gh-104683: `clinic.py`: Improve coverage for the `parse_converter` method (#1...Alex Waygood2023-05-211-0/+39
* gh-104629: Don't skip test_clinic if _testclinic is missing (#104630)Erlend E. Aasland2023-05-181-2/+5
* gh-104389: Add 'unused' keyword to Argument Clinic C converters (#104390)Erlend E. Aasland2023-05-121-0/+38
* gh-64595: Argument Clinic: Touch source file if any output file changed (#104...Erlend E. Aasland2023-05-051-3/+4
* gh-64631: Test exception messages in cloned Argument Clinic funcs (#104167)Erlend E. Aasland2023-05-051-0/+13
* gh-64490: Fix bugs in argument clinic varargs processing (#32092)colorfulappl2022-11-241-0/+44
* gh-99240: Fix double-free bug in Argument Clinic str_converter generated code...colorfulappl2022-11-241-0/+15
* gh-64490: Fix refcount error when arguments are packed to tuple in argument c...colorfulappl2022-11-241-0/+14
* gh-96002: Add functional test for Argument Clinic (#96178)colorfulappl2022-11-211-1/+393
* gh-92886: [clinic.py] raise exception on invalid input instead of assertion (...Irit Katriel2022-10-071-1/+1
* bpo-42398: Fix "make regen-all" race condition (GH-23362)Victor Stinner2020-11-181-7/+19
* bpo-40275: Use new test.support helper submodules in tests (GH-21448)Hai Shi2020-08-031-1/+2
* bpo-36876: Add a tool that identifies unsupported global C variables. (#15877)Eric Snow2019-09-111-10/+3
* bpo-35578: Add an example file for testing Argument Clinic converters. (GH-11...Serhiy Storchaka2018-12-251-1/+17
* bpo-26901: Fix the Argument Clinic test suite (GH-8879)Victor Stinner2018-09-031-0/+802