]> git.madduck.net Git - etc/vim.git/history - src/black/trans.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 / trans.py
2023-10-10 Daniël van NoordStandardise newlines after module-level docstrings...
2023-10-01 Eddie DarlingFix comments getting removed from inside parenthesized...
2023-07-05 ShantanuDrop support for Python 3.7 (#3765)
2023-06-28 rdrllDoc: Developer reference update (#3755)
2023-04-28 Yilei "Dolee" YangDo not wrap implicitly concatenated strings used as...
2023-03-19 Hong Minhee (洪 民憙)Let string splitters respect `East_Asian_Width` propert...
2023-02-05 mainj12Actually add trailing commas to collection literals...
2023-01-22 Yilei "Dolee" YangFix an invalid quote escaping bug in f-string expressio...
2022-12-23 Yilei "Dolee" YangSignificantly speedup ESP on large expressions that...
2022-12-20 Yilei "Dolee" YangFix a crash in ESP where a standalone comment is placed...
2022-12-20 Yilei "Dolee" YangExclude string type annotations from ESP (#3462)
2022-12-20 Yilei "Dolee" YangFix an f-string crash in ESP. (#3463)
2022-12-15 Yilei "Dolee" YangImprove long values in dict literals (#3440)
2022-10-27 Yilei "Dolee" YangWrap concatenated strings used as function args in...
2022-09-26 Richard SiFix outdated references to 3.6 and run pyupgrade (...
2022-09-14 Yilei "Dolee" YangFix a crash on dicts with paren-wrapped long string...
2022-08-31 Yilei "Dolee" YangAdd parens around implicit string concatenations where...
2022-08-23 Yilei "Dolee" YangFix a string merging/split issue caused by standalone...
2022-07-27 Richard SiReformat codebase with isort
2022-07-14 Richard SiCopy over comments when hugging power ops (#2874)
2022-03-24 Joe YoungRemove unnecessary parentheses from tuple unpacking...
2022-01-25 Richard SiHug power operators if its operands are "simple" (...
2021-12-02 Jelle ZijlstraRemove regex dependency (GH-2663)
2021-12-01 ShantanuFix determination of f-string expression spans (#2654)
2021-12-01 Jelle ZijlstraReduce usage of regex (#2644)
2021-11-16 Richard SiImplementing mypyc support pt. 2 (#2431)
2021-06-09 jack1142Support named escapes (`\N{...}`) in string processing...
2021-06-09 Richard SiRegression fix: leave R prefixes capitalization alone...
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-13 Christian ClaussUse codespell to find typos (#2228)
2021-05-08 Łukasz LangaRefactor `src/black/__init__.py` into many files (...