COMMITS
/ Parser/string_parser.c July 16, 2022
P
gh-94869: Fix the location in some expressions for multi-line f-string ast nodes (#94895)
Pablo Galindo Salgado committed
June 1, 2022
May 31, 2022
S
gh-93283: Improve error message for f-string with invalid conversion character (GH-93349)
Serhiy Storchaka committed
April 30, 2022
S
gh-81548: Deprecate octal escape sequences with value larger than 0o377 (GH-91668)
Serhiy Storchaka committed
March 28, 2022
M
bpo-47129: Add more informative messages to f-string syntax errors (32127)
Maciej Górski committed
February 16, 2022
January 25, 2022
January 8, 2022
P
bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463)
Pablo Galindo Salgado committed
October 14, 2021
S
bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939)
Serhiy Storchaka committed
October 13, 2021
V
bpo-45434: Mark the PyTokenizer C API as private (GH-28924)
Victor Stinner committed
September 28, 2021
R
Optimized code format (GH-28599)
Rajendra arora committed
August 12, 2021
P
bpo-44885: Correct the ast locations of f-strings with format specs and repeated expressions (GH-27729)
Pablo Galindo Salgado committed
June 12, 2021
S
Add more const modifiers. (GH-26691)
Serhiy Storchaka committed
June 8, 2021
N
fix: use unambiguous punction in 'invalid escape sequence' message (GH-26582)
Ned Batchelder 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