| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933) | Victor Stinner | 2021-03-23 | 1 | -1/+0 |
|
|
* | bpo-43555: Report the column offset for invalid line continuation character (... | Pablo Galindo | 2021-03-22 | 1 | -4/+3 |
|
|
* | bpo-43591: Fix error location in interactive mode for errors at the end of th... | Pablo Galindo | 2021-03-22 | 1 | -5/+9 |
|
|
* | bpo-43244: Remove the PyAST_Validate() function (GH-24911) | Victor Stinner | 2021-03-18 | 1 | -1/+2 |
|
|
* | bpo-43244: Fix test_peg_generator for PyAST_Validate() (GH-24912) | Victor Stinner | 2021-03-18 | 1 | -1/+2 |
|
|
* | bpo-43410: Fix crash in the parser when producing syntax errors when reading ... | Pablo Galindo | 2021-03-14 | 1 | -3/+11 |
|
|
* | bpo-42997: Improve error message for missing : before suites (GH-24292) | Pablo Galindo | 2021-02-02 | 1 | -1/+22 |
|
|
* | bpo-42986: Fix parser crash when reporting syntax errors in f-string with new... | Pablo Galindo | 2021-01-31 | 1 | -1/+1 |
|
|
* | bpo-40176: Improve error messages for unclosed string literals (GH-19346) | Batuhan Taskaya | 2021-01-20 | 1 | -6/+0 |
|
|
* | bpo-42864: Simplify the tokenizer exceptions after generic SyntaxError (GH-24... | Pablo Galindo | 2021-01-20 | 1 | -10/+3 |
|
|
* | bpo-42864: Improve error messages regarding unclosed parentheses (GH-24161) | Pablo Galindo | 2021-01-19 | 1 | -3/+70 |
|
|
* | bpo-42827: Fix crash on SyntaxError in multiline expressions (GH-24140) | Lysandros Nikolaou | 2021-01-14 | 1 | -2/+37 |
|
|
* | bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_fl... | Pablo Galindo | 2020-10-30 | 1 | -2/+1 |
|
|
* | bpo-42206: Propagate and raise errors from PyAST_Validate in the parser (GH-2... | Batuhan Taskaya | 2020-10-30 | 1 | -1/+3 |
|
|
* | bpo-42123: Run the parser two times and only enable invalid rules on the seco... | Lysandros Nikolaou | 2020-10-26 | 1 | -0/+13 |
|
|
* | bpo-42150: Avoid buffer overflow in the new parser (GH-22978) | Pablo Galindo | 2020-10-25 | 1 | -1/+2 |
|
|
* | bpo-42000: Cleanup the AST related C-code (GH-22641) | Batuhan Taskaya | 2020-10-10 | 1 | -1/+1 |
|
|
* | bpo-41746: Add type information to asdl_seq objects (GH-22223) | Pablo Galindo | 2020-09-16 | 1 | -87/+100 |
|
|
* | bpo-41697: Correctly handle KeywordOrStarred when parsing arguments in the pa... | Pablo Galindo | 2020-09-03 | 1 | -8/+9 |
|
|
* | bpo-41690: Use a loop to collect args in the parser instead of recursion (GH-... | Pablo Galindo | 2020-09-02 | 1 | -0/+35 |
|
|
* | Validate the AST produced by the parser in debug mode (GH-21643) | Pablo Galindo | 2020-07-27 | 1 | -0/+9 |
|
|
* | bpo-41215: Make assertion in the new parser more strict (GH-21364) | Lysandros Nikolaou | 2020-07-06 | 1 | -1/+1 |
|
|
* | bpo-41215: Don't use NULL by default in the PEG parser keyword list (GH-21355) | Pablo Galindo | 2020-07-06 | 1 | -2/+5 |
|
|
* | bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21021) | Guido van Rossum | 2020-06-28 | 1 | -2/+3 |
|
|
* | bpo-41076: Pre-feed the parser with the f-string expression location (GH-21054) | Lysandros Nikolaou | 2020-06-27 | 1 | -0/+3 |
|
|
* | bpo-41132: Use pymalloc allocator in the f-string parser (GH-21173) | Lysandros Nikolaou | 2020-06-27 | 1 | -3/+3 |
|
|
* | bpo-41084: Adjust message when an f-string expression causes a SyntaxError (G... | Lysandros Nikolaou | 2020-06-26 | 1 | -0/+21 |
|
|
* | bpo-40958: Avoid 'possible loss of data' warning on Windows (GH-20970) | Lysandros Nikolaou | 2020-06-20 | 1 | -1/+1 |
|
|
* | bpo-40334: Produce better error messages on invalid targets (GH-20106) | Lysandros Nikolaou | 2020-06-18 | 1 | -8/+20 |
|
|
* | bpo-40958: Avoid buffer overflow in the parser when indexing the current line... | Pablo Galindo | 2020-06-16 | 1 | -11/+9 |
|
|
* | Improve readability and style in parser files (GH-20884) | Pablo Galindo | 2020-06-15 | 1 | -21/+30 |
|
|
* | bpo-40939: Remove the old parser (GH-20768) | Pablo Galindo | 2020-06-11 | 1 | -0/+2163 |
|
|