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.
 
 
 
 
 
 
Paul m. p. P 89b13042fc
bpo-14916: use specified tokenizer fd for file input (GH-31006)
4 years ago
..
Python.asdl bpo-46289: Make conversion of FormattedValue not optional on ASDL (GH-30467) 4 years ago
action_helpers.c Refactor parser compilation units into specific components (GH-29676) 4 years ago
asdl.py bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142) 5 years ago
asdl_c.py Fixed typo in "decclarations" (GH-28578) 4 years ago
myreadline.c bpo-45434: Move _Py_BEGIN_SUPPRESS_IPH to pycore_fileutils.h (GH-28922) 4 years ago
parser.c bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177) 4 years ago
peg_api.c bpo-43244: Remove parser_interface.h header file (GH-25001) 5 years ago
pegen.c bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463) 4 years ago
pegen.h bpo-46004: Fix error location for loops with invalid targets (GH-29959) 4 years ago
pegen_errors.c Fix the caret position in some syntax errors in interactive mode (GH-30718) 4 years ago
string_parser.c bpo-46503: Prevent an assert from firing when parsing some invalid \N sequences in f-strings. (GH-30865) 4 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-14916: use specified tokenizer fd for file input (GH-31006) 4 years ago
tokenizer.h Ensure the str member of the tokenizer is always initialised (GH-29681) 4 years ago