| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some of the old demos. (Put a few somewhere else.) | Georg Brandl | 2010-12-30 | 1 | -600/+0 |
|
|
* | Unparse infinite imaginary literals correctly. Add some more numeric tests. | Mark Dickinson | 2010-06-30 | 1 | -5/+6 |
|
|
* | Revert accidental extra changes included in r82391. | Mark Dickinson | 2010-06-30 | 1 | -29/+4 |
|
|
* | Issue #9011: Tests for Python 3.2's treatment of negated imaginary literals. | Mark Dickinson | 2010-06-30 | 1 | -4/+29 |
|
|
* | Remove backtick syntax for repr. | Mark Dickinson | 2010-06-30 | 1 | -5/+0 |
|
|
* | Better solution for attribute access on integer literals. | Mark Dickinson | 2010-06-30 | 1 | -14/+8 |
|
|
* | Output try-except-finally statements where appropriate. | Mark Dickinson | 2010-06-30 | 1 | -4/+8 |
|
|
* | Collapse else: if: ... into elif: | Mark Dickinson | 2010-06-30 | 1 | -1/+10 |
|
|
* | Fix typo in unparsing of a class definition. | Mark Dickinson | 2010-06-29 | 1 | -1/+1 |
|
|
* | More unparse.py fixes: | Mark Dickinson | 2010-06-29 | 1 | -11/+19 |
|
|
* | Add parentheses around numeric literals, to avoid turning 3 .bit_length() int... | Mark Dickinson | 2010-06-29 | 1 | -10/+11 |
|
|
* | unparse.py: respect coding cookie in input files | Mark Dickinson | 2010-06-29 | 1 | -1/+5 |
|
|
* | unparse.py: Typo fix. | Mark Dickinson | 2010-06-28 | 1 | -1/+1 |
|
|
* | Update Demo/parser/unparse.py to current Python 3.x syntax. Additions: | Mark Dickinson | 2010-06-28 | 1 | -50/+115 |
|
|
* | Merged revisions 82345 via svnmerge from | Mark Dickinson | 2010-06-28 | 1 | -1/+1 |
|
|
* | Merged revisions 82338,82340-82341 via svnmerge from | Mark Dickinson | 2010-06-28 | 1 | -6/+16 |
|
|
* | Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via sv... | Benjamin Peterson | 2008-08-19 | 1 | -2/+2 |
|
|
* | Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin... | Collin Winter | 2007-07-17 | 1 | -8/+9 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -51/+50 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -0/+3 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -10/+0 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -14/+235 |
|
|
* | 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 |
|
|