cpython/Parser
2025-10-31 11:26:40 +01:00
..
lexer [3.14] gh-140576: Fixed crash produced by lexer in case of dedented zero byte (GH-140583) (#140757) 2025-10-29 13:54:37 +00:00
tokenizer [3.14] gh-63161: Fix PEP 263 support (GH-139481) (GH-139898) 2025-10-19 19:16:33 +00:00
action_helpers.c [3.14] gh-137078: Fix keyword typo recognition when executed over files (GH-137079) (#137826) 2025-08-15 18:22:17 +01:00
asdl.py gh-131421: Fix ASDL tests (#133408) 2025-05-04 23:46:21 +00:00
asdl_c.py [3.14] gh-140471: Fix buffer overflow in AST node initialization with malformed _fields (GH-140506) (#140509) 2025-10-23 10:20:21 -07:00
myreadline.c gh-131238: Remove includes from pycore_interp.h (#131495) 2025-03-20 11:35:23 +00:00
parser.c [3.14] gh-138944: Fix SyntaxError message for invalid syntax following valid import-as statement (GH-138945) (#140646) 2025-10-31 11:26:40 +01:00
peg_api.c gh-110805: Allow the repl to show source code and complete tracebacks (#110775) 2023-10-13 09:25:37 +00:00
pegen.c [3.14] gh-130077: Properly match full soft keywords in the parser (GH-135317) (#135348) 2025-06-11 02:01:37 +01:00
pegen.h [3.14] gh-132661: Disallow Template/str concatenation after PEP 750 spec update (#135996) (#136901) 2025-07-21 17:34:54 +02:00
pegen_errors.c [3.14] gh-63161: Fix PEP 263 support (GH-139481) (GH-139898) 2025-10-19 19:16:33 +00:00
Python.asdl gh-131421: fix ASDL grammar for Dict to have an expr?* keys field (#131419) 2025-05-04 16:03:38 -07:00
string_parser.c [3.14] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133942) 2025-05-13 16:25:08 +03:00
string_parser.h
token.c gh-132661: Implement PEP 750 (#132662) 2025-04-30 11:46:41 +02:00