summaryrefslogtreecommitdiffstats
path: root/Lib/lib2to3/Grammar.txt
Commit message (Expand)AuthorAgeFilesLines
* bpo-36541: Add lib2to3 grammar PEP-570 pos-only arg parsing (GH-23759)Miss Islington (bot)2020-12-141-6/+46
* lib2to3: Support named assignment expressions (GH-12702)Miss Islington (bot)2020-04-021-4/+6
* bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586)Miss Skeleton (bot)2019-10-241-2/+2
* Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a genera...Serhiy Storchaka2018-07-311-22/+3
* Revert "bpo-30406: Make async and await proper keywords (#1669)" (GH-6143)Jelle Zijlstra2018-03-181-5/+5
* bpo-33064: lib2to3: support trailing comma after *args and **kwargs (#6096)Łukasz Langa2018-03-131-23/+4
* bpo-30406: Make async and await proper keywords (#1669)Jelle Zijlstra2017-10-061-5/+5
* closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expre...Jakub Stasiak2017-10-051-3/+22
* Issue #28394: Merge typo fixes from 3.5 into 3.6Martin Panter2016-10-101-1/+1
|\
| * Issue #28394: Spelling and typo fixes in code comments and changelogMartin Panter2016-10-101-1/+1
* | Issue #25969: Update the lib2to3 grammar to handle the unpackingGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-101-6/+17
|\ \ | |/
| * Issue #25969: Update the lib2to3 grammar to handle the unpackingGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-101-6/+17
* | Issue #28008: Implement PEP 530 -- asynchronous comprehensions.Yury Selivanov2016-09-091-1/+1
* | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-091-2/+3
|/
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-121-3/+5
* Removed unintentional trailing spaces in text files.Serhiy Storchaka2015-03-291-1/+1
* teach 2to3 about 'yield from'Benjamin Peterson2014-04-101-1/+2
* add matrix multiplication operator support to 2to3Benjamin Peterson2014-04-101-2/+2
* explain why we need this grammar file (closes #13766)Benjamin Peterson2012-01-161-1/+1
* Merged revisions 83852-83853,83857,84042,84216,84274-84276,84375,85388,85478,...Benjamin Peterson2010-10-141-1/+1
* Merged revisions 76062 via svnmerge fromBenjamin Peterson2009-11-021-5/+7
* Merged revisions 73370 via svnmerge fromBenjamin Peterson2009-06-111-1/+2
* Merged revisions 66453 via svnmerge fromBenjamin Peterson2008-09-131-1/+3
* Merged revisions 61596-61597 via svnmerge fromMartin v. Löwis2008-03-191-0/+153