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
/
Tools
/
peg_generator
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-110805: Fix test_peg_generator after the change in the parser for REPL tra...
Pablo Galindo Salgado
2023-10-13
1
-1/+1
*
gh-104169: Fix test_peg_generator after tokenizer refactoring (#110727)
Lysandros Nikolaou
2023-10-12
1
-1/+10
*
gh-109596: Ensure repeated rules in the grammar are not allowed and fix incor...
Pablo Galindo Salgado
2023-09-22
1
-1/+7
*
gh-108455: peg_generator: enable mypy's `--warn-unreachable` setting and `red...
Alex Waygood
2023-09-08
3
-9/+13
*
gh-108455: peg_generator: use `types-setuptools==68.1.0.1` in CI (#108697)
Alex Waygood
2023-08-31
2
-10/+4
*
gh-108455: peg_generator: install two stubs packages before running mypy (#10...
Alex Waygood
2023-08-29
3
-6/+13
*
gh-108455: peg generator: Use `strict_optional=True` for `grammar_parser` (#1...
Nikita Sobolev
2023-08-29
2
-4/+1
*
gh-108455: peg_generator: make the mypy config slightly stricter (#108627)
Alex Waygood
2023-08-29
4
-8/+12
*
gh-108455: Simplify the peg_generator mypy config (#108620)
Alex Waygood
2023-08-29
1
-18/+8
*
gh-108455: Run `mypy` on `Tools/peg_generator` (#108456)
Nikita Sobolev
2023-08-28
4
-9/+16
*
gh-108179: Add error message for parser stack overflows (#108256)
Dennis Sweeney
2023-08-22
1
-2/+1
*
gh-107015: Remove async_hacks from the tokenizer (#107018)
Pablo Galindo Salgado
2023-07-26
2
-5/+2
*
gh-105191: Cleanup peg generator; keep only necessary files (#105197)
Lysandros Nikolaou
2023-06-01
20
-16832/+60
*
gh-100238: Use setuptools in peg-generator and reenable tests (#104798)
Lysandros Nikolaou
2023-05-26
1
-7/+47
*
gh-104780: Remove 2to3 program and lib2to3 module (#104781)
Victor Stinner
2023-05-23
2
-3/+1
*
gh-102856: Initial implementation of PEP 701 (#102855)
Pablo Galindo Salgado
2023-04-19
1
-0/+1
*
gh-102416: Do not memoize incorrectly loop rules in the parser (#102467)
Pablo Galindo Salgado
2023-03-06
1
-2/+3
*
gh-101046: Fix a potential memory leak in the parser when raising MemoryError...
Pablo Galindo Salgado
2023-01-16
1
-1/+1
*
gh-99300: Use Py_NewRef() in Parser/ directory (#99330)
Victor Stinner
2022-11-10
1
-2/+1
*
gh-84623: Remove unused imports (#94132)
Victor Stinner
2022-06-22
4
-12/+1
*
gh-54781: Move Lib/lib2to3/tests/ to Lib/test/test_lib2to3/ (#94049)
Victor Stinner
2022-06-21
2
-2/+2
*
gh-93103: Parser uses PyConfig.parser_debug instead of Py_DebugFlag (#93106)
Victor Stinner
2022-05-24
1
-1/+1
*
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
Christian Heimes
2022-05-19
1
-1/+5
*
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner
2022-05-03
1
-2/+2
*
bpo-46576: Speed up test_peg_generator by using a static library for shared s...
Jeremy Kloth
2022-04-06
2
-42/+101
*
Update grammar_grapher with the new forced (&&) directive (#31704)
Luca Chiodini
2022-03-06
1
-0/+3
*
Allow the parser to avoid nested processing of invalid rules (GH-31252)
Pablo Galindo Salgado
2022-02-10
1
-2/+15
*
bpo-46576: bpo-46524: Disable compiler optimization within test_peg_generator...
Gregory P. Smith
2022-02-02
1
-0/+10
*
bpo-46110: Restore commit e9898bf153d26059261ffef11f7643ae991e2a4c
Pablo Galindo Salgado
2022-01-03
1
-4/+11
*
Revert "bpo-46110: Add a recursion check to avoid stack overflow in the PEG p...
Pablo Galindo Salgado
2022-01-03
1
-11/+4
*
bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (G...
Pablo Galindo Salgado
2021-12-20
1
-4/+11
*
bpo-45866: pegen strips directory of "generated from" header (GH-29777)
Victor Stinner
2021-11-26
3
-3/+7
*
Refactor parser compilation units into specific components (GH-29676)
Pablo Galindo Salgado
2021-11-21
2
-1/+3
*
bpo-44257: fix "assigment_expr" typo + regenerate the grammar, and remove unu...
wim glenn
2021-11-03
1
-2/+0
*
bpo-45494: Fix parser crash when reporting errors involving invalid continuat...
Pablo Galindo Salgado
2021-10-19
1
-1/+1
*
Fix typos in the Tools directory (GH-28769)
Christian Clauss
2021-10-06
3
-3/+3
*
[Tools/peg_generator/pegen/parser.py] Fix typo: s/wether/whether/ (GH-28739)
Ikko Ashimine
2021-10-05
1
-1/+1
*
Extract visitors from the grammar nodes and call makers in the peg generator ...
Pablo Galindo Salgado
2021-09-05
11
-240/+244
*
Update pegen to use the latest upstream developments (GH-27586)
Pablo Galindo Salgado
2021-08-12
19
-397/+549
*
bpo-44345: Fix 'generated by' comment in parser.c (GH-26615)
Akira Nonaka
2021-06-09
1
-1/+1
*
bpo-44180: Fix edge cases in invalid assigment rules in the parser (GH-26283)
Pablo Galindo
2021-05-21
1
-0/+2
*
bpo-38605: Revert making 'from __future__ import annotations' the default (GH...
Pablo Galindo
2021-04-21
2
-2/+2
*
bpo-43822: Improve syntax errors for missing commas (GH-25377)
Pablo Galindo
2021-04-15
1
-0/+12
*
Sanitize macros and debug functions in pegen.c (GH-25291)
Pablo Galindo
2021-04-09
1
-0/+8
*
bpo-43244: Remove the pyarena.h header (GH-25007)
Victor Stinner
2021-03-24
1
-4/+4
*
bpo-43244: Remove parser_interface.h header file (GH-25001)
Victor Stinner
2021-03-24
1
-1/+10
*
bpo-43244: Add pycore_compile.h header file (GH-25000)
Victor Stinner
2021-03-23
1
-1/+3
*
bpo-43244: Fix test_peg_generators on Windows (GH-24913)
Victor Stinner
2021-03-18
1
-3/+2
*
bpo-43244: Fix test_peg_generator for PyAST_Validate() (GH-24912)
Victor Stinner
2021-03-18
1
-0/+3
*
Remove unnecessary imports in the grammar parser (GH-24904)
Elisha Hollander
2021-03-17
2
-8/+2
[next]