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

Don't put a space after `*` in `g = 1, *"x"` (#309)
[etc/vim.git] / tests / expression.py
2018-06-06 Zsolt DollensteinDon't put a space after `*` in `g = 1, *"x"` (#309)
2018-06-05 Łukasz LangaConsider stars in testlist_star_expr unpacking (because...
2018-05-22 Łukasz LangaFix unstable formatting on trailers omitted from line...
2018-05-18 Łukasz LangaAlways explode data structure literals
2018-05-16 Łukasz LangaImplement fluent interfaces
2018-05-16 Łukasz LangaConsider `in`, `not in`, `is`, `is not` operators
2018-05-16 Łukasz LangaDon't use optional parentheses in unnecessary situations
2018-05-15 Łukasz LangaDon't explode trailers that fit in a single line
2018-05-09 Łukasz LangaDon't make parentheses invisible around yield expressions
2018-05-09 Łukasz LangaSupport nested lambdas in BracketTracker
2018-05-09 Łukasz LangaAutomatic management of parentheses in assignments
2018-05-09 Łukasz LangaDelimit multiline expressions according to math operato...
2018-05-07 Łukasz LangaMake parentheses invisible recursively in atoms
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-24 Łukasz LangaSplit ternary expressions
2018-04-21 Łukasz LangaMove delimiter token skipping to BracketTracker
2018-04-17 Zsolt DollensteinMerge pull request #138 from ambv/star-expr
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