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

Format subscriptions in a PEP-8 compliant way (#178)
[etc/vim.git] / tests / function.py
2018-05-01 Zsolt DollensteinFormat subscriptions in a PEP-8 compliant way (#178)
2018-04-24 Łukasz LangaDo not enforce empty lines after control flow statements
2018-04-16 Łukasz LangaGeneralize star expression handling
2018-04-11 Łukasz LangaAutomatic parentheses management
2018-04-01 Łukasz LangaDon't insert trailing commas after standalone comments
2018-03-31 Zsolt DollensteinNormalize string quotes (#75)
2018-03-27 Łukasz LangaDon't crash and burn on empty lines with trailing white...
2018-03-23 Łukasz LangaProperle space complex expressions in default values...
2018-03-23 Łukasz LangaAutomatic detection of deprecated Python 2 forms of...
2018-03-17 Łukasz LangaRemove the trailing comma if there is only one argument...
2018-03-17 Łukasz LangaIgnore empty bracket pairs while splitting
2018-03-16 Łukasz LangaOnly use trailing commas in function signatures when...
2018-03-15 Łukasz LangaFix spurious extra spaces after opening parentheses...
2018-03-14 Łukasz LangaInitial commit