| Commit message (Expand) | Author | Age | Files | Lines |
* | Encoding fix. | Georg Brandl | 2010-10-27 | 1 | -1/+1 |
* | faqwiz is removed. | Georg Brandl | 2010-10-26 | 1 | -2/+1 |
* | Work a bit more on tkinter demos. | Georg Brandl | 2010-10-26 | 9 | -87/+96 |
* | #3018: tkinter demo fixes for py3k. | Georg Brandl | 2010-10-25 | 18 | -179/+196 |
* | remove obselete import implementation #7287 | Benjamin Peterson | 2010-10-13 | 1 | -123/+0 |
* | Use os.fsencode() to support surrogates | Victor Stinner | 2010-09-29 | 1 | -1/+1 |
* | Remove usage of rexec in tkinter demo. | Georg Brandl | 2010-08-21 | 1 | -16/+13 |
* | Fix-up some tkinter demos. | Georg Brandl | 2010-08-02 | 4 | -10/+8 |
* | Remove reference to removed faqwiz tool. | Georg Brandl | 2010-08-02 | 1 | -1/+1 |
* | Remove obsolete pdist demo. | Georg Brandl | 2010-08-02 | 21 | -3196/+0 |
* | Another demo that at least runs again. | Georg Brandl | 2010-08-02 | 1 | -8/+7 |
* | Make minigzip work again. | Georg Brandl | 2010-08-02 | 1 | -21/+22 |
* | Update Demo README. | Georg Brandl | 2010-08-02 | 1 | -27/+31 |
* | Update README, remove obsolete script. | Georg Brandl | 2010-08-02 | 2 | -125/+18 |
* | #6439: fix argument type for PySys_SetArgvEx() and Py_SetProgramName() in Dem... | Georg Brandl | 2010-08-01 | 3 | -4/+4 |
* | "Modernized" the demo a little. | Alexander Belopolsky | 2010-07-05 | 1 | -14/+28 |
* | Update Vec class constructor, remove indirection via function, use operator m... | Georg Brandl | 2010-07-05 | 1 | -14/+14 |
* | Remove Dbm. | Georg Brandl | 2010-07-05 | 1 | -1/+0 |
* | Make Demo/parser/test_parser.py run. | Mark Dickinson | 2010-07-04 | 1 | -6/+6 |
* | Fixed the test | Alexander Belopolsky | 2010-07-04 | 1 | -1/+1 |
* | Fixed doctests | Alexander Belopolsky | 2010-07-04 | 1 | -12/+10 |
* | Remove old and unsafe Dbm demo class. | Georg Brandl | 2010-07-04 | 1 | -66/+0 |
* | Made minimal modifications to pass included tests | Alexander Belopolsky | 2010-07-03 | 1 | -17/+7 |
* | Issue #9151: Demo/classes/Dates.py does not work in 3.x Converted | Alexander Belopolsky | 2010-07-03 | 1 | -49/+48 |
* | Issue #9151: Demo/classes/Dates.py does not work in 3.x | Alexander Belopolsky | 2010-07-03 | 1 | -9/+10 |
* | Unparse infinite imaginary literals correctly. Add some more numeric tests. | Mark Dickinson | 2010-06-30 | 2 | -5/+20 |
* | Revert accidental extra changes included in r82391. | Mark Dickinson | 2010-06-30 | 2 | -42/+5 |
* | Issue #9011: Tests for Python 3.2's treatment of negated imaginary literals. | Mark Dickinson | 2010-06-30 | 2 | -5/+42 |
* | 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 | 2 | -5/+23 |
* | Collapse else: if: ... into elif: | Mark Dickinson | 2010-06-30 | 2 | -1/+32 |
* | Fix typo in unparsing of a class definition. | Mark Dickinson | 2010-06-29 | 2 | -1/+3 |
* | test_unparse.py: Do roundtrip testing for all Python files in Lib and Lib/test. | Mark Dickinson | 2010-06-29 | 1 | -8/+46 |
* | More unparse.py fixes: | Mark Dickinson | 2010-06-29 | 2 | -11/+26 |
* | Add parentheses around numeric literals, to avoid turning 3 .bit_length() int... | Mark Dickinson | 2010-06-29 | 2 | -10/+14 |
* | unparse.py: respect coding cookie in input files | Mark Dickinson | 2010-06-29 | 1 | -1/+5 |
* | Update md5driver.py for 3.x. | Brian Curtin | 2010-06-29 | 1 | -7/+6 |
* | 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 | 2 | -54/+194 |
* | Merged revisions 82345 via svnmerge from | Mark Dickinson | 2010-06-28 | 2 | -1/+5 |
* | Merged revisions 82338,82340-82341 via svnmerge from | Mark Dickinson | 2010-06-28 | 2 | -6/+77 |
* | Merged revisions 81880 via svnmerge from | Benjamin Peterson | 2010-06-27 | 1 | -3/+3 |
* | Merged revisions 81881-81882 via svnmerge from | Benjamin Peterson | 2010-06-27 | 1 | -3/+12 |
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 3 | -311/+311 |
* | Remove traces of MacOS9 support. | Ronald Oussoren | 2010-05-05 | 1 | -26/+5 |
* | Merged revisions 78779 via svnmerge from | Benjamin Peterson | 2010-03-21 | 46 | -0/+0 |
* | fix demo/doc eol | Benjamin Peterson | 2010-03-19 | 2 | -317/+312 |
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 74 | -74/+74 |
* | Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,... | Benjamin Peterson | 2009-11-25 | 1 | -2/+0 |