cpython/Parser
2026-06-14 12:33:03 +00:00
..
lexer gh-150207: Raise MemoryError on tokenizer allocation failure instead of crashing (#150275) 2026-06-06 01:58:35 +00:00
tokenizer gh-151461: Fix encoding-related exception handling in file tokenizer (GH-151462) 2026-06-14 12:33:03 +00:00
action_helpers.c gh-151238: Check for _get_resized_exprs failure in _PyPegen_{joined,template}_str (#151259) 2026-06-11 15:26:46 +01:00
asdl.py gh-131421: Fix ASDL tests (#133408) 2025-05-04 23:46:21 +00:00
asdl_c.py bpo-38131: Improve messages when generating AST nodes from objects with wrong field values (GH-17715) 2026-06-04 10:58:51 +00:00
myreadline.c gh-140594: Fix an out of bounds read when feeding NUL byte to PyOS_StdioReadline() (#140910) 2026-03-12 10:46:36 +00:00
parser.c gh-145239: Accept unary plus literal pattern (#148566) 2026-04-23 22:07:28 +03:00
peg_api.c gh-135801: Add the module parameter to compile() etc (GH-139652) 2025-11-13 13:21:32 +02:00
pegen.c gh-151461: Fix encoding-related exception handling in file tokenizer (GH-151462) 2026-06-14 12:33:03 +00:00
pegen.h gh-151461: Fix encoding-related exception handling in file tokenizer (GH-151462) 2026-06-14 12:33:03 +00:00
pegen_errors.c gh-151461: Fix encoding-related exception handling in file tokenizer (GH-151462) 2026-06-14 12:33:03 +00:00
Python.asdl gh-142349: Implement PEP 810 - Explicit lazy imports (#142351) 2026-02-12 00:15:33 +00:00
string_parser.c gh-135801: Add the module parameter to compile() etc (GH-139652) 2025-11-13 13:21:32 +02:00
string_parser.h gh-102856: Initial implementation of PEP 701 (#102855) 2023-04-19 11:18:16 -05:00
token.c gh-132661: Implement PEP 750 (#132662) 2025-04-30 11:46:41 +02:00