1. 8c77b8c bpo-36540: PEP 570 -- Implementation (GH-12701) by Pablo Galindo · 5 years ago
  2. 1396d8f bpo-35224: Add support for NamedExpr to unparse.py (GH-11670) by Victor Stinner · 6 years ago
  3. 3f22811 bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445) by Serhiy Storchaka · 6 years ago
  4. 73cbe7a bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197) by Serhiy Storchaka · 6 years ago
  5. cb41b27 bpo-29463: Add docstring field to some AST nodes. (#46) by INADA Naoki · 7 years ago
  6. bf04b06 Issue #28008: Fix test_unparse by Yury Selivanov · 8 years ago
  7. deed5a1 Issue #28038: Remove Tools/parser/com2ann.py and its unit test. by Guido van Rossum · 8 years ago
  8. e13370b Issue #27364: Raw strings to avoid deprecated escaping in com2ann.py by Martin Panter · 8 years ago
  9. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  10. d07a1cb Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py by Berker Peksag · 8 years ago
  11. d66dd5c Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py by Berker Peksag · 8 years ago
  12. f2c1aa1 Add ast.Constant by Victor Stinner · 9 years ago
  13. 608adf9 Issue 25180: Fix Tools/parser/unparse.py for f-strings. Patch by Martin Panter. by Eric V. Smith · 9 years ago
  14. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  15. 025e9eb PEP 448: additional unpacking generalizations (closes #2292) by Benjamin Peterson · 9 years ago
  16. 3481e21 Issue #21918: Convert test_tools.py to a sub-package of test. by Zachary Ware · 10 years ago
  17. 2b0a610 Issue #21918: Convert test_tools.py to a sub-package of test. by Zachary Ware · 10 years ago
  18. 63c46b2 teach unparse about matrix multiplication by Benjamin Peterson · 10 years ago
  19. cda75be unify some ast.argument's attrs; change Attribute column offset (closes #16795) by Benjamin Peterson · 11 years ago
  20. 442f209 create NameConstant AST class for None, True, and False literals (closes #16619) by Benjamin Peterson · 12 years ago
  21. c207401 Some cleanup in the Tools directory. by Florent Xicluna · 12 years ago
  22. be4fb69 Issue #14742: test_unparse now only checks a limited number of files unless the 'cpu' resource is specified. by Mark Dickinson · 12 years ago
  23. fe8440a Issue #14965: Bring Tools/parser/unparse.py up to date with the Python 3.3. Grammar. by Mark Dickinson · 12 years ago
  24. 1b2e944 Issue #14965: Fix missing support for starred assignments in Tools/parser/unparse.py. by Mark Dickinson · 12 years ago
  25. 4cf83f4 Remove some of the old demos. (Put a few somewhere else.) by Georg Brandl · 14 years ago