COMMITS
/ Python/ast_unparse.c May 8, 2019
E
bpo-36817: Add f-string debugging using '='. (GH-13123)
Eric V. Smith committed
September 30, 2018
S
bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645)
Serhiy Storchaka committed
September 27, 2018
S
bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)
Serhiy Storchaka committed
May 17, 2018
S
bpo-33475: Fix and improve converting annotations to strings. (GH-6774)
Serhiy Storchaka committed
February 1, 2018
S
bpo-32711: Fix warnings for Python/ast_unparse.c (#5426)
Stéphane Wirtel committed
January 26, 2018
G
String annotations [PEP 563] (#4390)
Guido van Rossum committed