Commits on Nov 20, 2022
-
gh-99211: Point to except/except* on syntax errors when mixing them (G…
…H-99215) Automerge-Triggered-By: GH:lysnikolaou
Commits on Nov 6, 2022
Commits on Nov 1, 2022
-
gh-98931: Improve error message when the user types 'import x from y'…
… instead of 'from y import x' (#98932)
Commits on Sep 17, 2022
-
gh-91210: Improve error message when non-default param follows default (
GH-95933) - Improve error message when parameter without a default follows one with a default - Show same error message when positional-only params precede the default/non-default sequence
Commits on Sep 5, 2022
Commits on Aug 12, 2022
Commits on Jul 18, 2022
-
gh-94949: Disallow parsing parenthesised ctx mgr with old feature_ver…
-
gh-94947: Disallow parsing walrus with feature_version < (3, 8) (#94948)
* gh-94947: Disallow parsing walrus with feature_version < (3, 8) * oops, commit the parser *
📜 🤖 Added by blurb_it. Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Commits on Jun 26, 2022
-
gh-94192: Fix error for dictionary literals with invalid expression a…
…s value. (#94304) * Fix error for dictionary literals with invalid expression as value. * Remove trailing whitespace
Commits on Jun 23, 2022
Commits on Apr 5, 2022
Commits on Mar 26, 2022
-
bpo-43224: Implement PEP 646 grammar changes (GH-31018)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Commits on Feb 10, 2022
Commits on Jan 9, 2022
-
bpo-46272: Fix two heading comments in python.gram (GH-30499)
One typo fix and one heading change, both in comments. No functional changes.
Commits on Dec 14, 2021
Commits on Nov 24, 2021
-
bpo-45727: Only trigger the 'did you forgot a comma' error suggestion…
… if inside parentheses (GH-29757)
Commits on Nov 5, 2021
-
bpo-45716: Improve the error message when using True/False/None as ke…
…ywords in a call (GH-29413)
Commits on Sep 27, 2021
-
bpo-43914: Correctly highlight SyntaxError exceptions for invalid gen…
…erator expression in function calls (GH-28576)
Commits on Aug 18, 2021
Commits on Aug 5, 2021
Commits on Aug 1, 2021
-
bpo-34013: Don't consider a grouped expression when reporting legacy …
…print syntax errors (GH-27521)