4 Commits (b1973c252c2eec757eaa067afaf593c2cc5ea8db)

Author SHA1 Message Date
Mark Dickinson be4fb69201 Issue #14742: test_unparse now only checks a limited number of files unless the 'cpu' resource is specified. 14 years ago
Mark Dickinson 1b2e9444fe Issue #14965: Fix missing support for starred assignments in Tools/parser/unparse.py. 14 years ago
Georg Brandl 4cf83f4d12 Remove some of the old demos. (Put a few somewhere else.) 15 years ago
Mark Dickinson 2037913507 Update Demo/parser directory; backport unparse fixes from py3k. 16 years ago
Mark Dickinson cba8c10b5c Unparse infinite imaginary literals correctly. Add some more numeric tests. 16 years ago
Mark Dickinson abe52d749c Revert accidental extra changes included in r82391. 16 years ago
Mark Dickinson 50b79a80bd Issue #9011: Tests for Python 3.2's treatment of negated imaginary literals. 16 years ago
Mark Dickinson 81ad8ccdfb Output try-except-finally statements where appropriate. 16 years ago
Mark Dickinson 8d6d760422 Collapse else: if: ... into elif: 16 years ago
Mark Dickinson 578aa56f9a Fix typo in unparsing of a class definition. 16 years ago
Mark Dickinson d751c2eafc test_unparse.py: Do roundtrip testing for all Python files in Lib and Lib/test. 16 years ago
Mark Dickinson 8042e28192 More unparse.py fixes: 16 years ago
Mark Dickinson 3eb0290346 Add parentheses around numeric literals, to avoid turning 3 .bit_length() into 3.bit_length(). 16 years ago
Mark Dickinson fa2e4e9d04 Update Demo/parser/unparse.py to current Python 3.x syntax. Additions: 16 years ago
Mark Dickinson f5451e546a Merged revisions 82345 via svnmerge from 16 years ago
Mark Dickinson 0187be0825 unparse.py: fix mispaced parentheses in chained comparisons 16 years ago
Mark Dickinson ae1000533a Merged revisions 82338,82340-82341 via svnmerge from 16 years ago
Mark Dickinson b83a1ff76b Fix typo in test_unparse.py. 16 years ago
Mark Dickinson 623b979553 Fix some shallow bugs in Demo/parser/unparse.py, and add tests: 16 years ago