]> git.madduck.net Git - etc/vim.git/history - src/blib2to3/Grammar.txt

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Fix grammar for type alias support (#3949)
[etc/vim.git] / src / blib2to3 / Grammar.txt
2023-10-16 Jelle ZijlstraFix grammar for type alias support (#3949)
2023-10-09 ShantanuDrop support for parsing Python 2 (#3933)
2023-06-02 Jelle ZijlstraAdd support for PEP 695 syntax (#3703)
2022-10-10 Batuhan TaskayaAdd support for named exprs inside function calls as...
2022-05-26 Batuhan TaskayaImplement support for PEP 646 (#3071)
2022-04-15 Batuhan TaskayaSupport 3.11 / PEP 654 syntax (#3016)
2022-03-05 Batuhan TaskayaAllow `for`'s target expression to be starred (#2879)
2022-01-07 Batuhan TaskayaFix call patterns that contain as-expression on the...
2021-12-21 Batuhan TaskayaSupport multiple top-level as-expressions on case state...
2021-12-12 Batuhan TaskayaSupport as-expressions on dict items (GH-2686)
2021-11-30 Batuhan TaskayaAllow top-level starred expression on match (#2659)
2021-11-25 Batuhan Taskayagrammar: accept open sequences on match subject (GH...
2021-11-14 Batuhan Taskayablack/parser: support as-exprs within call args (#2608)
2021-11-14 Batuhan Taskayablack/parser: partial support for pattern matching...
2021-08-26 Richard Siblib2to3: support unparenthesized wulruses in more...
2020-11-24 Richard SiAllow same RHS expressions in annotated assignments...
2020-09-19 QuentinSoubeyranPEP 614 support (#1717)
2020-05-08 Cooper LeesRefactor black into packages in src/ dir (#1376)