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

Add support for all valid string literals (#115)
authorZsolt Dollenstein <zsol.zsol@gmail.com>
Mon, 9 Apr 2018 21:36:40 +0000 (22:36 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 9 Apr 2018 21:36:40 +0000 (14:36 -0700)
commitecdbf085a772e8d737b8a8735d39a7af413cecfb
treeb24ac17772295a0194e86ad89a1c1555cf08b32b
parentecc294741ea1ced1d95fa8fee1781d1c5a15e669
Add support for all valid string literals (#115)
black.py
blib2to3/README
blib2to3/pgen2/tokenize.py
tests/python2.py
tests/string_quotes.py