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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.10] GH-102711: Fix warnings found by clang (GH-102712) (#103076)
Miss Islington (bot)
2023-03-28
1
-2/+2
*
[3.10] gh-100050: Fix an assertion error when raising unclosed parenthesis er...
Pablo Galindo Salgado
2022-12-07
1
-0/+4
*
[3.10] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96501)
Gregory P. Smith
2022-09-02
1
-0/+23
*
[3.10] gh-95876: Fix format string in pegen error location code (GH-95877 (GH...
Christian Heimes
2022-08-11
1
-1/+1
*
gh-95355: Check tokens[0] after allocating memory (GH-95356)
Miss Islington (bot)
2022-07-28
1
-1/+1
*
[3.10] gh-94360: Fix a tokenizer crash when reading encoded files with syntax...
Pablo Galindo Salgado
2022-07-05
1
-4/+4
*
[3.10] Backport bpo-47212 (GH-32302) to Python 3.10 (GH-32334)
Matthieu Dartiailh
2022-04-05
1
-1/+1
*
[3.10] bpo-47117: Don't crash if we fail to decode characters when the tokeni...
Pablo Galindo Salgado
2022-03-26
1
-2/+7
*
[3.10] Allow the parser to avoid nested processing of invalid rules (GH-31252...
Pablo Galindo Salgado
2022-02-10
1
-1/+0
*
[3.10] bpo-46521: Fix codeop to use a new partial-input mode of the parser (G...
Pablo Galindo Salgado
2022-02-08
1
-0/+17
*
[3.10] bpo-46240: Correct the error for unclosed parentheses when the tokeniz...
Pablo Galindo Salgado
2022-01-23
1
-1/+2
*
[3.10] bpo-46339: Fix crash in the parser when computing error text for multi...
Miss Islington (bot)
2022-01-20
1
-2/+10
*
bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463)
Miss Islington (bot)
2022-01-11
1
-4/+4
*
bpo-42918: Improve built-in function compile() in mode 'single' (GH-29934) (G...
Miss Islington (bot)
2021-12-27
1
-19/+1
*
[3.10] bpo-46110: Add a recursion check to avoid stack overflow in the PEG pa...
Pablo Galindo Salgado
2021-12-20
1
-0/+1
*
[3.10] bpo-45727: Only trigger the 'did you forgot a comma' error suggestion ...
Pablo Galindo Salgado
2021-11-25
1
-1/+3
*
[3.10] Ensure the str member of the tokenizer is always initialised (GH-29681...
Pablo Galindo Salgado
2021-11-21
1
-1/+1
*
bpo-45494: Fix error location in EOF tokenizer errors (GH-29108)
Miss Islington (bot)
2021-11-20
1
-2/+7
*
[3.10] bpo-45727: Make the syntax error for missing comma more consistent (GH...
Pablo Galindo Salgado
2021-11-20
1
-1/+3
*
[3.10] bpo-45848: Allow the parser to get error lines from encoded files (GH-...
Łukasz Langa
2021-11-20
1
-7/+8
*
bpo-45820: Fix a segfault when the parser fails without reading any input (GH...
Miss Islington (bot)
2021-11-17
1
-0/+8
*
[3.10] bpo-45822: Respect PEP 263's coding cookies in the parser even if flag...
Pablo Galindo Salgado
2021-11-17
1
-1/+1
*
bpo-45738: Fix computation of error location for invalid continuation (GH-29550)
Miss Islington (bot)
2021-11-14
1
-10/+5
*
[3.10] bpo-45494: Fix parser crash when reporting errors involving invalid co...
Łukasz Langa
2021-10-19
1
-2/+10
*
[3.10] bpo-45408: Don't override previous tokenizer errors in the second pars...
Pablo Galindo Salgado
2021-10-07
1
-1/+4
*
bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator e...
Miss Islington (bot)
2021-09-27
1
-2/+14
*
[3.10] bpo-34013: Generalize the invalid legacy statement error message (GH-2...
Pablo Galindo Salgado
2021-07-27
1
-0/+12
*
bpo-44456: Improve the syntax error when mixing keyword and positional patter...
Miss Islington (bot)
2021-06-24
1
-0/+7
*
bpo-44409: Fix error location in tokenizer errors that happen during initiali...
Miss Islington (bot)
2021-06-14
1
-0/+1
*
[3.10] Add more const modifiers. (GH-26691). (GH-26692)
Serhiy Storchaka
2021-06-12
1
-7/+7
*
bpo-44368: Ensure we don't raise incorrect custom syntax errors with soft key...
Miss Islington (bot)
2021-06-09
1
-4/+11
*
bpo-44349: Fix edge case when displaying text from files with encoding in syn...
Miss Islington (bot)
2021-06-09
1
-2/+5
*
bpo-44335: Ensure the tokenizer doesn't go into Python with the error set (GH...
Miss Islington (bot)
2021-06-08
1
-3/+17
*
bpo-44335: Fix a regression when identifying invalid characters in syntax err...
Miss Islington (bot)
2021-06-08
1
-1/+3
*
[3.10] bpo-44273: Improve syntax error message for assigning to "..." (GH-264...
Pablo Galindo
2021-06-03
1
-1/+1
*
bpo-44201: Avoid side effects of "invalid_*" rules in the REPL (GH-26298) (GH...
Miss Islington (bot)
2021-05-22
1
-0/+3
*
bpo-44180: Fix edge cases in invalid assigment rules in the parser (GH-26283)
Miss Islington (bot)
2021-05-21
1
-1/+1
*
bpo-44180: Report generic syntax errors in the furthest position reached in t...
Miss Islington (bot)
2021-05-21
1
-1/+6
*
bpo-44143: Fix crash in the parser when raising tokenizer errors with an exce...
Miss Islington (bot)
2021-05-15
1
-0/+1
*
bpo-43822: Prioritize tokenizer errors over custom syntax errors when raising...
Miss Islington (bot)
2021-05-04
1
-0/+3
*
bpo-43892: Validate the first term of complex literal value patterns (GH-25735)
Brandt Bucher
2021-04-30
1
-1/+11
*
bpo-43892: Make match patterns explicit in the AST (GH-25585)
Nick Coghlan
2021-04-29
1
-1/+56
*
bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)
Pablo Galindo
2021-04-23
1
-7/+31
*
bpo-43822: Improve syntax errors for missing commas (GH-25377)
Pablo Galindo
2021-04-15
1
-0/+18
*
bpo-43797: Improve syntax error for invalid comparisons (#25317)
Pablo Galindo
2021-04-12
1
-4/+4
*
bpo-43798: Add source location attributes to alias (GH-25324)
Matthew Suozzo
2021-04-10
1
-3/+3
*
Simplify _PyPegen_fill_token in pegen.c (GH-25295)
Pablo Galindo
2021-04-09
1
-58/+64
*
Sanitize macros and debug functions in pegen.c (GH-25291)
Pablo Galindo
2021-04-09
1
-2/+7
*
Break down some complex functions in pegen.c for readability (GH-25292)
Pablo Galindo
2021-04-08
1
-79/+91
*
Fix possible refleak involving _PyArena_AddPyObject (GH-25289)
Erlend Egeberg Aasland
2021-04-08
1
-1/+4
[next]