]> git.madduck.net Git - etc/vim.git/commit

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)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Mon, 9 Oct 2023 14:02:49 +0000 (07:02 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Oct 2023 14:02:49 +0000 (07:02 -0700)
commit715f60c11bc12d8d6ffedded90c2b9a6a1b6a287
tree57513a52e735811aaeefc960ff0bb45924ab55d3
parenta8f68f57fed6cd6bf585b10abd3cc84d37c2fd05
Drop support for parsing Python 2 (#3933)
CHANGES.md
src/black/parsing.py
src/blib2to3/Grammar.txt
src/blib2to3/pygram.py
tests/test_format.py