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.
 
 
 
 
 
 
Brandt Bucher dbe60ee09d
bpo-43892: Validate the first term of complex literal value patterns (GH-25735)
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-43244: Rename pycore_ast.h functions to _PyAST_xxx() (GH-25252) 5 years ago
myreadline.c bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927) 5 years ago
parser.c bpo-43892: Validate the first term of complex literal value patterns (GH-25735) 5 years ago
peg_api.c bpo-43244: Remove parser_interface.h header file (GH-25001) 5 years ago
pegen.c bpo-43892: Validate the first term of complex literal value patterns (GH-25735) 5 years ago
pegen.h bpo-43892: Validate the first term of complex literal value patterns (GH-25735) 5 years ago
string_parser.c bpo-43244: Rename pycore_ast.h functions to _PyAST_xxx() (GH-25252) 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 Fix tokenizer error when raw decoding null bytes (GH-25080) 5 years ago
tokenizer.h bpo-25643: Refactor the C tokenizer into smaller, logical units (GH-25050) 5 years ago