cpython/Parser
2021-07-20 16:42:12 +01:00
..
asdl.py
asdl_c.py bpo-40528: fix is_simple(sum)s behavior for attributes (GH-26918) 2021-06-27 17:58:32 +03:00
myreadline.c
parser.c Remove unnecessary 'invalid_primary' rule in the parser (GH-27186) 2021-07-16 13:20:09 +01:00
peg_api.c
pegen.c bpo-43950: Distinguish errors happening on character offset decoding (GH-27217) 2021-07-20 16:42:12 +01:00
pegen.h bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958) 2021-07-05 00:14:33 +01:00
Python.asdl
string_parser.c Add more const modifiers. (GH-26691) 2021-06-12 16:11:59 +03:00
string_parser.h
token.c
tokenizer.c bpo-44317: Improve tokenizer errors with more informative locations (GH-26555) 2021-07-10 01:29:29 +01:00
tokenizer.h bpo-44201: Avoid side effects of "invalid_*" rules in the REPL (GH-26298) 2021-05-22 23:05:00 +01:00