History log of /external/python/cpython2/Demo/parser/unparse.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
20379135076182fc185fee15f918df6d44924d4c 30-Jun-2010 Mark Dickinson <dickinsm@gmail.com> Update Demo/parser directory; backport unparse fixes from py3k.
/external/python/cpython2/Demo/parser/unparse.py
0187be082562471206fc0e7ee7231ecad591ab19 28-Jun-2010 Mark Dickinson <dickinsm@gmail.com> unparse.py: fix mispaced parentheses in chained comparisons
/external/python/cpython2/Demo/parser/unparse.py
623b979553ae03ba5b2d5f60a668fbe288b2112d 28-Jun-2010 Mark Dickinson <dickinsm@gmail.com> Fix some shallow bugs in Demo/parser/unparse.py, and add tests:

- 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.
/external/python/cpython2/Demo/parser/unparse.py
7c972f971ce46fb2a0c6e0b49265b8d4ef2a0773 19-Aug-2008 Benjamin Peterson <benjamin@python.org> get unparse to at least unparse its self
/external/python/cpython2/Demo/parser/unparse.py
35c7bb202f5067a8aad3978bc5306c6b832a2e27 25-Apr-2007 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Demo/parser/unparse.py
124df8398dfcb176fbf568130864aad9c8aac103 19-Mar-2007 Georg Brandl <georg@python.org> Patch #1683328: fixes and enhancements for "unparse" demo.
/external/python/cpython2/Demo/parser/unparse.py
275627830424a51b1ef120fa749cd9a1c941c6e8 27-Oct-2006 Georg Brandl <georg@python.org> Patch #1552024: add decorator support to unparse.py demo script.
/external/python/cpython2/Demo/parser/unparse.py
3daf304f3b24a1ac01a11ae956ffe3d0bcfd693e 10-Apr-2006 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Demo/parser/unparse.py
3fa6c090d8767caf37aa07761e4c9d98f306d65d 10-Apr-2006 Martin v. Löwis <martin@v.loewis.de> Patch #1441452: Add more AST nodes.
/external/python/cpython2/Demo/parser/unparse.py
87a8b4fee56b8204ee9f7b0ce2e5db0564e8f86e 28-Feb-2006 Martin v. Löwis <martin@v.loewis.de> unparse.py can now unparse itself.
/external/python/cpython2/Demo/parser/unparse.py
400cbc3a4490d2d8358fcec394fed43affb3ee9c 28-Feb-2006 Tim Peters <tim.peters@gmail.com> Set EOL style to native.
/external/python/cpython2/Demo/parser/unparse.py
710ab3b5f8d114b9be200af135c6327117b8c676 28-Feb-2006 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Demo/parser/unparse.py
5fec904f84a40005f824abe295525a1710056be0 27-Feb-2006 Martin v. Löwis <martin@v.loewis.de> Start of a source code unparser.
/external/python/cpython2/Demo/parser/unparse.py