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 Salgado 6948964ecf
bpo-34013: Generalize the invalid legacy statement error message (GH-27389)
5 years ago
..
Python.asdl bpo-43892: Make match patterns explicit in the AST (GH-25585) 5 years ago
asdl.py bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142) 5 years ago
asdl_c.py bpo-40528: fix is_simple(sum)s behavior for attributes (GH-26918) 5 years ago
myreadline.c bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927) 5 years ago
parser.c bpo-34013: Generalize the invalid legacy statement error message (GH-27389) 5 years ago
peg_api.c bpo-43244: Remove parser_interface.h header file (GH-25001) 5 years ago
pegen.c bpo-34013: Generalize the invalid legacy statement error message (GH-27389) 5 years ago
pegen.h bpo-34013: Generalize the invalid legacy statement error message (GH-27389) 5 years ago
string_parser.c Add more const modifiers. (GH-26691) 5 years ago
string_parser.h bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933) 5 years ago
token.c bpo-43822: Improve syntax errors for missing commas (GH-25377) 5 years ago
tokenizer.c bpo-44317: Improve tokenizer errors with more informative locations (GH-26555) 5 years ago
tokenizer.h bpo-44201: Avoid side effects of "invalid_*" rules in the REPL (GH-26298) 5 years ago