COMMITS
/ Parser/string_parser.c July 16, 2022
M
gh-94869: Fix the location in some expressions for multi-line f-string ast nodes (GH-94895) (#94911)
Miss Islington (bot) committed
June 2, 2022
M
gh-93418: Fix an assert when an f-string expression is followed by an '=', but no closing brace. (gh-93419) (gh-93423)
Miss Islington (bot) committed
February 16, 2022
January 25, 2022
M
bpo-46503: Prevent an assert from firing when parsing some invalid \N sequences in f-strings. (GH-30865) (GH-30866)
Miss Islington (bot) committed
January 11, 2022
M
bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463)
Miss Islington (bot) committed
October 14, 2021
M
[3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939) (GH-28943)
Miss Islington (bot) committed
August 12, 2021
P
[3.10] bpo-44885: Correct the ast locations of f-strings with format specs and repeated expressions (GH-27729) (GH-27743)
Pablo Galindo Salgado committed
June 12, 2021
S
[3.10] Add more const modifiers. (GH-26691). (GH-26692)
Serhiy Storchaka committed
June 8, 2021
M
fix: use unambiguous punction in 'invalid escape sequence' message (GH-26582)
Miss Islington (bot) committed
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