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

Parse complex expressions in parameters after * and **
[etc/vim.git] / tests / expression.py
2018-04-17 Zsolt DollensteinParse complex expressions in parameters after * and **
2018-04-16 Łukasz LangaGeneralize star expression handling
2018-04-12 Łukasz LangaFix placement of dictionary unpacking inside dict literals
2018-04-11 Łukasz LangaAutomatic parentheses management
2018-04-05 Łukasz Langa[blib2to3] Support non-ASCII identifiers
2018-03-31 Mika⠙Lines now break before all delimiters (#94)
2018-03-31 Zsolt DollensteinNormalize string quotes (#75)
2018-03-22 Łukasz LangaDon't remove the single trailing comma from square...
2018-03-22 Łukasz LangaOmit extra space in kwarg unpacking if it's an argument
2018-03-22 Łukasz LangaDon't omit whitespace when the factor is not a math...
2018-03-21 Łukasz LangaFix numpy-style array indexing for real
2018-03-17 Łukasz LangaMore support for numpy tuple indexing
2018-03-17 Łukasz LangaDon't fold postscriptum standalone comment into last...
2018-03-17 Mika⠙Line breaks before logical operators (#36)
2018-03-17 Łukasz LangaRemove the trailing comma if there is only one argument...
2018-03-16 Łukasz LangaFix spurious space after star-based unary expression
2018-03-16 Łukasz LangaFix numpy-style array indexing
2018-03-16 Łukasz LangaOnly use trailing commas in function signatures when...
2018-03-16 Łukasz LangaDon't split on for-loop variable unpacks
2018-03-15 Łukasz LangaFix spurious space after unary expression
2018-03-15 Łukasz LangaFix spurious space in parenthesized set expressions
2018-03-14 Łukasz LangaInitial commit