| Commit message (Expand) | Author | Age | Files | Lines |
* | #0712: 2to3 has a new "asserts" fixer that replaces deprecated names of unitt... | R David Murray | 2014-10-10 | 2 | -0/+84 |
|
|
* | Issue #22221: Backported fixes from Python 3 (issue #18960). | Serhiy Storchaka | 2014-09-05 | 1 | -0/+3 |
|
|
* | teach 2to3 about 'yield from' | Benjamin Peterson | 2014-04-10 | 2 | -1/+9 |
|
|
* | add matrix multiplication operator support to 2to3 | Benjamin Peterson | 2014-04-10 | 5 | -9/+17 |
|
|
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 2 | -0/+0 |
|
|
* | #19943: fix typo noticed by Jakub Wilk. | Ezio Melotti | 2013-12-10 | 1 | -1/+1 |
|
|
* | #19620: Fix typo in docstring (noticed by Christopher Welborn). | Ezio Melotti | 2013-11-25 | 1 | -2/+2 |
|
|
* | Issue #19592: Use specific asserts in lib2to3 tests. | Serhiy Storchaka | 2013-11-14 | 5 | -17/+17 |
|
|
* | Issue #18037: Do not escape '\u' and '\U' in raw strings. | Serhiy Storchaka | 2013-10-08 | 2 | -3/+2 |
|
|
* | Issue #18037: 2to3 now escapes '\u' and '\U' in native strings. | Serhiy Storchaka | 2013-10-03 | 2 | -7/+62 |
|
|
* | fix duplicate test names (closes #19115) | Benjamin Peterson | 2013-09-28 | 1 | -5/+5 |
|
|
* | Remove the use of non-existing re.ASCII. | Serhiy Storchaka | 2013-09-17 | 1 | -1/+1 |
|
|
* | Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect Python | Serhiy Storchaka | 2013-09-16 | 3 | -5/+10 |
|
|
* | #18741: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 3 | -4/+4 |
|
|
* | Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, | Terry Jan Reedy | 2013-03-11 | 1 | -2/+2 |
|
|
* | enumerate only requires an iterable (closes #16573) | Benjamin Peterson | 2012-11-29 | 2 | -6/+18 |
|
|
* | switch assertion to an explicit ValueError | Benjamin Peterson | 2012-09-25 | 2 | -3/+3 |
|
|
* | Issue #15822: Fix installation of lib2to3 grammar pickles to ensure | Ned Deily | 2012-09-09 | 1 | -0/+17 |
|
|
* | re.escape os.sep so that \ is interpreted properly in the regex. | Gregory P. Smith | 2012-02-14 | 1 | -2/+4 |
|
|
* | Issue #13930: fix a / to use os.sep so that the test works on Windows. | Gregory P. Smith | 2012-02-14 | 1 | -2/+4 |
|
|
* | fix whitespace normalization before pushing. | Gregory P. Smith | 2012-02-12 | 1 | -5/+5 |
|
|
* | Issue #13930: Adds ability for 2to3 to write its output to a different | Gregory P. Smith | 2012-02-12 | 4 | -12/+241 |
|
|
* | explain why we need this grammar file (closes #13766) | Benjamin Peterson | 2012-01-16 | 1 | -1/+1 |
|
|
* | Stop trying to write into the stdlib during lib2to3 tests (#12331). | Éric Araujo | 2011-07-31 | 1 | -7/+11 |
|
|
* | revert unintended changes | Benjamin Peterson | 2011-03-26 | 2 | -18/+1 |
|
|
* | check possible recursive _as_parameter_ to prevent segfault (closes #1838) | Benjamin Peterson | 2011-03-26 | 2 | -1/+18 |
|
|
* | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 5 | -7/+7 |
|
|
* | transform izip_longest #11424 | Benjamin Peterson | 2011-03-08 | 3 | -16/+32 |
|
|
* | only do this sys.stderr replacing on CPython | Benjamin Peterson | 2011-03-06 | 1 | -4/+7 |
|
|
* | Merged revisions 88535,88661 via svnmerge from | Benjamin Peterson | 2011-02-26 | 4 | -10/+18 |
|
|
* | Merged revisions 85551,86156-86157,86464 via svnmerge from | Benjamin Peterson | 2010-12-04 | 5 | -7/+9 |
|
|
* | Merged revisions 83852-83853,83857,84042,84216,84274-84276,84375,85388,85478,... | Benjamin Peterson | 2010-10-14 | 59 | -57/+733 |
|
|
* | Merged revisions 82530-82531,82779,82855,83740,83789-83791,83797-83801,83803,... | Benjamin Peterson | 2010-08-08 | 9 | -95/+288 |
|
|
* | Merged revisions 82542 via svnmerge from | Benjamin Peterson | 2010-07-04 | 2 | -2/+9 |
|
|
* | Merged revisions 80937,81478 via svnmerge from | Benjamin Peterson | 2010-05-22 | 2 | -2/+4 |
|
|
* | Merged revisions 79911,79916-79917,80018,80418,80572-80573,80635-80639,80668,... | Benjamin Peterson | 2010-05-07 | 15 | -91/+167 |
|
|
* | Merged revisions 79313,79324 via svnmerge from | Benjamin Peterson | 2010-03-23 | 1 | -5/+5 |
|
|
* | Merged revisions 79309 via svnmerge from | Benjamin Peterson | 2010-03-22 | 1 | -1/+1 |
|
|
* | Merged revisions 79077,79137,79304-79305 via svnmerge from | Benjamin Peterson | 2010-03-22 | 4 | -10/+170 |
|
|
* | Merged revisions 78679,78681 via svnmerge from | Benjamin Peterson | 2010-03-05 | 2 | -0/+0 |
|
|
* | Merged revisions 78407 via svnmerge from | Benjamin Peterson | 2010-02-24 | 1 | -15/+13 |
|
|
* | The primary copy of lib2to3 is not trunk, so the lib2to3 change | R. David Murray | 2010-02-24 | 1 | -3/+0 |
|
|
* | Issue 6292: for the moment at least, the test suite passes if run | R. David Murray | 2010-02-23 | 1 | -0/+3 |
|
|
* | Merged revisions 77855-77856,77870 via svnmerge from | Martin v. Löwis | 2010-02-01 | 5 | -5/+3 |
|
|
* | Merged revisions 77419,77435 via svnmerge from | Martin v. Löwis | 2010-01-30 | 3 | -5/+69 |
|
|
* | Issue #7092: Fix the DeprecationWarnings emitted by the standard library | Antoine Pitrou | 2010-01-04 | 1 | -1/+3 |
|
|
* | Merged revisions 77158 via svnmerge from | Benjamin Peterson | 2009-12-30 | 1 | -0/+5 |
|
|
* | Merged revisions 76871-76872,77093-77095,77097-77101 via svnmerge from | Benjamin Peterson | 2009-12-28 | 6 | -19/+123 |
|
|
* | Merged revisions 76160-76161,76250,76252,76447,76506 via svnmerge from | Benjamin Peterson | 2009-11-25 | 10 | -50/+68 |
|
|
* | Merged revisions 76131 via svnmerge from | Benjamin Peterson | 2009-11-05 | 1 | -0/+1 |
|
|