1. 091951a bpo-40528: Improve and clear several aspects of the ASDL definition code for the AST (GH-19952) by Batuhan Taskaya · 4 years, 3 months ago
  2. 421a72a bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API (#14634) by Zackery Spytz · 4 years, 11 months ago
  3. 4d73ae7 bpo-18407: ast.c uses Py_ssize_t for asdl_seq_LEN() iterator (GH-10655) by Victor Stinner · 6 years ago
  4. f2c1aa1 Add ast.Constant by Victor Stinner · 9 years ago
  5. 042cb46 Fix compiler warning on Windows 64-bit: asdl_seq_SET() stores the index parameter by Victor Stinner · 11 years ago
  6. d01d396e Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py". by Antoine Pitrou · 11 years ago
  7. 442f209 create NameConstant AST class for None, True, and False literals (closes #16619) by Benjamin Peterson · 12 years ago
  8. cc10a37 Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353. by Martin v. Löwis · 12 years ago
  9. e249841 add a asdl bytes type, so Bytes.s be properly typechecked by Benjamin Peterson · 13 years ago
  10. 6baa4c4 Whoops, fix build breakage. There were still a few uses of the bool type. by Neal Norwitz · 17 years ago
  11. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  12. a829313 Remove asdl_seq_APPEND() and simplify asdl seq implementation. by Jeremy Hylton · 18 years ago
  13. adb69fc Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, by Neal Norwitz · 19 years ago
  14. 7b5a604 Whoops, checkin consistent versions of *all* files to stop polluting by Neal Norwitz · 19 years ago
  15. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago