summaryrefslogtreecommitdiff
path: root/Lib/test/clinic.test
Commit message (Expand)AuthorAgeFilesLines
* bpo-37206: Unrepresentable default values no longer represented as None. (GH-...Serhiy Storchaka2019-09-141-5/+5
* bpo-37034: Display argument name on errors with keyword arguments with Argume...RĂ©mi Lapeyre2019-08-291-41/+94
* bpo-37942: Improve argument clinic float converter (GH-15470)Raymond Hettinger2019-08-241-8/+20
* bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1...Serhiy Storchaka2019-03-141-0/+1263
* bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520)Serhiy Storchaka2019-01-111-4/+8
* bpo-35582: Argument Clinic: inline parsing code for positional parameters. (G...Serhiy Storchaka2019-01-111-60/+671
* bpo-23867: Argument Clinic: inline parsing code for a single positional param...Serhiy Storchaka2018-12-251-8/+18
* bpo-20180: Simplify char_converter in Argument Clinic. (GH-9828)Serhiy Storchaka2018-12-251-14/+16
* bpo-35578: Add an example file for testing Argument Clinic converters. (GH-11...Serhiy Storchaka2018-12-251-0/+1307