| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.12] gh-113703: Correctly identify incomplete f-strings in the codeop modul... | Pablo Galindo Salgado | 2024-01-05 | 1 | -3/+7 |
|
|
* | [3.12] gh-113602: Bail out when the parser tries to override existing errors ... | Miss Islington (bot) | 2024-01-02 | 1 | -0/+4 |
|
|
* | [3.12] gh-106905: Use separate structs to track recursion depth in each PyAST... | Serhiy Storchaka | 2023-12-25 | 1 | -26/+32 |
|
|
* | [3.12] gh-112943: Correctly compute end offsets for multiline tokens in the t... | Pablo Galindo Salgado | 2023-12-11 | 2 | -5/+12 |
|
|
* | [3.12] gh-112388: Fix an error that was causing the parser to try to overwrit... | Miss Islington (bot) | 2023-11-27 | 1 | -0/+4 |
|
|
* | [3.12] gh-112387: Fix error positions for decoded strings with backwards toke... | Miss Islington (bot) | 2023-11-27 | 1 | -0/+4 |
|
|
* | [3.12] gh-112243: Don't include comments in f-string debug expressions (GH-11... | Pablo Galindo Salgado | 2023-11-20 | 1 | -5/+49 |
|
|
* | [3.12] gh-111380: Show SyntaxWarnings only once when parsing if invalid synta... | Miss Islington (bot) | 2023-10-27 | 1 | -0/+5 |
|
|
* | [3.12] bpo-43950: handle wide unicode characters in tracebacks (GH-28150) (#1... | Pablo Galindo Salgado | 2023-10-26 | 2 | -0/+56 |
|
|
* | [3.12] gh-110938: Fix error messages for indented blocks with functio… (#11... | Jelle Zijlstra | 2023-10-18 | 1 | -19/+31 |
|
|
* | [3.12] gh-107450: Check for overflow in the tokenizer and fix overflow test (... | Lysandros Nikolaou | 2023-10-16 | 2 | -6/+9 |
|
|
* | [3.12] gh-110696: Fix incorrect syntax error message for incorrect argument u... | Pablo Galindo Salgado | 2023-10-12 | 1 | -1133/+1485 |
|
|
* | [3.12] gh-107450: Raise OverflowError when parser column offset overflows (GH... | Miss Islington (bot) | 2023-10-12 | 1 | -0/+6 |
|
|
* | [3.12] gh-110259: Fix f-strings with multiline expressions and format specs (... | Miss Islington (bot) | 2023-10-05 | 1 | -6/+18 |
|
|
* | [3.12] gh-109596: Ensure repeated rules in the grammar are not allowed and fi... | Pablo Galindo Salgado | 2023-10-02 | 2 | -1208/+1180 |
|
|
* | [3.12] gh-88943: Improve syntax error for non-ASCII character that follows a ... | Miss Islington (bot) | 2023-10-02 | 1 | -1/+1 |
|
|
* | [3.12] gh-109114: Relax the check for invalid lambdas inside f-strings to avo... | Pablo Galindo Salgado | 2023-09-12 | 1 | -1124/+1065 |
|
|
* | [3.12] gh-108179: Add error message for parser stack overflows (GH-108256) (#... | Miss Islington (bot) | 2023-08-22 | 3 | -1060/+540 |
|
|
* | [3.12] gh-107967: Fix infinite recursion on invalid escape sequence warning (... | Miss Islington (bot) | 2023-08-15 | 1 | -0/+3 |
|
|
* | [3.12] GH-107263: Increase C stack limit for most functions, except `_PyEval_... | Miss Islington (bot) | 2023-08-04 | 1 | -1/+1 |
|
|
* | [3.12] gh-106989: Remove tok report warnings (GH-106993) (#107013) | Miss Islington (bot) | 2023-07-22 | 2 | -6/+0 |
|
|
* | [3.12] gh-106396: Special-case empty format spec to gen empty JoinedStr node ... | Miss Islington (bot) | 2023-07-04 | 1 | -0/+12 |
|
|
* | [3.12] gh-106145: Make `end_{lineno,col_offset}` required on `type_param` nod... | Miss Islington (bot) | 2023-07-01 | 1 | -1/+1 |
|
|
* | [3.12] gh-98931: Add custom error messages to invalid import/from with multip... | Miss Islington (bot) | 2023-06-22 | 1 | -596/+719 |
|
|
* | [3.12] gh-105938: Emit a SyntaxWarning for escaped braces in an f-string (GH-... | Miss Islington (bot) | 2023-06-20 | 2 | -4/+9 |
|
|
* | [3.12] GH-105588: Add missing error checks to some obj2ast_* converters (GH-1... | Miss Islington (bot) | 2023-06-15 | 1 | -0/+1 |
|
|
* | [3.12] gh-105820: Fix tok_mode expression buffer in file & readline tokenizer... | Miss Islington (bot) | 2023-06-15 | 1 | -3/+8 |
|
|
* | [3.12] gh-105800: Issue SyntaxWarning in f-strings for invalid escape sequenc... | Miss Islington (bot) | 2023-06-15 | 1 | -3/+3 |
|
|
* | [3.12] gh-105718: Fix buffer allocation in tokenizer with readline (GH-105728... | Miss Islington (bot) | 2023-06-13 | 2 | -5/+1 |
|
|
* | [3.12] gh-105549: Tokenize separately NUMBER and NAME tokens and allow 0-pref... | Miss Islington (bot) | 2023-06-09 | 1 | -3/+10 |
|
|
* | [3.12] gh-105259: Ensure we don't show newline characters for trailing NEWLIN... | Miss Islington (bot) | 2023-06-06 | 2 | -0/+8 |
|
|
* | [3.12] gh-105194: Fix format specifier escaped characters in f-strings (GH-10... | Miss Islington (bot) | 2023-06-02 | 3 | -1/+21 |
|
|
* | [3.12] gh-104799: Default missing lists in AST to the empty list (GH-104834) ... | Miss Islington (bot) | 2023-06-02 | 1 | -20/+29 |
|
|
* | [3.12] gh-105069: Add a readline-like callable to the tokenizer to consume in... | Miss Islington (bot) | 2023-05-31 | 2 | -3/+135 |
|
|
* | [3.12] gh-105042: Disable unmatched parens syntax error in python tokenize (G... | Miss Islington (bot) | 2023-05-31 | 1 | -32/+33 |
|
|
* | [3.12] gh-104799: Move location of type_params AST fields (GH-104828) (#104974) | Miss Islington (bot) | 2023-05-30 | 3 | -20/+24 |
|
|
* | [3.12] gh-105017: Include CRLF lines in strings and column numbers (GH-105030... | Miss Islington (bot) | 2023-05-28 | 3 | -16/+30 |
|
|
* | [3.12] gh-105017: Fix including additional NL token when using CRLF (GH-10502... | Miss Islington (bot) | 2023-05-27 | 1 | -1/+1 |
|
|
* | [3.12] Fix typo in the tokenizer (GH-104950) (#104953) | Miss Islington (bot) | 2023-05-26 | 1 | -1/+1 |
|
|
* | [3.12] gh-104866: Tokenize should emit NEWLINE after exiting block with comme... | Miss Islington (bot) | 2023-05-24 | 1 | -3/+6 |
|
|
* | [3.12] GH-104668: Don't call PyOS_* hooks in subinterpreters (GH-104760) | Miss Islington (bot) | 2023-05-23 | 1 | -7/+25 |
|
|
* | gh-102856: Allow comments inside multi-line f-string expresions (#104006) | Cristián Maureira-Fredes | 2023-05-22 | 1 | -4/+0 |
|
|
* | gh-104656: Rename typeparams AST node to type_params (#104657) | Jelle Zijlstra | 2023-05-22 | 3 | -26/+26 |
|
|
* | gh-98836: Extend PyUnicode_FromFormat() (GH-98838) | Serhiy Storchaka | 2023-05-21 | 1 | -8/+3 |
|
|
* | gh-102856: Python tokenizer implementation for PEP 701 (#104323) | Marta Gómez Macías | 2023-05-21 | 5 | -8/+65 |
|
|
* | gh-104658: Fix location of unclosed quote error for multiline f-strings (#104... | Pablo Galindo Salgado | 2023-05-20 | 2 | -2/+6 |
|
|
* | gh-103763: Implement PEP 695 (#103764) | Jelle Zijlstra | 2023-05-16 | 3 | -1964/+2573 |
|
|
* | Trim trailing whitespace and test on CI (#104275) | Hugo van Kemenade | 2023-05-08 | 1 | -1/+1 |
|
|
* | gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205) | Eric Snow | 2023-05-05 | 1 | -0/+1 |
|
|
* | gh-104169: Ensure the tokenizer doesn't overwrite previous errors (#104170) | Pablo Galindo Salgado | 2023-05-04 | 1 | -0/+6 |
|
|