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