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