summaryrefslogtreecommitdiffstats
path: root/Objects/clinic/typevarobject.c.h
Commit message (Expand)AuthorAgeFilesLines
* gh-116126: Implement PEP 696 (#116129)Jelle Zijlstra2024-05-031-33/+137
* gh-110964: Remove private _PyArg functions (#110966)Victor Stinner2023-10-171-1/+2
* gh-110907: AC: Disallow using `*` with vararg (#110908)Nikita Sobolev2023-10-161-2/+2
* gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)Victor Stinner2023-08-311-4/+3
* gh-108635: Make parameters of some implementations of special methods positio...Serhiy Storchaka2023-08-291-207/+15
* gh-103763: Implement PEP 695 (#103764)Jelle Zijlstra2023-05-161-0/+786