summaryrefslogtreecommitdiffstats
path: root/Lib/lib2to3/tests/test_parser.py
Commit message (Expand)AuthorAgeFilesLines
* gh-54781: Move Lib/lib2to3/tests/ to Lib/test/test_lib2to3/ (#94049)Victor Stinner2022-06-211-718/+0
* gh-90473: Misc test fixes for WASI (GH-93218)Christian Heimes2022-05-251-1/+1
* gh-90971: suppress deprecation warning in `test_lib2to3`(GH-31464)Nikita Sobolev2022-04-131-3/+1
* bpo-46542: test_lib2to3 uses support.infinite_recursion() (GH-31035)Victor Stinner2022-01-311-17/+24
* bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)Christian Heimes2022-01-251-0/+3
* make lib2to3 parse async generators everywhere (GH-6588)Zsolt Dollenstein2021-08-101-5/+12
* bpo-43844: Fix PendingDeprecationWarning in test_lib2to3 (GH-25407)Victor Stinner2021-04-161-4/+8
* bpo-36541: Add lib2to3 grammar PEP-570 pos-only arg parsing (GH-23759)Gregory P. Smith2020-12-141-0/+31
* lib2to3: Support named assignment expressions (GH-12702)Tim Hatch2020-04-021-0/+15
* bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586)Zsolt Dollenstein2019-10-241-0/+7
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-301-1/+1
* bpo-35312: Make lib2to3.pgen2.parse.ParseError round-trip pickle-able. (GH-10...Anthony Sottile2018-11-271-0/+12
* closes bpo-34515: Support non-ASCII identifiers in lib2to3. (GH-8950)Monson Shao2018-09-151-0/+10
* Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a genera...Serhiy Storchaka2018-07-311-7/+0
* Revert "bpo-30406: Make async and await proper keywords (#1669)" (GH-6143)Jelle Zijlstra2018-03-181-11/+11
* lib2to3: Add more tests (#6101)Łukasz Langa2018-03-131-0/+108
* bpo-33064: lib2to3: support trailing comma after *args and **kwargs (#6096)Łukasz Langa2018-03-131-3/+33
* compare with difflib not diff(1) (GH-5450)Benjamin Peterson2018-01-301-13/+9
* closes bpo-30117: fix lib2to3 ParserIdempotency test (GH-1242)Eric Appelt2018-01-301-10/+9
* bpo-24960: use pkgutil.get_data in lib2to3 to read pickled grammar files (#4977)Benjamin Peterson2017-12-221-0/+15
* bpo-30406: Make async and await proper keywords (#1669)Jelle Zijlstra2017-10-061-11/+15
* closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expre...Jakub Stasiak2017-10-051-0/+7
* bpo-23894: make lib2to3 recognize f-strings (#1733)Łukasz Langa2017-05-221-0/+1
* Make rb'' strings work in lib2to3 (#1724)Łukasz Langa2017-05-221-0/+21
* Issue #25969: Update the lib2to3 grammar to handle the unpackingGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-101-0/+35
|\
| * Issue #25969: Update the lib2to3 grammar to handle the unpackingGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-101-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-091-0/+30
* | Remove legacy "from __future__ import with_statement" lines.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-081-2/+0
* | lib2to3.pgen3.driver.load_grammar() now creates a stable cache fileGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-081-1/+70
|\ \ | |/
| * lib2to3.pgen3.driver.load_grammar() now creates a stable cache fileGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-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-121-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 80934 via svnmerge fromBenjamin Peterson2010-05-071-6/+9
* Merged revisions 79306,79311,79325 via svnmerge fromBenjamin Peterson2010-03-231-1/+2
* Merged revisions 77846 via svnmerge fromMartin v. Löwis2010-01-301-1/+1
* Merged revisions 76064,76066-76067 via svnmerge fromBenjamin Peterson2009-11-021-1/+0
* Merged revisions 76062 via svnmerge fromBenjamin Peterson2009-11-021-0/+5
* Merged revisions 73370 via svnmerge fromBenjamin Peterson2009-06-111-8/+1
* Merged revisions 72494 via svnmerge fromBenjamin Peterson2009-05-091-5/+17