summaryrefslogtreecommitdiffstats
path: root/Doc/tools/extensions/peg_highlight.py
Commit message (Expand)AuthorAgeFilesLines
* gh-84623: Remove unused imports (#94132)Victor Stinner2022-06-221-1/+1
* bpo-46231: Remove invalid_* rules preceded by more tokens from the grammar do...Pablo Galindo Salgado2022-01-041-2/+2
* Fix type group capture in the PEG highlight tool (GH-25464)Pablo Galindo2021-04-171-2/+7
* bpo-42997: Improve error message for missing : before suites (GH-24292)Pablo Galindo2021-02-021-0/+6
* bpo-41746: Add type information to asdl_seq objects (GH-22223)Pablo Galindo2020-09-161-1/+1
* Fix invalid escape sequences in the peg_highlight Sphinx extension (GH-22047)Pablo Galindo2020-09-021-1/+1
* bpo-40939: Use the new grammar for the grammar specification documentation (G...Pablo Galindo2020-07-271-0/+75