summaryrefslogtreecommitdiff
path: root/Lib/lib2to3/tests/test_parser.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #25969: Update the lib2to3 grammar to handle the unpackingGregory P. Smith2016-09-091-0/+35
|\
| * Issue #25969: Update the lib2to3 grammar to handle the unpackingGregory P. Smith2016-09-091-0/+35
* | issue27985 - fix the incorrect duplicate class name in the lib2to3Gregory P. Smith2016-09-091-1/+1
* | Issue #28008: Implement PEP 530 -- asynchronous comprehensions.Yury Selivanov2016-09-091-0/+18
* | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-081-0/+30
* | Remove legacy "from __future__ import with_statement" lines.Gregory P. Smith2016-09-081-2/+0
* | lib2to3.pgen3.driver.load_grammar() now creates a stable cache fileGregory P. Smith2016-09-081-1/+70
|\ \ | |/
| * lib2to3.pgen3.driver.load_grammar() now creates a stable cache fileGregory P. Smith2016-09-081-3/+69
* | Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+1
* | Issue #23277: Remove more unused sys and os imports.Serhiy Storchaka2016-04-241-1/+0
|/
* Issue #24619: Simplify async/await tokenization.Yury Selivanov2015-07-231-0/+22
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-111-1/+31
* Issue #22186: Fix typos in Lib/.Berker Peksag2014-10-191-1/+1
* teach 2to3 about 'yield from'Benjamin Peterson2014-04-101-0/+7
* add matrix multiplication operator support to 2to3Benjamin Peterson2014-04-101-0/+6
* Issue #19592: Use specific asserts in lib2to3 tests.Serhiy Storchaka2013-11-141-2/+2
* #18741: fix more typos. Patch by F?vry Thibault.Ezio Melotti2013-08-171-1/+1
* Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode.Antoine Pitrou2012-02-271-3/+10
* - Issue #11250: Back port fix from 3.3 branch, so that 2to3 can handle filesBarry Warsaw2011-10-071-12/+26
* Merged revisions 80936 via svnmerge fromBenjamin Peterson2010-05-081-6/+9
* Merged revisions 79327 via svnmerge fromBenjamin Peterson2010-03-231-1/+2
* Merged revisions 77848 via svnmerge fromMartin v. Löwis2010-01-301-1/+1
* Merged revisions 76063,76068 via svnmerge fromBenjamin Peterson2009-11-021-1/+5
* Merged revisions 73370 via svnmerge fromBenjamin Peterson2009-06-111-8/+1
* Merged revisions 72494 via svnmerge fromBenjamin Peterson2009-05-091-5/+17
* Run 2to3 on this library.Martin v. Löwis2008-03-191-1/+1
* Merged revisions 61602 via svnmerge fromMartin v. Löwis2008-03-191-1/+1
* Merged revisions 61596-61597 via svnmerge fromMartin v. Löwis2008-03-191-0/+202