1
0
mirror of https://github.com/python/cpython synced 2024-07-09 02:27:27 +00:00
cpython/Parser
sunmy2019 2cb62c6437
gh-110309: Prune empty constant in format specs (#110320)
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
2023-10-05 14:08:42 +00:00
..
action_helpers.c gh-110309: Prune empty constant in format specs (#110320) 2023-10-05 14:08:42 +00:00
asdl_c.py GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507) 2023-09-08 09:48:28 +00:00
asdl.py
myreadline.c gh-110014: Include explicitly <unistd.h> header (#110155) 2023-09-30 20:06:45 +00:00
parser.c gh-109596: Ensure repeated rules in the grammar are not allowed and fix incorrect soft keywords (#109606) 2023-09-22 19:03:23 +01:00
peg_api.c
pegen_errors.c gh-109596: Ensure repeated rules in the grammar are not allowed and fix incorrect soft keywords (#109606) 2023-09-22 19:03:23 +01:00
pegen.c gh-107015: Remove async_hacks from the tokenizer (#107018) 2023-07-26 16:34:15 +01:00
pegen.h gh-108179: Add error message for parser stack overflows (#108256) 2023-08-22 08:41:50 +01:00
Python.asdl
string_parser.c gh-106320: Remove _PyBytes_Join() C API (#107144) 2023-07-23 20:10:12 +00:00
string_parser.h
token.c gh-107015: Remove async_hacks from the tokenizer (#107018) 2023-07-26 16:34:15 +01:00
tokenizer.c gh-110259: Fix f-strings with multiline expressions and format specs (#110271) 2023-10-05 14:26:44 +01:00
tokenizer.h gh-107015: Remove async_hacks from the tokenizer (#107018) 2023-07-26 16:34:15 +01:00