summaryrefslogtreecommitdiff
path: root/Parser/pegen/parse.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into refactor-lambda-parametersrefactor-lambda-parametersGuido van Rossum2020-04-301-788/+1278
|\
| * bpo-40334: Add support for feature_version in new PEG parser (GH-19827)Lysandros Nikolaou2020-04-301-793/+1283
* | Fix an oversight (kwds -> lambda_kwds)Guido van Rossum2020-04-301-6/+6
* | Refactor lambda_parameters similar to parametersGuido van Rossum2020-04-301-1030/+1118
|/
* bpo-40334: Support type comments (GH-19780)Guido van Rossum2020-04-301-1399/+2299
* bpo-40334: refactor and cleanup for the PEG generators (GH-19775)Pablo Galindo2020-04-291-23/+23
* bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721)Pablo Galindo2020-04-271-284/+315
* bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)Pablo Galindo2020-04-221-0/+15391