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.
 
 
 
 
 
 
Pablo Galindo 1ed83adb0e
bpo-40939: Remove the old parser (GH-20768)
6 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-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (reverts GH-19414) (GH-20264) 6 years ago
myreadline.c bpo-40826: Add _PyOS_InterruptOccurred(tstate) function (GH-20599) 6 years ago
node.c bpo-40502: Initialize n->n_col_offset (GH-19988) 6 years ago
parser.c bpo-40939: Remove the old parser (GH-20768) 6 years ago
peg_api.c bpo-40939: Remove the old parser (GH-20768) 6 years ago
pegen.c bpo-40939: Remove the old parser (GH-20768) 6 years ago
pegen.h bpo-40939: Remove the old parser (GH-20768) 6 years ago
string_parser.c bpo-40939: Remove the old parser (GH-20768) 6 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-40847: Consider a line with only a LINECONT a blank line (GH-20769) 6 years ago
tokenizer.h closes bpo-39721: Fix constness of members of tok_state struct. (GH-18600) 6 years ago