summaryrefslogtreecommitdiffstats
path: root/Demo/parser/unparse.py
Commit message (Collapse)AuthorAgeFilesLines
* Update Demo/parser directory; backport unparse fixes from py3k.Mark Dickinson2010-06-301-38/+116
|
* unparse.py: fix mispaced parentheses in chained comparisonsMark Dickinson2010-06-281-1/+1
|
* Fix some shallow bugs in Demo/parser/unparse.py, and add tests:Mark Dickinson2010-06-281-6/+16
| | | | | | | | - insert commas between entries in del statement - left and right shifts were represented as >> and << (respectively); reverse - unindent properly after for: else: or while: else: - add parens around the result of an unary operation - add parens around negative numbers, to avoid turning (-1)**2 into -1**2.
* get unparse to at least unparse its selfBenjamin Peterson2008-08-191-2/+2
|
* Whitespace normalization.Tim Peters2007-04-251-1/+1
|
* Patch #1683328: fixes and enhancements for "unparse" demo.Georg Brandl2007-03-191-51/+50
|
* Patch #1552024: add decorator support to unparse.py demo script.Georg Brandl2006-10-271-0/+3
|
* Whitespace normalization.Tim Peters2006-04-101-19/+19
|
* Patch #1441452: Add more AST nodes.Martin v. Löwis2006-04-101-15/+236
|
* 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