Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-104050: Add more annotations to `Tools/clinic.py` (#104544) | Nikita Sobolev | 2023-05-16 | 1 | -3/+4 |
| | |||||
* | gh-104050: Run mypy on `clinic.py` in CI (#104421) | Alex Waygood | 2023-05-15 | 1 | -10/+16 |
| | | | | | | | | | | * Add basic mypy workflow to CI * Make the type check pass --------- Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com> Co-authored-by: Nikita Sobolev <mail@sobolevn.me> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> | ||||
* | bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) | Serhiy Storchaka | 2020-04-18 | 1 | -21/+16 |
| | | | | Co-authored-by: Ammar Askar <ammar@ammaraskar.com> | ||||
* | #Issue 20456: Several improvements and bugfixes for Argument Clinic, | Larry Hastings | 2014-01-31 | 1 | -0/+191 |
including correctly generating code for Clinic blocks inside C preprocessor conditional blocks. |