summaryrefslogtreecommitdiffstats
path: root/Demo/parser/unparse.py
Commit message (Expand)AuthorAgeFilesLines
* Remove some of the old demos. (Put a few somewhere else.)Georg Brandl2010-12-301-600/+0
* Unparse infinite imaginary literals correctly. Add some more numeric tests.Mark Dickinson2010-06-301-5/+6
* Revert accidental extra changes included in r82391.Mark Dickinson2010-06-301-29/+4
* Issue #9011: Tests for Python 3.2's treatment of negated imaginary literals.Mark Dickinson2010-06-301-4/+29
* Remove backtick syntax for repr.Mark Dickinson2010-06-301-5/+0
* Better solution for attribute access on integer literals.Mark Dickinson2010-06-301-14/+8
* Output try-except-finally statements where appropriate.Mark Dickinson2010-06-301-4/+8
* Collapse else: if: ... into elif:Mark Dickinson2010-06-301-1/+10
* Fix typo in unparsing of a class definition.Mark Dickinson2010-06-291-1/+1
* More unparse.py fixes:Mark Dickinson2010-06-291-11/+19
* Add parentheses around numeric literals, to avoid turning 3 .bit_length() int...Mark Dickinson2010-06-291-10/+11
* unparse.py: respect coding cookie in input filesMark Dickinson2010-06-291-1/+5
* unparse.py: Typo fix.Mark Dickinson2010-06-281-1/+1
* Update Demo/parser/unparse.py to current Python 3.x syntax. Additions:Mark Dickinson2010-06-281-50/+115
* Merged revisions 82345 via svnmerge fromMark Dickinson2010-06-281-1/+1
* Merged revisions 82338,82340-82341 via svnmerge fromMark Dickinson2010-06-281-6/+16
* Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via sv...Benjamin Peterson2008-08-191-2/+2
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin...Collin Winter2007-07-171-8/+9
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-51/+50
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+3
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-10/+0
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-14/+235
* unparse.py can now unparse itself.Martin v. Löwis2006-02-281-2/+139
* Set EOL style to native.Tim Peters2006-02-281-158/+158
* Whitespace normalization.Tim Peters2006-02-281-158/+158
* Start of a source code unparser.Martin v. Löwis2006-02-271-0/+158