COMMITS
/ Parser/string_parser.c April 7, 2021
V
bpo-43244: Rename pycore_ast.h functions to _PyAST_xxx() (GH-25252)
Victor Stinner committed
March 24, 2021
V
bpo-43244: Remove the pyarena.h header (GH-25007)
Victor Stinner committed
January 23, 2021
N
Remove full stop from a bytes-related SyntaxError message (GH-24300)
numbermaniac committed
January 3, 2021
P
bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067)
Pablo Galindo committed
December 1, 2020
V
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner committed
November 18, 2020
C
bpo-40998: Address compiler warnings found by ubsan (GH-20929)
Christian Heimes committed
September 16, 2020
P
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Pablo Galindo committed
July 16, 2020
E
Fix trivial typo in the PEG string parser (GH-21508)
Eric V. Smith committed
B
Fix possibly-unitialized warning in string_parser.c. (GH-21503)
Benjamin Peterson committed
June 27, 2020
L
bpo-41076: Pre-feed the parser with the f-string expression location (GH-21054)
Lysandros Nikolaou committed
L
bpo-41132: Use pymalloc allocator in the f-string parser (GH-21173)
Lysandros Nikolaou committed
June 16, 2020
P
Remove old comment in string_parser.c (GH-20906)
Pablo Galindo committed
June 15, 2020
P
Improve readability and style in parser files (GH-20884)
Pablo Galindo committed
June 11, 2020
P
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo committed