1. 94faa07 bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933) by Victor Stinner · 4 years, 5 months ago
  2. a5634c4 bpo-41746: Add type information to asdl_seq objects (GH-22223) by Pablo Galindo · 4 years, 11 months ago
  3. 2135e10 bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-20156) by Batuhan Taskaya · 5 years ago
  4. ce57883 Add spaces around the ":=" operator in ast_unparse.c (GH-19568) by Hakan Çelik · 5 years ago
  5. 43aeefa bpo-39522: Use _PyUnicodeWriter_WriteStr instead of PyUnicode_AS_DATA (GH-19523) by Batuhan Taşkaya · 5 years ago
  6. aade1cc bpo-395222: Correctly unparse unicode prefix in ast_unparse.c (GH-19512) by Batuhan Taşkaya · 5 years ago
  7. 258f517 bpo-32894: Support unparsing of infinity numbers in ast_unparser.c (GH-17426) by Batuhan Taşkaya · 5 years ago
  8. 13d52c2 bpo-34822: Simplify AST for subscription. (GH-9605) by Serhiy Storchaka · 5 years ago
  9. 28ca43b closes bpo-39898: Remove unused arg from append_formattedvalue. (GH-18840) by Andy Lester · 5 years ago
  10. 185903d bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304) by Batuhan Taşkaya · 5 years ago
  11. 6f6ff8a bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node instead (GH-13597) by Eric V. Smith · 6 years ago
  12. da6129e bpo-36961: Handle positional-only arguments in uparse.c (GH-13412) by Pablo Galindo · 6 years ago
  13. fa19a25 Add support for PEP572 in ast_unparse.c (GH-13337) by Batuhan Taşkaya · 6 years ago
  14. 9a4135e bpo-36817: Add f-string debugging using '='. (GH-13123) by Eric V. Smith · 6 years ago
  15. 2a2940e bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645) by Serhiy Storchaka · 7 years ago
  16. 3f22811 bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445) by Serhiy Storchaka · 7 years ago
  17. 64fddc4 bpo-33475: Fix and improve converting annotations to strings. (GH-6774) by Serhiy Storchaka · 7 years ago
  18. 83ab995 bpo-32711: Fix warnings for Python/ast_unparse.c (#5426) by Stéphane Wirtel · 8 years ago
  19. 95e4d58 String annotations [PEP 563] (#4390) by Guido van Rossum · 8 years ago