cpython/Parser
adam j hartz ccbe41e27c
gh-143055: Implementation of PEP 798 (#143056)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2026-01-30 20:37:52 -08:00
..
lexer gh-135801: Add the module parameter to compile() etc (GH-139652) 2025-11-13 13:21:32 +02:00
tokenizer gh-144322: typo This errors to These errors (#144323) 2026-01-29 13:26:38 +00:00
action_helpers.c gh-142236: Improve error location for missing comma in string concatenations (#142330) 2025-12-11 14:47:26 +00:00
asdl.py gh-131421: Fix ASDL tests (#133408) 2025-05-04 23:46:21 +00:00
asdl_c.py gh-144169: Fix three crashes in AST objects with non-str kwargs (#144178) 2026-01-25 17:28:58 -08:00
myreadline.c gh-131238: Remove includes from pycore_interp.h (#131495) 2025-03-20 11:35:23 +00:00
parser.c gh-143055: Implementation of PEP 798 (#143056) 2026-01-30 20:37:52 -08: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-122581: Use parser mutex in default build for subinterpreters (gh-142959) 2025-12-20 15:37:31 -05:00
pegen.h gh-142236: Improve error location for missing comma in string concatenations (#142330) 2025-12-11 14:47:26 +00:00
pegen_errors.c gh-142724: fix error path in _PyPegen_raise_tokenizer_init_error (#142725) 2025-12-14 21:23:38 +00:00
Python.asdl gh-143055: Implementation of PEP 798 (#143056) 2026-01-30 20:37:52 -08: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