]> git.madduck.net Git - etc/vim.git/history - tests/data/docstring.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 / docstring.py
2021-05-25 Mark BellRemoved adding a space into empty docstrings. (#2249)
2021-04-26 Łukasz LangaAdd more tests for fancy whitespace (#2147)
2021-04-26 Jelle ZijlstraFix crash on docstrings ending with "\ " (#2142)
2021-04-22 Felix HildénDocument experimental string processing and docstring...
2021-04-22 Mark BellMake black remove leading and trailing spaces from...
2020-11-09 Justin PrietoCorrectly handle inline tabs in docstrings (#1810)
2020-08-25 Łukasz LangaImprove docstring re-indentation handling
2020-08-13 Jelle Zijlstrafix some docstring crashes (#1593)
2020-05-16 Jelle Zijlstrafix crashes on docstring whitespace changes (#1417)
2020-05-08 Alex VandiverRe-indent the contents of docstrings (#1053)