summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_clinic.py
Commit message (Expand)AuthorAgeFilesLines
* 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