1. 8c77b8c bpo-36540: PEP 570 -- Implementation (GH-12701) by Pablo Galindo · 6 years ago
  2. 1396d8f bpo-35224: Add support for NamedExpr to unparse.py (GH-11670) by Victor Stinner · 7 years ago
  3. 3f22811 bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445) by Serhiy Storchaka · 7 years ago
  4. 73cbe7a bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197) by Serhiy Storchaka · 7 years ago
  5. cb41b27 bpo-29463: Add docstring field to some AST nodes. (#46) by INADA Naoki · 8 years ago
  6. bf04b06 Issue #28008: Fix test_unparse by Yury Selivanov · 9 years ago
  7. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 9 years ago
  8. d07a1cb Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py by Berker Peksag · 9 years ago
  9. d66dd5c Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py by Berker Peksag · 9 years ago
  10. f2c1aa1 Add ast.Constant by Victor Stinner · 10 years ago
  11. 608adf9 Issue 25180: Fix Tools/parser/unparse.py for f-strings. Patch by Martin Panter. by Eric V. Smith · 10 years ago
  12. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 10 years ago
  13. 025e9eb PEP 448: additional unpacking generalizations (closes #2292) by Benjamin Peterson · 10 years ago
  14. 63c46b2 teach unparse about matrix multiplication by Benjamin Peterson · 11 years ago
  15. cda75be unify some ast.argument's attrs; change Attribute column offset (closes #16795) by Benjamin Peterson · 12 years ago
  16. 442f209 create NameConstant AST class for None, True, and False literals (closes #16619) by Benjamin Peterson · 13 years ago
  17. c207401 Some cleanup in the Tools directory. by Florent Xicluna · 13 years ago
  18. fe8440a Issue #14965: Bring Tools/parser/unparse.py up to date with the Python 3.3. Grammar. by Mark Dickinson · 13 years ago
  19. 1b2e944 Issue #14965: Fix missing support for starred assignments in Tools/parser/unparse.py. by Mark Dickinson · 13 years ago
  20. 4cf83f4 Remove some of the old demos. (Put a few somewhere else.) by Georg Brandl · 15 years ago[Renamed from Demo/parser/unparse.py]
  21. cba8c10 Unparse infinite imaginary literals correctly. Add some more numeric tests. by Mark Dickinson · 15 years ago
  22. abe52d7 Revert accidental extra changes included in r82391. by Mark Dickinson · 15 years ago
  23. 50b79a8 Issue #9011: Tests for Python 3.2's treatment of negated imaginary literals. by Mark Dickinson · 15 years ago
  24. af0e154 Remove backtick syntax for repr. by Mark Dickinson · 15 years ago
  25. b67e15c Better solution for attribute access on integer literals. by Mark Dickinson · 15 years ago
  26. 81ad8cc Output try-except-finally statements where appropriate. by Mark Dickinson · 15 years ago
  27. 8d6d760 Collapse else: if: ... into elif: by Mark Dickinson · 15 years ago
  28. 578aa56 Fix typo in unparsing of a class definition. by Mark Dickinson · 15 years ago
  29. 8042e28 More unparse.py fixes: by Mark Dickinson · 15 years ago
  30. 3eb0290 Add parentheses around numeric literals, to avoid turning 3 .bit_length() into 3.bit_length(). by Mark Dickinson · 15 years ago
  31. 82c8d93 unparse.py: respect coding cookie in input files by Mark Dickinson · 15 years ago
  32. 3d1bfbf unparse.py: Typo fix. by Mark Dickinson · 15 years ago
  33. fa2e4e9 Update Demo/parser/unparse.py to current Python 3.x syntax. Additions: by Mark Dickinson · 15 years ago
  34. f5451e5 Merged revisions 82345 via svnmerge from by Mark Dickinson · 15 years ago
  35. ae10005 Merged revisions 82338,82340-82341 via svnmerge from by Mark Dickinson · 15 years ago
  36. c4fe6f3 Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via svnmerge from by Benjamin Peterson · 17 years ago
  37. 6f2df4d Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lingering print statements. by Collin Winter · 18 years ago
  38. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
  39. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 19 years ago
  40. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 19 years ago
  41. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 19 years ago
  42. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  43. 87a8b4f unparse.py can now unparse itself. by Martin v. Löwis · 19 years ago
  44. 400cbc3 Set EOL style to native. by Tim Peters · 19 years ago
  45. 710ab3b Whitespace normalization. by Tim Peters · 19 years ago
  46. 5fec904 Start of a source code unparser. by Martin v. Löwis · 19 years ago