cpython/Parser/pegen
Pablo Galindo 3782497cc2
[3.9] bpo-40939: Fix test_keyword for the old parser (GH-20814)
2020-06-11 19:29:13 +01:00
..
parse.c [3.9] bpo-40939: Fix test_keyword for the old parser (GH-20814) 2020-06-11 19:29:13 +01:00
parse_string.c bpo-40904: Fix segfault in the new parser with f-string containing yield statements with no value (GH-20701) 2020-06-07 18:08:53 -07:00
parse_string.h bpo-40334: Fix error location upon parsing an invalid string literal (GH-19962) 2020-05-07 11:37:51 +01:00
peg_api.c bpo-40334: Make the PyPegen* and PyParser* APIs more consistent (GH-19839) 2020-05-01 18:30:51 +01:00
pegen.c bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser (GH-20697) 2020-06-08 02:22:06 -07:00
pegen.h [3.9] Backport GH-20370 and GH-20436: Soft keywords (GH-20458) 2020-05-27 21:20:07 +01:00