]> git.madduck.net Git - etc/vim.git/history - src/black/linegen.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:

Standardise newlines after module-level docstrings (#3932)
[etc/vim.git] / src / black / linegen.py
2023-10-10 Daniël van NoordStandardise newlines after module-level docstrings...
2023-10-04 John Litbornrespect magic trailing commas in return types (#3916)
2023-09-22 John Litbornfix indentation of line breaks in long type hints by...
2023-08-04 ShantanuMore concise formatting for dummy implementations ...
2023-06-27 rdrllFix a magical comment caused internal error (#3740)
2023-06-16 Yilei "Dolee" YangDo not add trailing commas to return type annotations...
2023-06-02 Jelle ZijlstraAdd support for PEP 695 syntax (#3703)
2023-03-16 Yilei "Dolee" YangConsistently format async statements similar to their...
2023-03-10 Yilei "Dolee" YangConsistently wrap two context managers in parens (in...
2023-03-07 Aneesh AgrawalImprove multiline string handling (#1879)
2023-02-07 Yilei "Dolee" YangFix typos in comments: assignement -> assignment (...
2023-02-05 mainj12Actually add trailing commas to collection literals...
2023-01-31 Jelle ZijlstraDraft for Black 2023 stable style (#3418)
2023-01-31 Jelle ZijlstraFix unsafe cast in linegen.py w/ await yield handling...
2023-01-22 Shivansh-007Format hex code in unicode escape sequences in string...
2023-01-20 Yilei "Dolee" YangWrap multiple context managers in parentheses when...
2023-01-18 Jelle ZijlstraFix crash with walrus + await + with (#3473)
2023-01-16 Jelle ZijlstraFix two docstring crashes (#3451)
2022-12-29 Jordan EphronParenthesize conditional expressions (#2278)
2022-12-17 Jelle ZijlstraCheck stability for both preview and non-preview styles...
2022-12-16 Yilei "Dolee" YangFix an infinite recursion error exposed by #3440 (...
2022-12-15 Yilei "Dolee" YangPrefer splitting right hand side of assignment statemen...
2022-12-15 Yilei "Dolee" YangImprove long values in dict literals (#3440)
2022-12-13 Jelle ZijlstraDo not put the closing quotes in a docstring on a separ...
2022-11-09 Yilei "Dolee" YangCorrectly handle trailing commas that are inside a...
2022-07-27 Richard SiReformat codebase with isort
2022-07-19 Yilei "Dolee" YangFix the handling of `# fmt: skip` when it's at a colon...
2022-07-14 Richard SiActually disable docstring prefix normalization with...
2022-07-14 Richard SiDon't (ever) put a single-char closing docstring quote...
2022-05-08 Iain DorringtonPut closing quote on a separate line if docstring is...
2022-04-15 Batuhan TaskayaSupport 3.11 / PEP 654 syntax (#3016)
2022-04-09 Joe YoungRemove redundant parentheses around awaited coroutines...
2022-04-09 Joe YoungBetter manage return annotation brackets (#2990)
2022-04-03 Joe YoungRemove unnecessary parentheses from `with` statements...
2022-03-26 Joe YoungRemove unnecessary parentheses from `except` clauses...
2022-03-24 Joe YoungResolve new flake8-bugbear errors (B020) (GH-2950)
2022-03-24 Joe YoungRemove unnecessary parentheses from tuple unpacking...
2022-03-24 Joe YoungAvoid magic-trailing-comma in single-element subscripts...
2022-03-21 Marco Edward Gorellidont skip formatting #%% (#2919)
2022-01-29 Nipunn KoorapatiFix instability due to trailing comma logic (#2572)
2022-01-29 ShantanuFix arithmetic stability issue (#2817)
2022-01-28 Shivansh-007Use parentheses on method access on float and int liter...
2022-01-27 Jelle ZijlstraFix crash on some power hugging cases (#2806)
2022-01-25 Richard SiHug power operators if its operands are "simple" (...
2022-01-20 Felix HildénDeprecate ESP and move the functionality under --previe...
2022-01-10 Richard SiRemove Python 2 support (#2740)
2021-12-25 Marco Edward Gorelliremove all type: ignores in src/black (GH-2720)
2021-12-21 Marco Edward GorelliDefine is_name_token (and friends) to resolve some...
2021-11-30 Batuhan TaskayaFix line generation for `match match:` / `case case...
2021-11-16 Richard SiImplementing mypyc support pt. 2 (#2431)
2021-11-14 Batuhan Taskayablack/parser: partial support for pattern matching...
2021-09-18 Zsolt Dollensteinfix all b904s (#2501)
2021-08-26 Richard SiStop changing return type annotations to tuples (#2384)
2021-06-13 Bryan BugyiFix internal error when FORCE_OPTIONAL_PARENTHESES...
2021-06-09 Richard SiRegression fix: leave R prefixes capitalization alone...
2021-05-25 Mark BellRemoved adding a space into empty docstrings. (#2249)
2021-05-08 Łukasz LangaRefactor `src/black/__init__.py` into many files (...