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

blib2to3: support unparenthesized wulruses in more places (#2447)
[etc/vim.git] / tests / data /
2021-08-26 Richard Siblib2to3: support unparenthesized wulruses in more...
2021-08-26 Richard SiStop changing return type annotations to tuples (#2384)
2021-08-23 Richard SiImprove f-string expression detection regex so ......
2021-08-20 Nipunn KoorapatiPresent a more user-friendly error if .gitignore is...
2021-08-06 Marco Edward GorelliJupyter notebook support (#2357)
2021-06-13 Bryan BugyiFix internal error when FORCE_OPTIONAL_PARENTHESES...
2021-06-09 jack1142Support named escapes (`\N{...}`) in string processing...
2021-06-09 Richard SiRegression fix: leave R prefixes capitalization alone...
2021-06-08 Felix HildénMention comment non-processing in documentation (#2306)
2021-06-08 Sergey VartanovPossible fix for issue with indentation and fmt: skip...
2021-06-07 Bryan BugyiFix incorrect custom breakpoint indices when string...
2021-06-07 Bryan BugyiAccount for += assignment when deciding whether to...
2021-06-01 Bryan BugyiCorrect max string length calculation when there are...
2021-05-30 Bryan BugyiFix regular expression that black uses to identify...
2021-05-30 Bryan BugyiMake sure to split lines that start with a string opera...
2021-05-30 Bryan BugyiFix --experiemental-string-processing crash when matchi...
2021-05-25 Mark BellRemoved adding a space into empty docstrings. (#2249)
2021-05-16 Hadi AlqattanFix: black only respects the root gitignore. (#2225)
2021-05-07 Kaleb BarrettDo not use gitignore if explicitly passing excludes...
2021-05-04 Richard SiDetect `'@' dotted_name '(' ')' NEWLINE` as a simple...
2021-04-26 Richard SiStop stripping parens in even more illegal spots (...
2021-04-26 Łukasz LangaAdd more tests for fancy whitespace (#2147)
2021-04-26 Jelle ZijlstraFix crash on docstrings ending with "\ " (#2142)
2021-04-26 Richard SiDon't strip parens in assert / return with assign expr...
2021-04-25 Łukasz LangaRevert "Use lowercase hex numbers fixes #1692 (#1775)"
2021-04-22 Felix HildénDocument experimental string processing and docstring...
2021-04-22 Mark BellMake black remove leading and trailing spaces from...
2021-04-11 Pierre SassoulasRemove NBSP at the beginning of comments (#2092)
2021-02-28 Rishav KunduStrip redundant parentheses from assignment exprs ...
2021-02-24 tpilewiczWrap arithmetic and binary arithmetic expressions in...
2021-02-22 Paul "TBBle" HampsonIndicate that a final newline was added in --diff ...
2021-02-15 Sagi ShadurAdd "# fmt: skip" directive to black (#1800)
2021-01-18 ShantanuAdd --skip-magic-trailing-comma (#1824)
2020-12-28 Bryan BugyiFix INTERNAL ERROR caused by removing parens from point...
2020-11-24 Richard SiAllow same RHS expressions in annotated assignments...
2020-11-13 Casper Weiss BangUse lowercase hex numbers fixes #1692 (#1775)
2020-11-09 Justin PrietoCorrectly handle inline tabs in docstrings (#1810)
2020-11-07 Bryan BugyiFix bug which causes f-expressions to be split (#1809)
2020-10-31 Bryan BugyiFix bug where black tries to split string on escaped...
2020-09-19 QuentinSoubeyranPEP 614 support (#1717)
2020-09-10 Richard SiFix empty line handling when formatting typing stubs...
2020-09-10 Bryan BugyiFix unstable subscript assignment string wrapping ...
2020-09-06 Bryan BugyiFix crash on assert and parenthesized % format (fixes...
2020-09-06 Bryan BugyiFix crash on concatenated string + comment (fixes ...
2020-09-06 Bryan BugyiFix unstable formatting on string split + % formatting...
2020-08-31 Richard SiFix incorrect space before colon in if/while stmts...
2020-08-26 Richard SiFix multiline docstring quote normalization
2020-08-26 Łukasz LangaAdd expected failure tests with the unstable formattings
2020-08-25 Łukasz LangaImprove docstring re-indentation handling
2020-08-25 Łukasz LangaAddress pre-existing trailing commas when not in the...
2020-08-24 Łukasz LangaAdd more trailing comma test variants
2020-08-21 Łukasz LangaRe-implement magic trailing comma handling:
2020-08-20 Jelle ZijlstraDisable string splitting/merging by default (#1609)
2020-08-14 David Szottenfix unary op detection (#1600)
2020-08-14 David Szottendon't strip brackets before lsqb (#1575) (#1590)
2020-08-13 Jelle Zijlstrafix some docstring crashes (#1593)
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)
next