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 ac7a92cc0a
bpo-40334: Avoid collisions between parser variables and grammar variables (GH-19987)
6 years ago
..
pegen bpo-40334: Avoid collisions between parser variables and grammar variables (GH-19987) 6 years ago
pgen Fix typo in the parser generator (GH-18603) 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
acceler.c fix warnings by adding more const (GH-12924) 7 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-40528: Improve and clear several aspects of the ASDL definition code for the AST (GH-19952) 6 years ago
grammar1.c bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157) 6 years ago
listnode.c bpo-40268: Remove a few pycore_pystate.h includes (GH-19510) 6 years ago
myreadline.c bpo-40268: Remove explicit pythread.h includes (#19529) 6 years ago
node.c bpo-40502: Initialize n->n_col_offset (GH-19988) 6 years ago
parser.c bpo-39882: Py_FatalError() logs the function name (GH-18819) 6 years ago
parser.h fix warnings by adding more const (GH-12924) 7 years ago
parsetok.c bpo-40335: Correctly handle multi-line strings in tokenize error scenarios (GH-19619) 6 years ago
token.c bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) 7 years ago
tokenizer.c bpo-40246: Revert reporting of invalid string prefixes (GH-19888) 6 years ago
tokenizer.h closes bpo-39721: Fix constness of members of tok_state struct. (GH-18600) 6 years ago