]> git.madduck.net Git - etc/vim.git/history - tests/data/comments6.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:

Fix feature detection for positional-only arguments in lambdas (#2532)
[etc/vim.git] / tests / data / comments6.py
2020-05-08 Bryan BugyiImprove String Handling (#1132)
2019-10-15 Michael J. SullivanFix type: ignore line breaking when there is a destruct...
2019-10-11 Michael J. SullivanFix missed cases in the `# type: ignore` logic (#1059)
2019-10-03 Michael J. SullivanDon't break long lines when `type: ignore` is present...
2019-09-17 Michael J. SullivanDon't allow type comments to be merged behind regular...
2019-06-15 Zsolt DollensteinPin comment to single leaf in invisible parens (#872)
2019-05-08 Jason FriedMake --safe work for Python2.7 syntax, by using typed_a...
2019-03-14 Łukasz LangaEnhance the type comment patch
2019-01-05 Utsav ShahAdd support for special comments in multiline functions...