COMMITS
/ Parser/pegen.c April 23, 2021
P
bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)
Pablo Galindo committed
April 15, 2021
P
bpo-43822: Improve syntax errors for missing commas (GH-25377)
Pablo Galindo committed
April 12, 2021
P
bpo-43797: Improve syntax error for invalid comparisons (#25317)
Pablo Galindo committed
April 10, 2021
M
bpo-43798: Add source location attributes to alias (GH-25324)
Matthew Suozzo committed
April 9, 2021
P
Simplify _PyPegen_fill_token in pegen.c (GH-25295)
Pablo Galindo committed
P
Sanitize macros and debug functions in pegen.c (GH-25291)
Pablo Galindo committed
April 8, 2021
P
Break down some complex functions in pegen.c for readability (GH-25292)
Pablo Galindo committed
E
Fix possible refleak involving _PyArena_AddPyObject (GH-25289)
Erlend Egeberg Aasland committed
April 7, 2021
V
bpo-43244: Rename pycore_ast.h functions to _PyAST_xxx() (GH-25252)
Victor Stinner committed
March 24, 2021
V
bpo-43244: Remove the pyarena.h header (GH-25007)
Victor Stinner committed
V
bpo-43244: Remove parser_interface.h header file (GH-25001)
Victor Stinner committed
March 23, 2021
V
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Victor Stinner committed
March 22, 2021
P
bpo-43555: Report the column offset for invalid line continuation character (GH-24939)
Pablo Galindo committed
P
bpo-43591: Fix error location in interactive mode for errors at the end of the line (GH-24973)
Pablo Galindo committed
March 18, 2021
V
bpo-43244: Remove the PyAST_Validate() function (GH-24911)
Victor Stinner committed
V
bpo-43244: Fix test_peg_generator for PyAST_Validate() (GH-24912)
Victor Stinner committed
March 14, 2021
P
February 2, 2021
P
bpo-42997: Improve error message for missing : before suites (GH-24292)
Pablo Galindo committed
January 31, 2021
P
bpo-42986: Fix parser crash when reporting syntax errors in f-string with newlines (GH-24279)
Pablo Galindo committed
January 20, 2021
B
bpo-40176: Improve error messages for unclosed string literals (GH-19346)
Batuhan Taskaya committed
P
bpo-42864: Simplify the tokenizer exceptions after generic SyntaxError (GH-24273)
Pablo Galindo committed
January 19, 2021
P
bpo-42864: Improve error messages regarding unclosed parentheses (GH-24161)
Pablo Galindo committed
January 14, 2021
L
bpo-42827: Fix crash on SyntaxError in multiline expressions (GH-24140)
Lysandros Nikolaou committed
October 30, 2020
P
bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_flufl rule (GH-23048)
Pablo Galindo committed
B
bpo-42206: Propagate and raise errors from PyAST_Validate in the parser (GH-23035)
Batuhan Taskaya committed
October 26, 2020
L
bpo-42123: Run the parser two times and only enable invalid rules on the second run (GH-22111)
Lysandros Nikolaou committed
October 25, 2020
P
bpo-42150: Avoid buffer overflow in the new parser (GH-22978)
Pablo Galindo committed
October 10, 2020
B
bpo-42000: Cleanup the AST related C-code (GH-22641)
Batuhan Taskaya committed
September 16, 2020
P
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Pablo Galindo committed
September 3, 2020
P
bpo-41697: Correctly handle KeywordOrStarred when parsing arguments in the parser (GH-22077)
Pablo Galindo committed
September 2, 2020
P
bpo-41690: Use a loop to collect args in the parser instead of recursion (GH-22053)
Pablo Galindo committed
July 27, 2020
P
Validate the AST produced by the parser in debug mode (GH-21643)
Pablo Galindo committed
July 6, 2020
L
bpo-41215: Make assertion in the new parser more strict (GH-21364)
Lysandros Nikolaou committed
P
bpo-41215: Don't use NULL by default in the PEG parser keyword list (GH-21355)
Pablo Galindo committed
June 28, 2020
G
bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21021)
Guido van Rossum committed
June 27, 2020
L
bpo-41076: Pre-feed the parser with the f-string expression location (GH-21054)
Lysandros Nikolaou committed
L
bpo-41132: Use pymalloc allocator in the f-string parser (GH-21173)
Lysandros Nikolaou committed
June 26, 2020
L
bpo-41084: Adjust message when an f-string expression causes a SyntaxError (GH-21084)
Lysandros Nikolaou committed
June 20, 2020
L
bpo-40958: Avoid 'possible loss of data' warning on Windows (GH-20970)
Lysandros Nikolaou committed
June 18, 2020
L
bpo-40334: Produce better error messages on invalid targets (GH-20106)
Lysandros Nikolaou committed
June 16, 2020
P
bpo-40958: Avoid buffer overflow in the parser when indexing the current line (GH-20875)
Pablo Galindo committed
June 15, 2020
P
Improve readability and style in parser files (GH-20884)
Pablo Galindo committed
June 11, 2020
P
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo committed