summaryrefslogtreecommitdiff
path: root/Python/clinic/context.c.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-37206: Unrepresentable default values no longer represented as None. (GH-...Serhiy Storchaka2019-09-141-2/+2
* bpo-36101: remove non-ascii characters in docstring (GH-12018)animalize2019-02-251-2/+2
* bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520)Serhiy Storchaka2019-01-111-7/+14
* bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. ...Serhiy Storchaka2018-11-271-3/+3
* Add docstrings to public methods from context.c (GH-8531)Peter Lamut2018-07-301-9/+36
* bpo-32436: Implement PEP 567 (#5027)Yury Selivanov2018-01-221-0/+146