Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-45494: Fix parser crash when reporting errors involving invalid continuat... | Pablo Galindo Salgado | 2021-10-19 | 1 | -2/+10 |
* | bpo-45434: Mark the PyTokenizer C API as private (GH-28924) | Victor Stinner | 2021-10-13 | 1 | -8/+8 |
* | bpo-45408: Don't override previous tokenizer errors in the second parser pass... | Pablo Galindo Salgado | 2021-10-07 | 1 | -1/+4 |
* | bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator e... | Pablo Galindo Salgado | 2021-09-27 | 1 | -2/+14 |
* | Update pegen to use the latest upstream developments (GH-27586) | Pablo Galindo Salgado | 2021-08-12 | 1 | -0/+13 |
* | bpo-34013: Generalize the invalid legacy statement error message (GH-27389) | Pablo Galindo Salgado | 2021-07-27 | 1 | -0/+12 |
* | bpo-43950: Distinguish errors happening on character offset decoding (GH-27217) | Batuhan Taskaya | 2021-07-20 | 1 | -5/+13 |
* | bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958) | Ammar Askar | 2021-07-04 |