1. 6f6ff8a bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node instead (GH-13597) by Eric V. Smith · 5 years ago
  2. da6129e bpo-36961: Handle positional-only arguments in uparse.c (GH-13412) by Pablo Galindo · 5 years ago
  3. fa19a25 Add support for PEP572 in ast_unparse.c (GH-13337) by Batuhan Taşkaya · 5 years ago
  4. 9a4135e bpo-36817: Add f-string debugging using '='. (GH-13123) by Eric V. Smith · 5 years ago
  5. 2a2940e bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645) by Serhiy Storchaka · 6 years ago
  6. 3f22811 bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445) by Serhiy Storchaka · 6 years ago
  7. 64fddc4 bpo-33475: Fix and improve converting annotations to strings. (GH-6774) by Serhiy Storchaka · 6 years ago
  8. 83ab995 bpo-32711: Fix warnings for Python/ast_unparse.c (#5426) by Stéphane Wirtel · 6 years ago
  9. 95e4d58 String annotations [PEP 563] (#4390) by Guido van Rossum · 6 years ago