]> 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:

Support py38-style starred expressions in return statement (#1121)
authorVlad Emelianov <volshebnyi@gmail.com>
Sat, 18 Jan 2020 15:21:46 +0000 (16:21 +0100)
committerJelle Zijlstra <jelle.zijlstra@gmail.com>
Sat, 18 Jan 2020 15:21:46 +0000 (07:21 -0800)
commitbe49ac72a04dd70d3f496d3d062405ad4166ea0b
treebd4504755ab3c10f4100c4d0db893d06007fdc33
parent7f5d0e97546f18c865160e31346f693341677149
Support py38-style starred expressions in return statement (#1121)
blib2to3/Grammar.txt
tests/data/python38.py [new file with mode: 0644]
tests/test_black.py