Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Demo/parser directory; backport unparse fixes from py3k. | Mark Dickinson | 2010-06-30 | 1 | -38/+116 |
| | |||||
* | unparse.py: fix mispaced parentheses in chained comparisons | Mark Dickinson | 2010-06-28 | 1 | -1/+1 |
| | |||||
* | Fix some shallow bugs in Demo/parser/unparse.py, and add tests: | Mark Dickinson | 2010-06-28 | 1 | -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 self | Benjamin Peterson | 2008-08-19 | 1 | -2/+2 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2007-04-25 | 1 | -1/+1 |
| | |||||
* | Patch #1683328: fixes and enhancements for "unparse" demo. | Georg Brandl | 2007-03-19 | 1 | -51/+50 |
| | |||||
* | Patch #1552024: add decorator support to unparse.py demo script. | Georg Brandl | 2006-10-27 | 1 | -0/+3 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2006-04-10 | 1 | -19/+19 |
| | |||||
* | Patch #1441452: Add more AST nodes. | Martin v. Löwis | 2006-04-10 | 1 | -15/+236 |
| | |||||
* | unparse.py can now unparse itself. | Martin v. Löwis | 2006-02-28 | 1 | -2/+139 |
| | |||||
* | Set EOL style to native. | Tim Peters | 2006-02-28 | 1 | -158/+158 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2006-02-28 | 1 | -158/+158 |
| | |||||
* | Start of a source code unparser. | Martin v. Löwis | 2006-02-27 | 1 | -0/+158 |