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. 2f8bfef replace PY_SIZE_MAX with SIZE_MAX by Benjamin Peterson · 9 years ago
  4. 049e509 Issue #22207: Fix "comparison between signed and unsigned integers" warning in by Victor Stinner · 11 years ago
  5. d01d396e Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py". by Antoine Pitrou · 12 years ago
  6. cc10a37 Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353. by Martin v. Löwis · 13 years ago
  7. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 15 years ago
  8. 9c74b14 Merged revisions 64114 via svnmerge from by Amaury Forgeot d'Arc · 17 years ago
  9. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  10. a829313 Remove asdl_seq_APPEND() and simplify asdl seq implementation. by Jeremy Hylton · 19 years ago
  11. adb69fc Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, by Neal Norwitz · 20 years ago
  12. daae616 Use convenience function by Neal Norwitz · 20 years ago
  13. 7b5a604 Whoops, checkin consistent versions of *all* files to stop polluting by Neal Norwitz · 20 years ago
  14. 3e0055f Merge ast-branch to head by Jeremy Hylton · 20 years ago