summaryrefslogtreecommitdiffstats
path: root/Python/ast_unparse.c
Commit message (Expand)AuthorAgeFilesLines
* [3.7] bpo-40663: Correctly handle annotations with subscripts in ast_unparse....Batuhan Taskaya2020-05-221-2/+19
* bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304)Miss Islington (bot)2020-03-111-0/+1
* bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645)Miss Islington (bot)2018-09-301-4/+7
* [3.7] bpo-33475: Fix and improve converting annotations to strings. (GH-6774)...Serhiy Storchaka2018-05-201-536/+290
* [3.7] bpo-32711: Fix warnings for Python/ast_unparse.c (GH-5426) (#5475)Miss Islington (bot)2018-02-011-3/+7
* String annotations [PEP 563] (#4390)Guido van Rossum2018-01-261-0/+1163