summaryrefslogtreecommitdiffstats
path: root/Tools/clinic/cpp.py
Commit message (Expand)AuthorAgeFilesLines
* gh-113299: Move cpp.py into libclinic (#113526)Erlend E. Aasland2023-12-271-191/+0
* gh-113317: Rework Argument Clinic cpp.py error handling (#113525)Erlend E. Aasland2023-12-271-12/+9
* gh-104683: Remove unused variables from `Tools/clinic` and tests for `Tools/c...Alex Waygood2023-08-091-1/+1
* gh-106368: Improve coverage reports for argument clinic (#107693)Alex Waygood2023-08-061-2/+8
* gh-104683: Improve consistency and test coverage of argument-clinic `__repr__...Alex Waygood2023-08-051-2/+5
* gh-104146: Argument clinic: remove unused methods and variables (#107608)Alex Waygood2023-08-041-8/+0
* gh-104146: Remove dead code from Argument Clinic (#107555)Erlend E. Aasland2023-08-021-1/+0
* gh-104683: Argument clinic: modernise `cpp.Monitor` (#106698)Alex Waygood2023-07-121-13/+14
* gh-104683: Modernise Tools/clinic/ (#104684)Alex Waygood2023-05-201-1/+1
* gh-104050: Add more annotations to `Tools/clinic.py` (#104544)Nikita Sobolev2023-05-161-3/+4
* gh-104050: Run mypy on `clinic.py` in CI (#104421)Alex Waygood2023-05-151-10/+16
* bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364)Serhiy Storchaka2020-04-181-21/+16
* #Issue 20456: Several improvements and bugfixes for Argument Clinic,Larry Hastings2014-02-011-0/+191