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
/
Parser
/
pegen
/
pegen.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.9] bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry...
Pablo Galindo
2020-10-31
1
-1/+1
*
[3.9] bpo-42123: Run the parser two times and only enable invalid rules on th...
Lysandros Nikolaou
2020-10-28
1
-0/+1
*
[3.9] bpo-41697: Correctly handle KeywordOrStarred when parsing arguments in ...
Pablo Galindo
2020-09-03
1
-1/+3
*
[3.9] bpo-41690: Use a loop to collect args in the parser instead of recursio...
Pablo Galindo
2020-09-02
1
-0/+1
*
[3.9] bpo-41060: Avoid SEGFAULT when calling GET_INVALID_TARGET in the gramma...
Lysandros Nikolaou
2020-06-21
1
-3/+22
*
bpo-40958: Avoid 'possible loss of data' warning on Windows (GH-20970)
Miss Islington (bot)
2020-06-20
1
-1/+1
*
[3.9] bpo-40334: Produce better error messages on invalid targets (GH-20106) ...
Lysandros Nikolaou
2020-06-19
1
-1/+11
*
bpo-40958: Avoid buffer overflow in the parser when indexing the current line...
Miss Islington (bot)
2020-06-16
1
-2/+2
*
[3.9] Backport GH-20370 and GH-20436: Soft keywords (GH-20458)
Lysandros Nikolaou
2020-05-27
1
-0/+2
*
bpo-40750: Support -d flag in the new parser (GH-20340)
Miss Islington (bot)
2020-05-25
1
-0/+1
*
bpo-40334: Produce better error messages for non-parenthesized genexps (GH-20...
Miss Islington (bot)
2020-05-22
1
-1/+2
*
bpo-40334: Reproduce error message for type comments on bare '*' in the new p...
Lysandros Nikolaou
2020-05-18
1
-2/+2
*
bpo-40334: Correctly identify invalid target in assignment errors (GH-20076)
Pablo Galindo
2020-05-15
1
-0/+4
*
bpo-40334: Always show the caret on SyntaxErrors (GH-20050)
Lysandros Nikolaou
2020-05-13
1
-4/+21
*
bpo-40334: Avoid collisions between parser variables and grammar variables (G...
Pablo Galindo
2020-05-10
1
-1/+1
*
bpo-40334: Fix error location upon parsing an invalid string literal (GH-19962)
Lysandros Nikolaou
2020-05-07
1
-0/+1
*
bpo-40334: Improve column offsets for thrown syntax errors by Pegen (GH-19782)
Batuhan Taskaya
2020-05-01
1
-5/+6
*
bpo-40334: Add support for feature_version in new PEG parser (GH-19827)
Lysandros Nikolaou
2020-05-01
1
-1/+19
*
bpo-40334: Support type comments (GH-19780)
Guido van Rossum
2020-04-30
1
-7/+37
*
bpo-40334: refactor and cleanup for the PEG generators (GH-19775)
Pablo Galindo
2020-04-29
1
-1/+0
*
bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721)
Pablo Galindo
2020-04-27
1
-4/+23
*
bpo-40334: Fix build errors and warnings in test_peg_generator (GH-19672)
Pablo Galindo
2020-04-23
1
-0/+1
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
1
-0/+179