cpython/Parser
Tomasz Pytel b7bc9776e8
[3.13] gh-139516: Fix lambda colon start format spec in f-string in t… (#139726)
[3.13] gh-139516: Fix lambda colon start format spec in f-string in tokenizer (GH-139657)
(cherry picked from commit 539461d9ec)
2025-10-07 23:15:57 +01:00
..
lexer [3.13] gh-139516: Fix lambda colon start format spec in f-string in t… (#139726) 2025-10-07 23:15:57 +01:00
tokenizer
action_helpers.c [3.13] gh-137314: Fix incorrect treatment of format specs in raw fstrings (GH-137328) (#137345) 2025-08-03 16:58:49 +00:00
asdl.py
asdl_c.py [3.13] gh-126105: Fix crash in ast module, when ._fields is deleted (GH-126115) (#126130) 2024-10-29 16:07:32 +00:00
myreadline.c [3.13] gh-123321: Make Parser/myreadline.c locking safe in free-threaded build (GH-123690) (#123798) 2024-09-06 22:55:42 +02:00
parser.c [3.13] gh-133157: fix UBSan failures in Parser/pegen.c (GH-134048) (#135334) 2025-06-10 09:12:41 +00:00
peg_api.c
pegen.c [3.13] gh-130077: Properly match full soft keywords in the parser (GH-135317) (#135399) 2025-08-04 15:18:05 +01:00
pegen.h [3.13] gh-133157: fix UBSan failures in Parser/pegen.c (GH-134048) (#135334) 2025-06-10 09:12:41 +00:00
pegen_errors.c [3.13] gh-116042: Fix location for SyntaxErrors of invalid escapes in the tokenizer (GH-116049) (#130066) 2025-02-13 01:49:25 +00:00
Python.asdl
string_parser.c [3.13] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133944) 2025-05-20 14:46:57 +02:00
string_parser.h
token.c