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
/
pegen
/
c_generator.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-43244: Fix test_peg_generators on Windows (GH-24913)
Victor Stinner
2021-03-18
1
-3/+2
*
bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (G...
Jozef Grajciar
2021-03-01
1
-2/+2
*
bpo-42997: Improve error message for missing : before suites (GH-24292)
Pablo Galindo
2021-02-02
1
-0/+19
*
bpo-42218: Correctly handle errors in left-recursive rules (GH-23065)
Lysandros Nikolaou
2020-10-31
1
-0/+3
*
bpo-42123: Run the parser two times and only enable invalid rules on the seco...
Lysandros Nikolaou
2020-10-26
1
-1/+4
*
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Pablo Galindo
2020-09-16
1
-4/+11
*
bpo-41215: Don't use NULL by default in the PEG parser keyword list (GH-21355)
Pablo Galindo
2020-07-06
1
-1/+1
*
Include soft keywords in keyword.py (GH-20877)
Pablo Galindo
2020-06-15
1
-0/+2
*
Fix lookahead of soft keywords in the PEG parser (GH-20436)
Pablo Galindo
2020-05-26
1
-2/+9
*
Add soft keywords (GH-20370)
Guido van Rossum
2020-05-26
1
-4/+20
*
bpo-40750: Do not expand the new parser debug flags if Py_BUILD_CORE is not d...
Pablo Galindo
2020-05-25
1
-1/+1
*
bpo-40750: Support -d flag in the new parser (GH-20340)
Pablo Galindo
2020-05-25
1
-24/+60
*
bpo-40334: Support suppressing of multiple optional variables in Pegen (GH-20...
Batuhan Taskaya
2020-05-24
1
-2/+2
*
Fix debug output in PEG parser generator (GH-20308)
Pablo Galindo
2020-05-22
1
-3/+3
*
Fix typing problems reported by mypy in pegen (GH-20297)
Pablo Galindo
2020-05-21
1
-25/+21
*
bpo-40334: Correctly generate C parser when assigned var is None (GH-20296)
Batuhan Taskaya
2020-05-21
1
-1/+4
*
bpo-40661: Fix segfault when parsing invalid input (GH-20165)
Lysandros Nikolaou
2020-05-18
1
-8/+9
*
bpo-40334: Improvements to error-handling code in the PEG parser (GH-20003)
Lysandros Nikolaou
2020-05-17
1
-21/+12
*
bpo-40334: Avoid collisions between parser variables and grammar variables (G...
Pablo Galindo
2020-05-10
1
-78/+82
*
bpo-40555: Check for p->error_indicator in loop rules after the main loop is ...
Pablo Galindo
2020-05-08
1
-1/+1
*
bpo-40334: Generate comments in the parser code to improve debugging (GH-19966)
Pablo Galindo
2020-05-06
1
-0/+14
*
Clean up unused imports for the peg generator module (GH-19891)
Anthony Shaw
2020-05-04
1
-1/+1
*
bpo-40334: use the TOKENS file when checking dangling rules (GH-19849)
Pablo Galindo
2020-05-01
1
-1/+2
*
bpo-40334: Simplify type handling in the PEG c_generator (GH-19818)
Pablo Galindo
2020-05-01
1
-33/+23
*
bpo-40334: refactor and cleanup for the PEG generators (GH-19775)
Pablo Galindo
2020-04-29
1
-110/+208
*
bpo-40334: Refactor peg_generator to receive a Tokens file when building c co...
Pablo Galindo
2020-04-28
1
-13/+24
*
bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721)
Pablo Galindo
2020-04-27
1
-1/+9
*
bpo-40334: Fix build errors and warnings in test_peg_generator (GH-19672)
Pablo Galindo
2020-04-23
1
-1/+3
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
1
-0/+605