Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Tools/peg_generator/pegen/parser.py] Fix typo: s/wether/whether/ (GH-28739) | Ikko Ashimine | 2021-10-05 | 1 | -1/+1 |
| | |||||
* | Update pegen to use the latest upstream developments (GH-27586) | Pablo Galindo Salgado | 2021-08-12 | 1 | -30/+54 |
| | |||||
* | bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) | Pablo Galindo | 2020-04-22 | 1 | -0/+310 |
Co-authored-by: Guido van Rossum <guido@python.org> Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com> |