]> git.madduck.net Git - etc/vim.git/history - tests/data

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:

Find project root correctly (#1518)
[etc/vim.git] / tests / data /
2020-06-03 Adam Williamsonexpression tests: adjust starred expression for Python...
2020-05-16 Jelle Zijlstrafix crashes on docstring whitespace changes (#1417)
2020-05-08 williamfzcadd bracket check in split_line (#1315)
2020-05-08 Alex VandiverRe-indent the contents of docstrings (#1053)
2020-05-08 Bryan BugyiImprove String Handling (#1132)
2020-05-08 otstrelFix for "# fmt: on" with decorators (#1325)
2020-04-05 Rémi VerscheldeFix --diff output when encountering EOF (#1328)
2020-03-03 Shantanustring prefixes: don't normalise capital R-strings...
2020-01-18 Vlad EmelianovSupport py38-style starred expressions in return statem...
2019-11-25 Michael J. SullivanFix unstable formatting with some `# type: ignore`s...
2019-10-28 Lawrence ChanFix fmt on/off when multiple exist in leaf prefix ...
2019-10-28 Łukasz LangaAlways move the prefix out when wrapping with parenthes...
2019-10-28 Jelle Zijlstraline_length=1 to reduce churn (#1092)
2019-10-28 Łukasz LangaFix regression: unexpected parentheses around non-mathe...
2019-10-28 Joe AntonakakisAdd diff support to blackd (#969)
2019-10-27 Jelle Zijlstrafix crash with long type annotations (#1093)
2019-10-20 Jelle ZijlstraBack out #850 (#1079)
2019-10-20 Jelle Zijlstrafix CI (#1078)
2019-10-20 Augie FacklerTweak collection literals to explode with trailing...
2019-10-15 Michael J. SullivanFix type: ignore line breaking when there is a destruct...
2019-10-13 Andrey#455 Fix bug with tricky unicode symbols (#1047)
2019-10-11 Michael J. SullivanFix missed cases in the `# type: ignore` logic (#1059)
2019-10-10 Michael J. SullivanFix issue with type comments on lines with trailing...
2019-10-03 Michael J. SullivanDon't break long lines when `type: ignore` is present...
2019-09-18 Zsolt Dollensteinfix tests
2019-09-18 Pablo GalindoSupport PEP 572 in while statements (#1028)
2019-09-17 Michael J. SullivanDon't allow type comments to be merged behind regular...
2019-08-23 Joe AntonakakisFix unstable formatting involving unwrapping multiple...
2019-08-04 Joe AntonakakisFix unstable format involving backslash + whitespace...
2019-07-28 Zsolt DollensteinSupport PEP-570 (positional only arguments) (#946)
2019-07-28 Zsolt DollensteinAdd support for walrus operator (#935)
2019-06-29 Brandt BucherForce parentheses between unary op and binary power...
2019-06-15 Zsolt DollensteinPin comment to single leaf in invisible parens (#872)
2019-06-15 dylanjblackFix trailing comma for function with one arg (#880...
2019-05-26 Zsolt DollensteinDon't introduce quotes to f-string sub-expressions...
2019-05-16 Jelle Zijlstraremove obviously unnecessary parentheses (#850)
2019-05-09 Benjamin WoodruffMove tokenizer config onto grammar, rename flag
2019-05-09 Benjamin WoodruffAdd support for always tokenizing async/await as keywords
2019-05-08 Jason FriedMake --safe work for Python2.7 syntax, by using typed_a...
2019-05-08 Carl MeyerAvoid unstable formatting when comment follows escaped...
2019-05-07 Jelle ZijlstraAdd parentheses around tuple unpack assignment (#832)
2019-05-07 Jelle ZijlstraRemove unnecessary parens around yield (#834)
2019-05-06 Jelle Zijlstrafix handling of comments in from imports (#829)
2019-03-15 Jelle Zijlstrafix incorrect call (#762)
2019-03-14 Andy FreelandFix print() function on Python 2 (#754)
2019-03-14 Łukasz LangaEnhance the type comment patch
2019-02-23 Jelle Zijlstra split long del statements into multiple lines (#698)
2019-02-07 Zsolt DollensteinRemove numeric underscore normalization (#696)
2019-02-07 Jelle ZijlstraAdd `--target-version` option to allow users to choose...
2019-01-05 Utsav ShahAdd support for special comments in multiline functions...
2018-09-26 Łukasz LangaFix mangling pweave and Spyder IDE special comments
2018-09-26 Łukasz LangaAdd trailing comma for single `as` imports, too
2018-09-26 Zsolt DollensteinAdd trailing comma when a single import doesn't fit...
2018-09-26 Zsolt DollensteinAdd underscores to numeric literals with more than...
2018-09-25 Zsolt DollensteinUppercase digits in hex literals (#530)
2018-09-17 Zsolt Dollensteinfix unstable formatting when unpacking big tuples ...
2018-09-08 Zsolt DollensteinMake sure `async for` is not broken up to separate...
2018-08-23 Jelle Zijlstrachange some numeric behavior (#469)
2018-08-23 Jelle Zijlstrafix bracket match bug (#470)
2018-08-22 Jelle Zijlstrawrap atoms in invisible parens to split adjacent string...
2018-08-20 Jelle Zijlstrafix misformatting of floats with leading zeros (#464)
2018-08-20 Zsolt DollensteinSupport parsing of async generators in non-async functi...
2018-08-17 Jelle Zijlstranormalize numeric literals (#454)
2018-07-22 Zsolt DollensteinLook at actual parenthesis when generating ignored...
2018-07-02 Zsolt DollensteinImprove get_future_imports implementation.
2018-06-21 Łukasz LangaDon't freeze when multiple comments directly precede...
2018-06-20 Łukasz LangaMore tests for `# fmt: off`
2018-06-20 Łukasz LangaMove INDENT value to the postponed prefix
2018-06-20 Łukasz LangaUse the separate pass for `# fmt: off` on all code
2018-06-19 Łukasz LangaSupport `# fmt: off/on` pairs within brackets
2018-06-16 Jelle ZijlstraAdd blank line after constants in stub file (#360)
2018-06-10 Zsolt DollensteinFix string normalization eating all backslashes above 3
2018-06-10 Łukasz LangaAdd failing test data
2018-06-09 Łukasz LangaMove profiling data out of tests/data
2018-06-09 Zsolt DollensteinFix string normalization sometimes producing invalid...
2018-06-08 Łukasz LangaReturn early from comment placement calculation on...
2018-06-07 Zsolt Dollensteinfix handling of empty triple quoted strings (#314)
2018-06-07 Łukasz LangaSupport pyproject.toml
2018-06-06 Łukasz LangaMove test data to data