cpython/Parser
2025-11-03 10:10:28 -08:00
..
lexer gh-140576: Fixed crash produced by lexer in case of dedented zero byte (#140583) 2025-10-29 13:27:35 +00:00
tokenizer gh-63161: Fix PEP 263 support (GH-139481) 2025-10-10 12:51:19 +00:00
action_helpers.c Merge remote-tracking branch 'origin/main' into HEAD 2025-11-03 10:10:28 -08:00
asdl.py gh-131421: Fix ASDL tests (#133408) 2025-05-04 23:46:21 +00:00
asdl_c.py gh-140471: Fix buffer overflow in AST node initialization with malformed _fields (#140506) 2025-10-23 15:35:21 +00:00
myreadline.c gh-131238: Remove includes from pycore_interp.h (#131495) 2025-03-20 11:35:23 +00:00
parser.c Merge remote-tracking branch 'origin/main' into HEAD 2025-11-03 10:10:28 -08: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 gh-137514: Add a free-threading wrapper for mutexes (GH-137515) 2025-08-07 11:24:50 -04:00
pegen.h Lazy imports grammar / AST changes 2025-10-02 13:22:53 -07:00
pegen_errors.c gh-63161: Fix PEP 263 support (GH-139481) 2025-10-10 12:51:19 +00:00
Python.asdl Lazy imports grammar / AST changes 2025-10-02 13:22:53 -07:00
string_parser.c gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) 2025-05-12 20:42:23 +03: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