COMMITS
/ Grammar/python.gram October 21, 2020
L
bpo-41746: Cast to typed seqs in CHECK macros to avoid type erasure (GH-22864)
Lysandros Nikolaou committed
October 9, 2020
B
bpo-41979: Accept star-unpacking on with-item targets (GH-22611)
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
June 27, 2020
B
bpo-40769: Allow extra surrounding parentheses for invalid annotated assignment rule (GH-20387)
Batuhan Taskaya committed
June 25, 2020
L
bpo-41119: Output correct error message for list/tuple followed by colon (GH-21160)
Lysandros Nikolaou committed
June 21, 2020
L
bpo-41060: Avoid SEGFAULT when calling GET_INVALID_TARGET in the grammar (GH-21020)
Lysandros Nikolaou committed
June 18, 2020
L
bpo-40334: Produce better error messages on invalid targets (GH-20106)
Lysandros Nikolaou committed
June 11, 2020
P
Remove unnecessary grammar decorations and change header (GH-20819)
Pablo Galindo committed
L
bpo-40939: Remove PEG parser easter egg (__new_parser__) (#20802)
Lysandros Nikolaou committed
June 10, 2020
P
Raise specialised syntax error for invalid lambda parameters (GH-20776)
Pablo Galindo committed
June 8, 2020
P
bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser (GH-20697)
Pablo Galindo committed
May 22, 2020
L
bpo-40334: Produce better error messages for non-parenthesized genexps (GH-20153)
Lysandros Nikolaou committed
May 21, 2020
B
bpo-40715: Reject dict unpacking on dict comprehensions (GH-20292)
Batuhan Taskaya committed
B
bpo-40176: Improve error messages for trailing comma on from import (GH-20294)
Batuhan Taskaya committed
May 18, 2020
L
bpo-40334: Reproduce error message for type comments on bare '*' in the new parser (GH-20151)
Lysandros Nikolaou committed
May 15, 2020
P
bpo-40334: Correctly identify invalid target in assignment errors (GH-20076)
Pablo Galindo committed
May 14, 2020
L
bpo-40618: Disallow invalid targets in augassign and except clauses (GH-20083)
Lysandros Nikolaou committed
May 13, 2020
L
bpo-40334: Always show the caret on SyntaxErrors (GH-20050)
Lysandros Nikolaou committed
May 11, 2020
S
bpo-40334: produce specialized errors for invalid del targets (GH-19911)
Shantanu committed
May 7, 2020
L
bpo-40334: Error message for invalid default args in function call (GH-19973)
Lysandros Nikolaou committed
May 6, 2020
P
bpo-40334: Allow trailing comma in parenthesised context managers (GH-19964)
Pablo Galindo committed
L
bpo-40334: Add type to the assignment rule in the grammar file (GH-19963)
Lysandros Nikolaou committed
May 4, 2020
L
bpo-40334: Spacialized error message for invalid args after bare '*' (GH-19865)
Lysandros Nikolaou committed
S
bpo-40493: fix function type comment parsing (GH-19894)
Shantanu committed
May 1, 2020
G
bpo-40334: Refactor lambda_parameters similar to parameters (GH-19830)
Guido van Rossum committed
P
bpo-40334: Correct return value of func_type_comment (GH-19833)
Pablo Galindo committed
B
bpo-40334: Improve column offsets for thrown syntax errors by Pegen (GH-19782)
Batuhan Taskaya committed
L
bpo-40334: Add support for feature_version in new PEG parser (GH-19827)
Lysandros Nikolaou committed
April 30, 2020
G
bpo-40334: Support type comments (GH-19780)
Guido van Rossum committed
April 27, 2020
P
bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721)
Pablo Galindo committed
April 22, 2020
P
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo committed