COMMITS
/ Parser/tokenizer.c October 17, 2023
L
[3.11] gh-107450: Check for overflow in the tokenizer and fix overflow test (GH-110832) (#110939)
Lysandros Nikolaou committed
September 7, 2023
May 7, 2023
L
[3.11] gh-96670: Raise SyntaxError when parsing NULL bytes (GH-97594) (#104195)
Lysandros Nikolaou committed
December 1, 2022
P
[3.11] gh-99891: Fix infinite recursion in the tokenizer when showing warnings (GH-99893) (GH-99896)
Pablo Galindo Salgado committed
November 20, 2022
M
gh-99581: Fix a buffer overflow in the tokenizer when copying lines that fill the available buffer (GH-99605)
Miss Islington (bot) committed
September 13, 2022
M
gh-96678: Fix UB of null pointer arithmetic (GH-96782)
Miss Islington (bot) committed
September 7, 2022
M
gh-96268: Fix loading invalid UTF-8 (GH-96270)
Miss Islington (bot) committed
September 6, 2022
M
gh-96611: Fix error message for invalid UTF-8 in mid-multiline string (GH-96623)
Miss Islington (bot) committed
July 5, 2022
M
gh-94360: Fix a tokenizer crash when reading encoded files with syntax errors from stdin (GH-94386)
Miss Islington (bot) committed
April 27, 2022
S
gh-87999: Change warning type for numeric literal followed by keyword (GH-91980)
Serhiy Storchaka committed
April 2, 2022
C
bpo-46315: Use fopencookie only on Emscripten 3.x and newer (GH-32266)
Christian Heimes committed
March 30, 2022
H
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
Hugo van Kemenade committed
March 22, 2022
C
bpo-46315: Use fopencookie() to avoid dup() in _PyTokenizer_FindEncodingFilename (GH-32033)
Christian Heimes committed
March 14, 2022
O
bpo-46920: Remove code that has explainers why it was disabled (GH-31813)
Oleg Iarygin committed
February 22, 2022
S
bpo-46820: Fix a SyntaxError in a numeric literal followed by "not in" (GH-31479)
Serhiy Storchaka committed
February 8, 2022
E
P
bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010)
Pablo Galindo Salgado committed
February 1, 2022
P
bpo-14916: use specified tokenizer fd for file input (GH-31006)
Paul m. p. P committed
January 25, 2022
P
bpo-46091: Correctly calculate indentation levels for whitespace lines with continuation characters (GH-30130)
Pablo Galindo Salgado committed
December 12, 2021
K
P
bpo-46054: Fix parsing error when parsing non-utf8 characters in source files (GH-30068)
Pablo Galindo Salgado committed
November 21, 2021
P
Ensure the str member of the tokenizer is always initialised (GH-29681)
Pablo Galindo Salgado committed
November 20, 2021
P
bpo-45811: Improve error message when source code contains invisible control characters (GH-29654)
Pablo Galindo Salgado committed
November 14, 2021
P
bpo-45738: Fix computation of error location for invalid continuation (GH-29550)
Pablo Galindo Salgado committed
October 28, 2021
P
bpo-45562: Ensure all tokenizer debug messages are printed to stderr (GH-29270)
Pablo Galindo Salgado committed
October 27, 2021
P
bpo-45562: Print tokenizer debug messages to stderr (GH-29250)
Pablo Galindo Salgado committed
October 22, 2021
N
bpo-45574: fix warning about `print_escape` being unused (GH-29172)
Nikita Sobolev committed
P
bpo-45562: Only show debug output from the parser in debug builds (GH-29140)
Pablo Galindo Salgado committed
October 13, 2021
V
bpo-45434: Mark the PyTokenizer C API as private (GH-28924)
Victor Stinner committed
October 12, 2021
V
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner committed
October 11, 2021
V
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner committed
July 30, 2021
N
Update URLs in comments and metadata to use HTTPS (GH-27458)
Noah Kantrowitz committed
July 10, 2021
P
bpo-44317: Improve tokenizer errors with more informative locations (GH-26555)
Pablo Galindo Salgado committed
June 13, 2021
B
Fix typos in multiple files (GH-26689)
Binbin committed
June 12, 2021
P
bpo-44396: Update multi-line-start location when reallocating tokenizer buffers (GH-26676)
Pablo Galindo committed
June 8, 2021
S
bpo-43833: Emit warnings for numeric literals followed by keyword (GH-25466)
Serhiy Storchaka committed
May 22, 2021
P
bpo-44201: Avoid side effects of "invalid_*" rules in the REPL (GH-26298)
Pablo Galindo committed
March 29, 2021
P
Fix tokenizer error when raw decoding null bytes (GH-25080)
Pablo Galindo committed
March 28, 2021
P
bpo-25643: Refactor the C tokenizer into smaller, logical units (GH-25050)
Pablo Galindo committed
March 14, 2021
P
January 20, 2021
B
bpo-40176: Improve error messages for unclosed string literals (GH-19346)
Batuhan Taskaya committed
January 19, 2021
P
bpo-42864: Improve error messages regarding unclosed parentheses (GH-24161)
Pablo Galindo committed
January 14, 2021
L
bpo-42827: Fix crash on SyntaxError in multiline expressions (GH-24140)
Lysandros Nikolaou committed
December 1, 2020
V
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner committed
June 15, 2020
V
bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)
Victor Stinner committed
June 10, 2020
L
bpo-40847: Consider a line with only a LINECONT a blank line (GH-20769)
Lysandros Nikolaou committed
May 26, 2020
A
Fix peg_generator compiler warnings under MSVC (GH-20405)
Ammar Askar committed
May 12, 2020
S
bpo-40593: Improve syntax errors for invalid characters in source code. (GH-20033)
Serhiy Storchaka committed
May 4, 2020
L
bpo-40246: Revert reporting of invalid string prefixes (GH-19888)
Lysandros Nikolaou committed