| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-46820: Fix a SyntaxError in a numeric literal followed by "not in" (GH-31... | Miss Islington (bot) | 2022-02-22 | 1 | -0/+3 |
|
|
* | bpo-46762: Fix an assert failure in f-strings where > or < is the last charac... | Miss Islington (bot) | 2022-02-16 | 1 | -10/+10 |
|
|
* | [3.10] Allow the parser to avoid nested processing of invalid rules (GH-31252... | Pablo Galindo Salgado | 2022-02-10 | 3 | -912/+900 |
|
|
* | [3.10] bpo-46707: Avoid potential exponential backtracking in some syntax err... | Pablo Galindo Salgado | 2022-02-10 | 1 | -883/+888 |
|
|
* | [3.10] bpo-46521: Fix codeop to use a new partial-input mode of the parser (G... | Pablo Galindo Salgado | 2022-02-08 | 3 | -10/+34 |
|
|
* | bpo-14916: use specified tokenizer fd for file input (GH-31006) | Miss Islington (bot) | 2022-02-03 | 1 | -1/+1 |
|
|
* | [3.10] bpo-46091: Correctly calculate indentation levels for whitespace lines... | Pablo Galindo Salgado | 2022-01-25 | 1 | -13/+33 |
|
|
* | bpo-46503: Prevent an assert from firing when parsing some invalid \N sequenc... | Miss Islington (bot) | 2022-01-25 | 1 | -2/+14 |
|
|
* | [3.10] bpo-46240: Correct the error for unclosed parentheses when the tokeniz... | Pablo Galindo Salgado | 2022-01-23 | 1 | -1/+2 |
|
|
* | [3.10] bpo-46339: Fix crash in the parser when computing error text for multi... | Miss Islington (bot) | 2022-01-20 | 2 | -427/+10 |
|
|
* | bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463) | Miss Islington (bot) | 2022-01-11 | 2 | -5/+8 |
|
|
* | bpo-46289: Make conversion of FormattedValue not optional on ASDL (GH-30467) | Miss Islington (bot) | 2022-01-07 | 1 | -1/+1 |
|
|
* | bpo-42918: Improve built-in function compile() in mode 'single' (GH-29934) (G... | Miss Islington (bot) | 2021-12-27 | 1 | -19/+1 |
|
|
* | [3.10] bpo-46110: Add a recursion check to avoid stack overflow in the PEG pa... | Pablo Galindo Salgado | 2021-12-20 | 2 | -3069/+4403 |
|
|
* | bpo-46054: Fix parsing error when parsing non-utf8 characters in source files... | Miss Islington (bot) | 2021-12-12 | 1 | -8/+5 |
|
|
* | [3.10] bpo-46004: Fix error location for loops with invalid targets (GH-29959... | Pablo Galindo Salgado | 2021-12-07 | 1 | -1/+2 |
|
|
* | bpo-45866: pegen strips directory of "generated from" header (GH-29777) (GH-2... | Victor Stinner | 2021-11-26 | 1 | -1/+1 |
|
|
* | [3.10] bpo-45727: Only trigger the 'did you forgot a comma' error suggestion ... | Pablo Galindo Salgado | 2021-11-25 | 4 | -4/+7 |
|
|
* | [3.10] Ensure the str member of the tokenizer is always initialised (GH-29681... | Pablo Galindo Salgado | 2021-11-21 | 4 | -3/+428 |
|
|
* | bpo-45494: Fix error location in EOF tokenizer errors (GH-29108) | Miss Islington (bot) | 2021-11-20 | 1 | -2/+7 |
|
|
* | [3.10] bpo-45727: Make the syntax error for missing comma more consistent (GH... | Pablo Galindo Salgado | 2021-11-20 | 2 | -328/+263 |
|
|
* | [3.10] bpo-45848: Allow the parser to get error lines from encoded files (GH-... | Łukasz Langa | 2021-11-20 | 1 | -7/+8 |
|
|
* | bpo-45820: Fix a segfault when the parser fails without reading any input (GH... | Miss Islington (bot) | 2021-11-17 | 1 | -0/+8 |
|
|
* | [3.10] bpo-45822: Respect PEP 263's coding cookies in the parser even if flag... | Pablo Galindo Salgado | 2021-11-17 | 1 | -1/+1 |
|
|
* | [3.10] bpo-45716: Improve the error message when using True/False/None as key... | Pablo Galindo Salgado | 2021-11-16 | 1 | -572/+678 |
|
|
* | bpo-45738: Fix computation of error location for invalid continuation (GH-29550) | Miss Islington (bot) | 2021-11-14 | 2 | -11/+5 |
|
|
* | [3.10] bpo-44257: fix "assigment_expr" typo + regenerate the grammar, and rem... | Pablo Galindo Salgado | 2021-11-04 | 1 | -60/+60 |
|
|
* | bpo-45562: Ensure all tokenizer debug messages are printed to stderr (GH-29270) | Miss Islington (bot) | 2021-10-29 | 1 | -1/+1 |
|
|
* | bpo-45562: Print tokenizer debug messages to stderr (GH-29250) (GH-29252) | Miss Islington (bot) | 2021-10-27 | 1 | -4/+4 |
|
|
* | bpo-45574: fix warning about `print_escape` being unused (GH-29172) (#29176) | Miss Islington (bot) | 2021-10-23 | 1 | -0/+2 |
|
|
* | bpo-45562: Only show debug output from the parser in debug builds (GH-29140) ... | Miss Islington (bot) | 2021-10-22 | 1 | -0/+2 |
|
|
* | [3.10] bpo-45494: Fix parser crash when reporting errors involving invalid co... | Łukasz Langa | 2021-10-19 | 2 | -122/+130 |
|
|
* | [3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-esc... | Miss Islington (bot) | 2021-10-14 | 1 | -1/+1 |
|
|
* | [3.10] bpo-45408: Don't override previous tokenizer errors in the second pars... | Pablo Galindo Salgado | 2021-10-07 | 1 | -1/+4 |
|
|
* | [3.10] Fix typos in the Objects directory (GH-28766) (GH-28797) | Christian Clauss | 2021-10-07 | 1 | -1/+1 |
|
|
* | [3.10] Remove trailing spaces (GH-28709) | Serhiy Storchaka | 2021-10-03 | 1 | -1/+1 |
|
|
* | bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator e... | Miss Islington (bot) | 2021-09-27 | 3 | -6/+18 |
|
|
* | bpo-44947: Refine the syntax error for trailing commas in import statements (... | Miss Islington (bot) | 2021-08-18 | 1 | -5/+8 |
|
|
* | [3.10] bpo-44885: Correct the ast locations of f-strings with format specs an... | Pablo Galindo Salgado | 2021-08-12 | 1 | -38/+30 |
|
|
* | [3.10] bpo-44838: Refine the custom syntax errors for invalid 'if' expression... | Pablo Galindo Salgado | 2021-08-05 | 1 | -553/+610 |
|
|
* | bpo-44792: Improve syntax errors for if expressions (GH-27506) (GH-27565) | Miss Islington (bot) | 2021-08-02 | 1 | -0/+33 |
|
|
* | bpo-34013: Don't consider a grouped expression when reporting legacy print sy... | Miss Islington (bot) | 2021-08-01 | 1 | -5/+7 |
|
|
* | Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478) | Miss Islington (bot) | 2021-07-30 | 1 | -1/+1 |
|
|
* | bpo-34013: Move the Python 2 hints from the exception constructor to the pars... | Miss Islington (bot) | 2021-07-27 | 1 | -7/+7 |
|
|
* | [3.10] bpo-34013: Generalize the invalid legacy statement error message (GH-2... | Pablo Galindo Salgado | 2021-07-27 | 3 | -244/+323 |
|
|
* | bpo-44317: Improve tokenizer errors with more informative locations (GH-26555... | Miss Islington (bot) | 2021-07-10 | 1 | -18/+54 |
|
|
* | bpo-44456: Improve the syntax error when mixing keyword and positional patter... | Miss Islington (bot) | 2021-06-24 | 3 | -464/+638 |
|
|
* | [3.10] bpo-44368: Improve syntax errors with invalid as pattern targets (GH-2... | Pablo Galindo | 2021-06-18 | 1 | -213/+313 |
|
|
* | bpo-44409: Fix error location in tokenizer errors that happen during initiali... | Miss Islington (bot) | 2021-06-14 | 1 | -0/+1 |
|
|
* | bpo-44396: Update multi-line-start location when reallocating tokenizer buffe... | Miss Islington (bot) | 2021-06-12 | 1 | -0/+5 |
|
|