Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-40334: Refactor lambda_parameters similar to parameters (GH-19830) | Guido van Rossum | 2020-05-01 | 1 | -20/+34 |
* | bpo-40334: Correct return value of func_type_comment (GH-19833) | Pablo Galindo | 2020-05-01 | 1 | -1/+1 |
* | bpo-40334: Improve column offsets for thrown syntax errors by Pegen (GH-19782) | Batuhan Taskaya | 2020-05-01 | 1 | -1/+1 |
* | bpo-40334: Add support for feature_version in new PEG parser (GH-19827) | Lysandros Nikolaou | 2020-05-01 | 1 | -29/+51 |
* | bpo-40334: Support type comments (GH-19780) | Guido van Rossum | 2020-04-30 | 1 | -32/+77 |
* | bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721) | Pablo Galindo | 2020-04-27 | 1 | -1/+2 |
* | bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) | Pablo Galindo | 2020-04-22 | 1 | -0/+555 |