You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Lysandros Nikolaou 02cdfc93f8
bpo-42218: Correctly handle errors in left-recursive rules (GH-23065)
5 years ago
..
Python.asdl bpo-40528: Improve and clear several aspects of the ASDL definition code for the AST (GH-19952) 6 years ago
asdl.py bpo-40528: Improve and clear several aspects of the ASDL definition code for the AST (GH-19952) 6 years ago
asdl_c.py bpo-42000: Cleanup the AST related C-code (GH-22641) 5 years ago
myreadline.c bpo-38156: Fix compiler warning in PyOS_StdioReadline() (GH-21721) 5 years ago
parser.c bpo-42218: Correctly handle errors in left-recursive rules (GH-23065) 5 years ago
peg_api.c bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016) 6 years ago
pegen.c bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_flufl rule (GH-23048) 5 years ago
pegen.h bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_flufl rule (GH-23048) 5 years ago
string_parser.c bpo-41746: Add type information to asdl_seq objects (GH-22223) 5 years ago
string_parser.h bpo-40939: Remove the old parser (GH-20768) 6 years ago
token.c bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) 7 years ago
tokenizer.c bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889) 6 years ago
tokenizer.h closes bpo-39721: Fix constness of members of tok_state struct. (GH-18600) 6 years ago