index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_peg_generator
/
test_pegen.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] gh-109596: Ensure repeated rules in the grammar are not allowed and fi...
Pablo Galindo Salgado
2023-10-02
1
-0/+9
*
[3.12] gh-100238: Use setuptools in peg-generator and reenable tests (GH-1047...
Miss Islington (bot)
2023-07-05
1
-1/+1
*
bpo-45204: Reduce verbosity of test_peg_generator (GH-28360)
Pablo Galindo Salgado
2021-09-15
1
-10/+10
*
Extract visitors from the grammar nodes and call makers in the peg generator ...
Pablo Galindo Salgado
2021-09-05
1
-8/+8
*
Update pegen to use the latest upstream developments (GH-27586)
Pablo Galindo Salgado
2021-08-12
1
-160/+478
*
Fix 'gather' rules in the python parser generator (GH-22021)
Pablo Galindo
2020-09-03
1
-1/+15
*
bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995)
Batuhan Taskaya
2020-06-20
1
-0/+8
*
bpo-40334: Avoid collisions between parser variables and grammar variables (G...
Pablo Galindo
2020-05-10
1
-0/+27
*
bpo-40334: Suppress all output in test_peg_generator (GH-19675)
Lysandros Nikolaou
2020-04-23
1
-4/+1
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
1
-0/+728