index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
lib2to3
/
tests
/
test_parser.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-54781: Move Lib/lib2to3/tests/ to Lib/test/test_lib2to3/ (#94049)
Victor Stinner
2022-06-21
1
-718/+0
*
gh-90473: Misc test fixes for WASI (GH-93218)
Christian Heimes
2022-05-25
1
-1/+1
*
gh-90971: suppress deprecation warning in `test_lib2to3`(GH-31464)
Nikita Sobolev
2022-04-13
1
-3/+1
*
bpo-46542: test_lib2to3 uses support.infinite_recursion() (GH-31035)
Victor Stinner
2022-01-31
1
-17/+24
*
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
Christian Heimes
2022-01-25
1
-0/+3
*
make lib2to3 parse async generators everywhere (GH-6588)
Zsolt Dollenstein
2021-08-10
1
-5/+12
*
bpo-43844: Fix PendingDeprecationWarning in test_lib2to3 (GH-25407)
Victor Stinner
2021-04-16
1
-4/+8
*
bpo-36541: Add lib2to3 grammar PEP-570 pos-only arg parsing (GH-23759)
Gregory P. Smith
2020-12-14
1
-0/+31
*
lib2to3: Support named assignment expressions (GH-12702)
Tim Hatch
2020-04-02
1
-0/+15
*
bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586)
Zsolt Dollenstein
2019-10-24
1
-0/+7
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
1
-1/+1
*
bpo-35312: Make lib2to3.pgen2.parse.ParseError round-trip pickle-able. (GH-10...
Anthony Sottile
2018-11-27
1
-0/+12
*
closes bpo-34515: Support non-ASCII identifiers in lib2to3. (GH-8950)
Monson Shao
2018-09-15
1
-0/+10
*
Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a genera...
Serhiy Storchaka
2018-07-31
1
-7/+0
*
Revert "bpo-30406: Make async and await proper keywords (#1669)" (GH-6143)
Jelle Zijlstra
2018-03-18
1
-11/+11
*
lib2to3: Add more tests (#6101)
Łukasz Langa
2018-03-13
1
-0/+108
*
bpo-33064: lib2to3: support trailing comma after *args and **kwargs (#6096)
Łukasz Langa
2018-03-13
1
-3/+33
*
compare with difflib not diff(1) (GH-5450)
Benjamin Peterson
2018-01-30
1
-13/+9
*
closes bpo-30117: fix lib2to3 ParserIdempotency test (GH-1242)
Eric Appelt
2018-01-30
1
-10/+9
*
bpo-24960: use pkgutil.get_data in lib2to3 to read pickled grammar files (#4977)
Benjamin Peterson
2017-12-22
1
-0/+15
*
bpo-30406: Make async and await proper keywords (#1669)
Jelle Zijlstra
2017-10-06
1
-11/+15
*
closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expre...
Jakub Stasiak
2017-10-05
1
-0/+7
*
bpo-23894: make lib2to3 recognize f-strings (#1733)
Łukasz Langa
2017-05-22
1
-0/+1
*
Make rb'' strings work in lib2to3 (#1724)
Łukasz Langa
2017-05-22
1
-0/+21
*
Issue #25969: Update the lib2to3 grammar to handle the unpacking
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-10
1
-0/+35
|
\
|
*
Issue #25969: Update the lib2to3 grammar to handle the unpacking
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-10
1
-0/+35
*
|
issue27985 - fix the incorrect duplicate class name in the lib2to3
Gregory P. Smith
2016-09-09
1
-1/+1
*
|
Issue #28008: Implement PEP 530 -- asynchronous comprehensions.
Yury Selivanov
2016-09-09
1
-0/+18
*
|
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Yury Selivanov
2016-09-09
1
-0/+30
*
|
Remove legacy "from __future__ import with_statement" lines.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-08
1
-2/+0
*
|
lib2to3.pgen3.driver.load_grammar() now creates a stable cache file
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-08
1
-1/+70
|
\
\
|
|
/
|
*
lib2to3.pgen3.driver.load_grammar() now creates a stable cache file
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-08
1
-3/+69
*
|
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
1
-1/+1
*
|
Issue #23277: Remove more unused sys and os imports.
Serhiy Storchaka
2016-04-24
1
-1/+0
|
/
*
Issue #24619: Simplify async/await tokenization.
Yury Selivanov
2015-07-23
1
-0/+22
*
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
2015-05-12
1
-1/+31
*
Issue #22186: Fix typos in Lib/.
Berker Peksag
2014-10-19
1
-1/+1
*
teach 2to3 about 'yield from'
Benjamin Peterson
2014-04-10
1
-0/+7
*
add matrix multiplication operator support to 2to3
Benjamin Peterson
2014-04-10
1
-0/+6
*
Issue #19592: Use specific asserts in lib2to3 tests.
Serhiy Storchaka
2013-11-14
1
-2/+2
*
#18741: fix more typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
1
-1/+1
*
Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode.
Antoine Pitrou
2012-02-27
1
-3/+10
*
- Issue #11250: Back port fix from 3.3 branch, so that 2to3 can handle files
Barry Warsaw
2011-10-07
1
-12/+26
*
Merged revisions 80934 via svnmerge from
Benjamin Peterson
2010-05-07
1
-6/+9
*
Merged revisions 79306,79311,79325 via svnmerge from
Benjamin Peterson
2010-03-23
1
-1/+2
*
Merged revisions 77846 via svnmerge from
Martin v. Löwis
2010-01-30
1
-1/+1
*
Merged revisions 76064,76066-76067 via svnmerge from
Benjamin Peterson
2009-11-02
1
-1/+0
*
Merged revisions 76062 via svnmerge from
Benjamin Peterson
2009-11-02
1
-0/+5
*
Merged revisions 73370 via svnmerge from
Benjamin Peterson
2009-06-11
1
-8/+1
*
Merged revisions 72494 via svnmerge from
Benjamin Peterson
2009-05-09
1
-5/+17
[next]