cpython/Parser
Jelle Zijlstra 483d130e50
gh-131421: Fix ASDL tests (#133408)
PR #131419 broke this, but we failed to run tests on the PR due to a bug
in our script.
2025-05-04 23:46:21 +00:00
..
lexer gh-133197: Improve error message for incompatible string / bytes prefixes (#133242) 2025-05-02 14:28:17 +03:00
tokenizer gh-132661: Implement PEP 750 (#132662) 2025-04-30 11:46:41 +02: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
action_helpers.c gh-132661: Implement PEP 750 (#132662) 2025-04-30 11:46:41 +02:00
asdl.py gh-131421: Fix ASDL tests (#133408) 2025-05-04 23:46:21 +00:00
asdl_c.py gh-131238: Remove pycore_lock.h includes (#131483) 2025-03-19 23:46:25 +00:00
myreadline.c gh-131238: Remove includes from pycore_interp.h (#131495) 2025-03-20 11:35:23 +00:00
parser.c gh-133194: Fix regression with PEP 758 parsing on older `feature_version` (#133289) 2025-05-03 10:33:14 +03: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-132449: Improve syntax error messages for keywords with typos (#132450) 2025-04-22 11:01:55 +02:00
pegen.h gh-132661: Implement PEP 750 (#132662) 2025-04-30 11:46:41 +02:00
pegen_errors.c gh-116042: Fix location for SyntaxErrors of invalid escapes in the tokenizer (#116049) 2025-02-13 01:07:37 +00:00
string_parser.c gh-132661: Implement PEP 750 (#132662) 2025-04-30 11:46:41 +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