summaryrefslogtreecommitdiff
path: root/Python/ast_unparse.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-33475: Fix and improve converting annotations to strings. (GH-6774)Serhiy Storchaka2018-05-161-536/+290
* bpo-32711: Fix warnings for Python/ast_unparse.c (#5426)Stéphane Wirtel2018-02-011-3/+7
* String annotations [PEP 563] (#4390)Guido van Rossum2018-01-261-0/+1163