]> git.madduck.net Git - etc/vim.git/history - src/blib2to3/pygram.py

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:

Drop support for parsing Python 2 (#3933)
[etc/vim.git] / src / blib2to3 / pygram.py
2023-10-09 ShantanuDrop support for parsing Python 2 (#3933)
2023-07-17 ShantanuFix most blib2to3 lint (#3794)
2023-07-09 ShantanuRun pyupgrade on blib2to3 and src (#3771)
2023-06-02 Jelle ZijlstraAdd support for PEP 695 syntax (#3703)
2022-05-26 Batuhan TaskayaImplement support for PEP 646 (#3071)
2022-01-22 Batuhan TaskayaEnable pattern matching by default (#2758)
2021-11-14 Batuhan Taskayablack/parser: partial support for pattern matching...
2020-05-08 Cooper LeesRefactor black into packages in src/ dir (#1376)