1. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 4 years, 3 months ago
  2. 3398646 bpo-39522: Always initialise kind attribute in constant ast nodes (GH-19525) by Pablo Galindo · 4 years, 4 months ago
  3. d112c60 bpo-39220: Do not optimise annotation if 'from __future__ import annotations' is used (GH-17866) by Pablo Galindo · 4 years, 5 months ago
  4. 13d52c2 bpo-34822: Simplify AST for subscription. (GH-9605) by Serhiy Storchaka · 4 years, 5 months ago
  5. d82e469 bpo-39639: Remove the AST "Suite" node and associated code (GH-18513) by Batuhan Taşkaya · 4 years, 5 months ago
  6. b121a4a Fix constant folding optimization for positional only arguments (GH-17837) by Anthony Sottile · 4 years, 7 months ago
  7. 9932a22 bpo-33416: Add end positions to Python AST (GH-11605) by Ivan Levkivskyi · 6 years ago
  8. 5f2df88 bpo-35177: Add dependencies between header files (GH-10361) by Victor Stinner · 6 years ago
  9. 3f22811 bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445) by Serhiy Storchaka · 6 years ago
  10. 143ce5c bpo-33691: Add _PyAST_GetDocString(). (GH-7236) by Serhiy Storchaka · 6 years ago
  11. 73cbe7a bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197) by Serhiy Storchaka · 6 years ago
  12. 3f7e9aa bpo-32925: Optimized iterating and containing test for literal lists (GH-5842) by Serhiy Storchaka · 6 years ago
  13. 05d68a8 bpo-9566: Fix size_t=>int downcast warnings (#5230) by Victor Stinner · 7 years ago
  14. 3dfbaf5 bpo-32372: Move __debug__ optimization to the AST level. (#4925) by Serhiy Storchaka · 7 years ago
  15. 2e3f570 bpo-30416: Protect the optimizer during constant folding. (#4860) by Serhiy Storchaka · 7 years ago
  16. 15a8728 bpo-29469: Optimize literal lists and sets iterating on the AST level. (#4866) by Serhiy Storchaka · 7 years ago
  17. 7ea143a bpo-29469: Move constant folding to AST optimizer (GH-2858) by INADA Naoki · 7 years ago