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

Drop support for Python 3.7 (#3765)
[etc/vim.git] / src / black / nodes.py
2023-07-05 ShantanuDrop support for Python 3.7 (#3765)
2023-06-27 rdrllFix a magical comment caused internal error (#3740)
2023-04-14 Yilei "Dolee" YangFix two more mypyc issues with mypyc v1.2.0. (#3648)
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-01-18 Jelle ZijlstraFix crash with walrus + await + with (#3473)
2022-12-20 Yilei "Dolee" YangExclude string type annotations from ESP (#3462)
2022-09-24 Yilei "Dolee" YangFix a crash when `# fmt: on` is used on a different...
2022-07-27 Richard SiReformat codebase with isort
2022-06-11 Marco Edward GorelliUse is_number_token instead of assertion (#3069)
2022-05-26 Batuhan TaskayaImplement support for PEP 646 (#3071)
2022-04-15 Batuhan TaskayaSupport 3.11 / PEP 654 syntax (#3016)
2022-03-24 Joe YoungAvoid magic-trailing-comma in single-element subscripts...
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-10 Richard SiRemove Python 2 support (#2740)
2021-12-21 Marco Edward GorelliDefine is_name_token (and friends) to resolve some...
2021-12-03 Batuhan TaskayaMake star-expression spacing consistent in match/case...
2021-12-02 Batuhan TaskayaEnsure match/case are recognized as statements (#2665)
2021-11-16 Richard SiImplementing mypyc support pt. 2 (#2431)
2021-08-26 Richard SiStop changing return type annotations to tuples (#2384)
2021-05-08 Łukasz LangaRefactor `src/black/__init__.py` into many files (...