Tin mới
gh-154775: Don't accept duplicate plus sign when matching complex number (GH-154776)
gh-150459: Fix `SyntaxError` message for `from x lazy import y` (#150877)
gh-146495: Improve `SyntaxError` message for `&&` and `||` operators (#150906)
gh-145239: Accept unary plus literal pattern (#148566)
gh-145783: Propagate errors raised in `NEW_TYPE_COMMENT` (#145784)
gh-145241: specialize SyntaxError for single trailing-comma with item (#145282)
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
gh-143055: Implementation of PEP 798 (#143056)
gh-142236: Improve error location for missing comma in string concatenations (#142330)
gh-130396: Remove _Py_ReachedRecursionLimitWithMargin() function (#141951)
gh-138857: Improve error message for `case` outside of `match` (#138858)
gh-140253: Improve the syntax error from an ill-positioned double-star subpattern (#140254)
gh-138716: Fix `assert a := b` syntax error message (#138718)
gh-136616: Improve `assert` syntax error messages (#136653)
gh-137078: Fix keyword typo recognition when executed over files (#137079)
gh-132661: Disallow `Template`/`str` concatenation after PEP 750 spec update (#135996)
gh-135422: Fix regression in `SyntaxError` messages after #134036 (#135423)
gh-133157: remove usage of `_Py_NO_SANITIZE_UNDEFINED` in `Parser/pegen.c` (#134048)
gh-134036: Improve error messages for invalid `raise` statements (#134077)
gh-135028: Increase parser MAXSTACK for nested parenthesis (#135031)
gh-133999: Fix `except` parsing regression in 3.14 (#134035)
gh-133379: Fix misuse of the term "arguments" in error messages (GH-133382)
gh-133194: Fix regression with PEP 758 parsing on older `feature_version` (#133289)
gh-123539: Improve SyntaxError msg for `import as` with not a name (#123629)
gh-133196: Guard PEP 750 grammar with `CHECK_VERSION` (#133225)
gh-133194: Add `CHECK_VERSION` to new PEP758 grammar (#133195)
gh-132661: Implement PEP 750 (#132662)
gh-129858: Special syntax error for `elif` block after `else` (#129902)
gh-132449: Improve syntax error messages for keywords with typos (#132450)
gh-131831: Implement PEP 758 – Allow except and except* expressions without parentheses (#131833)
GH-130396: Use computed stack limits on linux (GH-130398)
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)