13 Commits (dfa7e8c49390ddef3652ba49b8ae49decbe07cee)

Author SHA1 Message Date
Berker Peksag d66dd5ce68 Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py 10 years ago
Victor Stinner f2c1aa1661 Add ast.Constant 10 years ago
Eric V. Smith 608adf9c82 Issue 25180: Fix Tools/parser/unparse.py for f-strings. Patch by Martin Panter. 10 years ago
Yury Selivanov 7544508f02 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. 11 years ago
Benjamin Peterson 025e9ebd0a PEP 448: additional unpacking generalizations (closes #2292) 11 years ago
Benjamin Peterson 63c46b25d0 teach unparse about matrix multiplication 12 years ago
Benjamin Peterson cda75be02a unify some ast.argument's attrs; change Attribute column offset (closes #16795) 13 years ago
Benjamin Peterson 442f20996d create NameConstant AST class for None, True, and False literals (closes #16619) 13 years ago
Florent Xicluna c20740109d Some cleanup in the Tools directory. 14 years ago
Mark Dickinson 1b2e9444fe Issue #14965: Fix missing support for starred assignments in Tools/parser/unparse.py. 14 years ago
Georg Brandl 4cf83f4d12 Remove some of the old demos. (Put a few somewhere else.) 15 years ago
Mark Dickinson 2037913507 Update Demo/parser directory; backport unparse fixes from py3k. 16 years ago
Mark Dickinson cba8c10b5c Unparse infinite imaginary literals correctly. Add some more numeric tests. 16 years ago
Mark Dickinson abe52d749c Revert accidental extra changes included in r82391. 16 years ago
Mark Dickinson 50b79a80bd Issue #9011: Tests for Python 3.2's treatment of negated imaginary literals. 16 years ago
Mark Dickinson af0e1544bf Remove backtick syntax for repr. 16 years ago
Mark Dickinson b67e15c53c Better solution for attribute access on integer literals. 16 years ago
Mark Dickinson 81ad8ccdfb Output try-except-finally statements where appropriate. 16 years ago
Mark Dickinson 8d6d760422 Collapse else: if: ... into elif: 16 years ago
Mark Dickinson 578aa56f9a Fix typo in unparsing of a class definition. 16 years ago
Mark Dickinson 8042e28192 More unparse.py fixes: 16 years ago
Mark Dickinson 3eb0290346 Add parentheses around numeric literals, to avoid turning 3 .bit_length() into 3.bit_length(). 16 years ago
Mark Dickinson 82c8d93357 unparse.py: respect coding cookie in input files 16 years ago
Mark Dickinson 3d1bfbf9a6 unparse.py: Typo fix. 16 years ago
Mark Dickinson fa2e4e9d04 Update Demo/parser/unparse.py to current Python 3.x syntax. Additions: 16 years ago
Mark Dickinson f5451e546a Merged revisions 82345 via svnmerge from 16 years ago
Mark Dickinson 0187be0825 unparse.py: fix mispaced parentheses in chained comparisons 16 years ago
Mark Dickinson ae1000533a Merged revisions 82338,82340-82341 via svnmerge from 16 years ago
Mark Dickinson 623b979553 Fix some shallow bugs in Demo/parser/unparse.py, and add tests: 16 years ago
Benjamin Peterson c4fe6f3961 Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via svnmerge from 18 years ago
Benjamin Peterson 7c972f971c get unparse to at least unparse its self 18 years ago
Collin Winter 6f2df4d5e1 Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lingering print statements. 19 years ago
Guido van Rossum d8faa3654c Merged revisions 53952-54987 via svnmerge from 19 years ago
Tim Peters 35c7bb202f Whitespace normalization. 19 years ago
Georg Brandl 124df8398d Patch #1683328: fixes and enhancements for "unparse" demo. 19 years ago
Guido van Rossum b940e113bf SF patch 1631942 by Collin Winter: 19 years ago
Thomas Wouters 89f507fe8c Four months of trunk changes (including a few releases...) 19 years ago
Georg Brandl a35f8e0538 Patch #1552024: add decorator support to unparse.py demo script. 19 years ago
Georg Brandl 2756278304 Patch #1552024: add decorator support to unparse.py demo script. 19 years ago
Georg Brandl 7cae87ca7b Patch #1550800: make exec a function. 20 years ago
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 20 years ago
Tim Peters 3daf304f3b Whitespace normalization. 20 years ago
Martin v. Löwis 3fa6c090d8 Patch #1441452: Add more AST nodes. 20 years ago
Martin v. Löwis 87a8b4fee5 unparse.py can now unparse itself. 20 years ago
Tim Peters 400cbc3a44 Set EOL style to native. 20 years ago
Tim Peters 710ab3b5f8 Whitespace normalization. 20 years ago
Martin v. Löwis 5fec904f84 Start of a source code unparser. 20 years ago