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 8efad61963
bpo-41064: Improve syntax error for invalid usage of '**' in f-strings (GH-25006)
5 years ago
..
Python.asdl bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917) 5 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-43244: Remove the pyarena.h header (GH-25007) 5 years ago
myreadline.c bpo-38156: Fix compiler warning in PyOS_StdioReadline() (GH-21721) 5 years ago
parser.c bpo-41064: Improve syntax error for invalid usage of '**' in f-strings (GH-25006) 5 years ago
peg_api.c bpo-43244: Remove parser_interface.h header file (GH-25001) 5 years ago
pegen.c bpo-43244: Remove the pyarena.h header (GH-25007) 5 years ago
pegen.h bpo-43244: Remove parser_interface.h header file (GH-25001) 5 years ago
string_parser.c bpo-43244: Remove the pyarena.h header (GH-25007) 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-35975: Support parsing earlier minor versions of Python 3 (GH-12086) 7 years ago
tokenizer.c bpo-43410: Fix crash in the parser when producing syntax errors when reading from stdin (GH-24763) 5 years ago
tokenizer.h bpo-43410: Fix crash in the parser when producing syntax errors when reading from stdin (GH-24763) 5 years ago