COMMITS
/ Parser/string_parser.c 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