1. cb41b27 bpo-29463: Add docstring field to some AST nodes. (#46) by INADA Naoki · 7 years ago
  2. bf04b06 Issue #28008: Fix test_unparse by Yury Selivanov · 8 years ago
  3. deed5a1 Issue #28038: Remove Tools/parser/com2ann.py and its unit test. by Guido van Rossum · 8 years ago
  4. e13370b Issue #27364: Raw strings to avoid deprecated escaping in com2ann.py by Martin Panter · 8 years ago
  5. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  6. d07a1cb Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py by Berker Peksag · 8 years ago
  7. d66dd5c Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py by Berker Peksag · 8 years ago
  8. f2c1aa1 Add ast.Constant by Victor Stinner · 9 years ago
  9. 608adf9 Issue 25180: Fix Tools/parser/unparse.py for f-strings. Patch by Martin Panter. by Eric V. Smith · 9 years ago
  10. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  11. 025e9eb PEP 448: additional unpacking generalizations (closes #2292) by Benjamin Peterson · 9 years ago
  12. 3481e21 Issue #21918: Convert test_tools.py to a sub-package of test. by Zachary Ware · 10 years ago
  13. 2b0a610 Issue #21918: Convert test_tools.py to a sub-package of test. by Zachary Ware · 10 years ago
  14. 63c46b2 teach unparse about matrix multiplication by Benjamin Peterson · 10 years ago
  15. cda75be unify some ast.argument's attrs; change Attribute column offset (closes #16795) by Benjamin Peterson · 11 years ago
  16. 442f209 create NameConstant AST class for None, True, and False literals (closes #16619) by Benjamin Peterson · 12 years ago
  17. c207401 Some cleanup in the Tools directory. by Florent Xicluna · 12 years ago
  18. 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
  19. fe8440a Issue #14965: Bring Tools/parser/unparse.py up to date with the Python 3.3. Grammar. by Mark Dickinson · 12 years ago
  20. 1b2e944 Issue #14965: Fix missing support for starred assignments in Tools/parser/unparse.py. by Mark Dickinson · 12 years ago
  21. 4cf83f4 Remove some of the old demos. (Put a few somewhere else.) by Georg Brandl · 14 years ago