summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.10] gh-99581: Fix a buffer overflow in the tokenizer when copying lines th...Pablo Galindo Salgado2022-11-201-1/+6
* gh-96678: Fix UB of null pointer arithmetic (GH-96782)Miss Islington (bot)2022-09-131-1/+1
* gh-96611: Fix error message for invalid UTF-8 in mid-multiline string (GH-96623)Miss Islington (bot)2022-09-061-0/+2
* [3.10] gh-94360: Fix a tokenizer crash when reading encoded files with syntax...Pablo Galindo Salgado2022-07-051-1/+9
* bpo-46820: Fix a SyntaxError in a numeric literal followed by "not in" (GH-31...Miss Islington (bot)2022-02-221-0/+3
* [3.10] bpo-46521: Fix codeop to use a new partial-input mode of the parser (G...Pablo Galindo Salgado2022-02-081-10/+16
* bpo-14916: use specified tokenizer fd for file input (GH-31006)Miss Islington (bot)2022-02-031-1/+1
* [3.10] bpo-46091: Correctly calculate indentation levels for whitespace lines...Pablo Galindo Salgado2022-01-251-13/+33
* bpo-46054: Fix parsing error when parsing non-utf8 characters in source files...Miss Islington (bot)2021-12-121-8/+5
* [3.10] Ensure the str member of the tokenizer is always initialised (GH-29681...Pablo Galindo Salgado2021-11-211-1/+1
* bpo-45738: Fix computation of error location for invalid continuation (GH-29550)Miss Islington (bot)2021-11-131-1/+0
* bpo-45562: Ensure all tokenizer debug messages are printed to stderr (GH-29270)Miss Islington (bot)2021-10-291-1/+1
* bpo-45562: Print tokenizer debug messages to stderr (GH-29250) (GH-29252)Miss Islington (bot)2021-10-271-4/+4
* bpo-45574: fix warning about `print_escape` being unused (GH-29172) (#29176)Miss Islington (bot)2021-10-231-0/+2
* bpo-45562: Only show debug output from the parser in debug builds (GH-29140) ...Miss Islington (bot)2021-10-221-0/+2
* Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478)Miss Islington (bot)2021-07-301-1/+1
* bpo-44317: Improve tokenizer errors with more informative locations (GH-26555...Miss Islington (bot)2021-07-101-18/+54
* bpo-44396: Update multi-line-start location when reallocating tokenizer buffe...Miss Islington (bot)2021-06-121-0/+5
* bpo-43833: Emit warnings for numeric literals followed by keyword (GH-25466)Miss Islington (bot)2021-06-081-0/+128
* bpo-44201: Avoid side effects of "invalid_*" rules in the REPL (GH-26298) (GH...Miss Islington (bot)2021-05-221-0/+9
* Fix tokenizer error when raw decoding null bytes (GH-25080)Pablo Galindo2021-03-301-1/+4
* bpo-25643: Refactor the C tokenizer into smaller, logical units (GH-25050)Pablo Galindo2021-03-281-354/+332
* bpo-43410: Fix crash in the parser when producing syntax errors when reading ...Pablo Galindo2021-03-141-26/+52
* bpo-40176: Improve error messages for unclosed string literals (GH-19346)Batuhan Taskaya2021-01-201-10/+16
* bpo-42864: Fix compiler warning in the tokenizer with the new paren stack for...Pablo Galindo2021-01-201-1/+1
* bpo-42864: Improve error messages regarding unclosed parentheses (GH-24161)Pablo Galindo2021-01-191-1/+4
* bpo-42827: Fix crash on SyntaxError in multiline expressions (GH-24140)Lysandros Nikolaou2021-01-141-0/+21
* bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)Victor Stinner2020-12-011-30/+30
* bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)Victor Stinner2020-06-151-1/+1
* bpo-40847: Consider a line with only a LINECONT a blank line (GH-20769)Lysandros Nikolaou2020-06-111-1/+2
* Fix peg_generator compiler warnings under MSVC (GH-20405)Ammar Askar2020-05-261-4/+0
* bpo-40593: Improve syntax errors for invalid characters in source code. (GH-2...Serhiy Storchaka2020-05-121-9/+37
* bpo-40246: Revert reporting of invalid string prefixes (GH-19888)Lysandros Nikolaou2020-05-041-4/+0
* bpo-40335: Correctly handle multi-line strings in tokenize error scenarios (G...Pablo Galindo2020-04-211-3/+4
* bpo-40246: Report a better error message for invalid string prefixes (GH-19476)Lysandros Nikolaou2020-04-121-0/+4
* bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157)Victor Stinner2020-03-251-1/+1
* bpo-39882: Py_FatalError() logs the function name (GH-18819)Victor Stinner2020-03-071-3/+5
* closes bpo-39721: Fix constness of members of tok_state struct. (GH-18600)Andy Lester2020-02-271-20/+30
* bpo-39219: Fix SyntaxError attributes in the tokenizer. (GH-17828)Serhiy Storchaka2020-02-121-4/+32
* bpo-39500: Document PyUnicode_IsIdentifier() function (GH-18397)Victor Stinner2020-02-111-1/+2
* bpo-39209: Manage correctly multi-line tokens in interactive mode (GH-17860)Pablo Galindo2020-01-061-0/+2
* bpo-38673: dont switch to ps2 if the line starts with comment or whitespace (...Batuhan Taşkaya2019-12-081-0/+6
* Indent code inside if block. (GH-15284)Hansraj Das2019-08-151-1/+1
* Fix `SyntaxError` indicator printing too many spaces for multi-line strings (...Anthony Sottile2019-07-291-0/+2
* bpo-36878: Only allow text after `# type: ignore` if first character ASCII (G...Michael J. Sullivan2019-05-221-2/+3
* bpo-36878: Track extra text added to 'type: ignore' in the AST (GH-13479)Michael J. Sullivan2019-05-221-2/+6
* bpo-2180: Treat line continuation at EOF as a `SyntaxError` (GH-13401)Anthony Sottile2019-05-181-1/+10
* bpo-36878: Allow extra text after `# type: ignore` comments (GH-13238)Michael J. Sullivan2019-05-111-8/+5
* bpo-36623: Clean parser headers and include files (GH-12253)Pablo Galindo2019-04-131-1/+0
* bpo-36459: Fix a possible double PyMem_FREE() due to tokenizer.c's tok_nextc(...Zackery Spytz2019-03-281-1/+0