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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-93103: Parser uses PyConfig.parser_debug instead of Py_DebugFlag (#93106)
Victor Stinner
2022-05-24
1
-0/+1
*
gh-92651: Remove the Include/token.h header file (#92652)
Victor Stinner
2022-05-11
1
-1/+1
*
bpo-47212: Improve error messages for un-parenthesized generator expressions ...
Matthieu Dartiailh
2022-04-05
1
-0/+1
*
Allow the parser to avoid nested processing of invalid rules (GH-31252)
Pablo Galindo Salgado
2022-02-10
1
-1/+0
*
bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010)
Pablo Galindo Salgado
2022-02-08
1
-0/+1
*
bpo-46004: Fix error location for loops with invalid targets (GH-29959)
Pablo Galindo Salgado
2021-12-07
1
-1/+2
*
bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if insi...
Pablo Galindo Salgado
2021-11-24
1
-0/+1
*
Refactor parser compilation units into specific components (GH-29676)
Pablo Galindo Salgado
2021-11-21
1
-54/+58
*
bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator e...
Pablo Galindo Salgado
2021-09-27
1
-1/+1
*
Update pegen to use the latest upstream developments (GH-27586)
Pablo Galindo Salgado
2021-08-12
1
-0/+1
*
bpo-34013: Generalize the invalid legacy statement error message (GH-27389)
Pablo Galindo Salgado
2021-07-27
1
-0/+1
*
bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)
Ammar Askar
2021-07-04
1
-0/+1
*
bpo-44456: Improve the syntax error when mixing keyword and positional patter...
Pablo Galindo
2021-06-24
1
-0/+3
*
Add more const modifiers. (GH-26691)
Serhiy Storchaka
2021-06-12
1
-3/+3
*
bpo-44180: Fix edge cases in invalid assigment rules in the parser (GH-26283)
Pablo Galindo
2021-05-21
1
-0/+1
*
bpo-43892: Validate the first term of complex literal value patterns (GH-25735)
Brandt Bucher
2021-04-30
1
-1/+2
*
bpo-43892: Make match patterns explicit in the AST (GH-25585)
Nick Coghlan
2021-04-29
1
-0/+9
*
bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)
Pablo Galindo
2021-04-23
1
-4/+15
*
bpo-43822: Improve syntax errors for missing commas (GH-25377)
Pablo Galindo
2021-04-15
1
-0/+2
*
bpo-43798: Add source location attributes to alias (GH-25324)
Matthew Suozzo
2021-04-10
1
-1/+1
*
Sanitize macros and debug functions in pegen.c (GH-25291)
Pablo Galindo
2021-04-09
1
-1/+3
*
bpo-43244: Remove parser_interface.h header file (GH-25001)
Victor Stinner
2021-03-24
1
-1/+0
*
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Victor Stinner
2021-03-23
1
-2/+2
*
bpo-43555: Report the column offset for invalid line continuation character (...
Pablo Galindo
2021-03-22
1
-2/+3
*
bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550)
Nicholas Sim
2021-02-17
1
-1/+0
*
bpo-42997: Improve error message for missing : before suites (GH-24292)
Pablo Galindo
2021-02-02
1
-4/+3
*
bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_fl...
Pablo Galindo
2020-10-30
1
-1/+1
*
bpo-42123: Run the parser two times and only enable invalid rules on the seco...
Lysandros Nikolaou
2020-10-26
1
-0/+1
*
bpo-41746: Cast to typed seqs in CHECK macros to avoid type erasure (GH-22864)
Lysandros Nikolaou
2020-10-21
1
-4/+4
*
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Pablo Galindo
2020-09-16
1
-15/+15
*
bpo-41697: Correctly handle KeywordOrStarred when parsing arguments in the pa...
Pablo Galindo
2020-09-03
1
-1/+3
*
bpo-41690: Use a loop to collect args in the parser instead of recursion (GH-...
Pablo Galindo
2020-09-02
1
-0/+1
*
bpo-41060: Avoid SEGFAULT when calling GET_INVALID_TARGET in the grammar (GH-...
Lysandros Nikolaou
2020-06-21
1
-3/+22
*
bpo-40958: Avoid 'possible loss of data' warning on Windows (GH-20970)
Lysandros Nikolaou
2020-06-20
1
-1/+1
*
bpo-40334: Produce better error messages on invalid targets (GH-20106)
Lysandros Nikolaou
2020-06-18
1
-1/+11
*
bpo-40958: Avoid buffer overflow in the parser when indexing the current line...
Pablo Galindo
2020-06-16
1
-2/+2
*
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo
2020-06-11
1
-0/+273