summaryrefslogtreecommitdiffstats
path: root/Demo/parser/test_unparse.py
Commit message (Expand)AuthorAgeFilesLines
* Remove some of the old demos. (Put a few somewhere else.)Georg Brandl2010-12-301-240/+0
* Unparse infinite imaginary literals correctly. Add some more numeric tests.Mark Dickinson2010-06-301-0/+14
* Revert accidental extra changes included in r82391.Mark Dickinson2010-06-301-13/+1
* Issue #9011: Tests for Python 3.2's treatment of negated imaginary literals.Mark Dickinson2010-06-301-1/+13
* Output try-except-finally statements where appropriate.Mark Dickinson2010-06-301-1/+15
* Collapse else: if: ... into elif:Mark Dickinson2010-06-301-0/+22
* Fix typo in unparsing of a class definition.Mark Dickinson2010-06-291-0/+2
* test_unparse.py: Do roundtrip testing for all Python files in Lib and Lib/test.Mark Dickinson2010-06-291-8/+46
* More unparse.py fixes:Mark Dickinson2010-06-291-0/+7
* Add parentheses around numeric literals, to avoid turning 3 .bit_length() int...Mark Dickinson2010-06-291-0/+3
* Update Demo/parser/unparse.py to current Python 3.x syntax. Additions:Mark Dickinson2010-06-281-4/+79
* Merged revisions 82345 via svnmerge fromMark Dickinson2010-06-281-0/+4
* Merged revisions 82338,82340-82341 via svnmerge fromMark Dickinson2010-06-281-0/+61