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

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:

Move imports of `ThreadPoolExecutor` into `reformat_many()`, allowing Black-in-the...
[etc/vim.git] / src /
2022-05-06 Zac Hatfield-DoddsMove imports of `ThreadPoolExecutor` into `reformat_man...
2022-04-15 Batuhan TaskayaSupport 3.11 / PEP 654 syntax (#3016)
2022-04-09 Ryan SiuCorrectly handle fmt: skip comments without internal...
2022-04-09 Joe YoungRemove redundant parentheses around awaited coroutines...
2022-04-09 Joe YoungBetter manage return annotation brackets (#2990)
2022-04-06 Joe YoungOutput python version and implementation as part of...
2022-04-03 Joe YoungRemove unnecessary parentheses from `with` statements...
2022-04-02 Jelle Zijlstratry-except tomllib import (#2987)
2022-03-30 Jelle ZijlstraAdd # type: ignore for click._unicodefun import (#2981)
2022-03-28 Jelle ZijlstraFix _unicodefun patch code for Click 8.1.0 (#2966)
2022-03-26 Richard SiEnforce no formatting changes for PRs via CI (GH-2951)
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-03-16 Shivansh-007Remove power hugging formatting from preview (#2928)
2022-03-15 Richard SiFarewell black-primer, it was nice knowing you (#2924)
2022-03-08 ShantanuUse tomllib on Python 3.11 (#2903)
2022-03-08 yoergFix handling of Windows junctions in normalize_path_may...
2022-03-05 Batuhan TaskayaAllow `for`'s target expression to be starred (#2879)
2022-03-03 Tomáš Jelínekreplace md5 with sha256 (#2905)
2022-02-24 Jelle Zijlstrafix new formatting issue (#2895)
2022-02-24 Jelle ZijlstraFormat ourselves in preview mode (#2889)
2022-02-21 Shivansh-007Add special config verbose log case when black is using...
2022-02-08 Joachim JablonAvoid crashing when the user has no homedir (#2814)
2022-01-30 Frédérik ParadisSoft comparison of --required-version (#2832)
2022-01-30 Jelle ZijlstraExclude __pypackages__ by default (GH-2836)
2022-01-30 Jelle ZijlstraAdjust `--preview` documentation (#2833)
2022-01-29 Nipunn KoorapatiFix instability due to trailing comma logic (#2572)
2022-01-29 ShantanuFix arithmetic stability issue (#2817)
2022-01-29 ShantanuTreat blank lines in stubs the same inside top-level...
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 Jelle Zijlstraproperly run ourselves twice (#2807)
2022-01-25 Richard SiHug power operators if its operands are "simple" (...
2022-01-24 Felix HildénMake SRC or code mandatory and mutually exclusive ...
2022-01-23 Richard SiAllow blackd to be run as a package (#2800)
2022-01-22 Batuhan TaskayaEnable pattern matching by default (#2758)
2022-01-22 ShantanuRefactor logic for stub empty lines (#2796)
2022-01-22 Perry VargasAllow setting custom cache directory on all platforms...
2022-01-21 Michael MarinoAdd support for custom python cell magics (#2744)
2022-01-20 emfdavidHint at likely cause of ast parsing failure in error...
2022-01-20 Felix HildénDeprecate ESP and move the functionality under --previe...
2022-01-20 Richard SiFix and speedup diff-shades integration (#2773)
2022-01-20 Felix HildénCreate --preview CLI flag (#2752)
2022-01-14 VanSHOEAdded decent coloring (#2712)
2022-01-14 Batuhan TaskayaDon't make redundant copies of the DFA (#2763)
2022-01-13 Felix HildénNormalise string prefix order (#2297)
2022-01-13 Jelle Zijlstradon't expect changes on poetry (#2769)
2022-01-10 Batuhan TaskayaFix handling of standalone match/case with newlines...
2022-01-10 Batuhan TaskayaSpeed up new backtracking parser (#2728)
2022-01-10 Shivansh-007Enhance `--verbose` (#2526)
2022-01-10 Richard SiRemove Python 2 support (#2740)
2022-01-07 Batuhan TaskayaFix call patterns that contain as-expression on the...
2022-01-07 Richard SiStubs: preserve blank line between attributes and metho...
2021-12-31 Richard SiPrimer: exclude crashing sqlalchemy file for now (GH...
2021-12-25 Marco Edward Gorelliremove all type: ignores in src/black (GH-2720)
2021-12-21 Batuhan TaskayaSupport multiple top-level as-expressions on case state...
2021-12-21 Marco Edward GorelliDefine is_name_token (and friends) to resolve some...
2021-12-21 Taneli HukkinenDisable universal newlines when reading TOML (#2408)
2021-12-17 Batuhan TaskayaImply 3.8+ when annotated assigments used with unparent...
2021-12-16 Batuhan TaskayaUnpacking on flow constructs (return/yield) now implies...
2021-12-15 Richard SiInclude underlying error when AST safety check parsing...
2021-12-15 Richard SiDon't colour diff headers white, only bold (GH-2691)
2021-12-14 Batuhan Taskaya`from __future__ import annotations` now implies 3...
2021-12-12 Batuhan TaskayaSupport as-expressions on dict items (GH-2686)
2021-12-08 Jelle ZijlstraShow details when a regex fails to compile (GH-2678)
2021-12-05 Jelle Zijlstrano longer expect changes on pyanalyze (#2674)
2021-12-05 Batuhan Taskayaperf: drop the initial stack copy (#2670)
2021-12-05 Richard Siblib2to3 can raise TokenError and IndentationError...
2021-12-04 Jelle Zijlstratell users to use -t py310 (#2668)
2021-12-04 Tanvi MoharirDon't let TokenError bubble up from lib2to3_parse ...
2021-12-03 Batuhan TaskayaMake star-expression spacing consistent in match/case...
2021-12-02 Jelle ZijlstraRemove regex dependency (GH-2663)
2021-12-02 Batuhan TaskayaEnsure match/case are recognized as statements (#2665)
2021-12-01 Richard SiTreat functions/classes in blocks as if they're nested...
2021-12-01 ShantanuFix determination of f-string expression spans (#2654)
2021-12-01 Jelle Zijlstrafix error message for match (#2649)
2021-12-01 Jelle ZijlstraReduce usage of regex (#2644)
2021-11-30 Batuhan TaskayaFix line generation for `match match:` / `case case...
2021-11-30 Batuhan TaskayaAllow top-level starred expression on match (#2659)
2021-11-29 Daniel SparingReturn `NothingChanged` if non-Python cell magic is...
2021-11-29 danieleadesadd more flake8 lints (#2653)
2021-11-27 Marco Edward Gorelliadd missing f-string (#2650)
2021-11-26 Marco Edward Gorelli Assignment to env var in Jupyter Notebook doesn't...
2021-11-25 Batuhan Taskayagrammar: accept open sequences on match subject (GH...
2021-11-20 Matthew D. ScholefieldFix process pool fallback on Python 3.10 (GH-2631)
2021-11-19 Richard SiFix mypyc compat issue w/ AST safety check (GH-2628)
2021-11-16 Richard SiFix 3.10's supported features (#2614)
2021-11-16 Richard SiImplementing mypyc support pt. 2 (#2431)
2021-11-16 Batuhan Taskayablack/parser: optimize deepcopying nodes (#2611)
2021-11-14 Batuhan Taskayablack/parser: support as-exprs within call args (#2608)
2021-11-14 Oliver MargettsAllow install under pypy (#2559)
2021-11-14 Batuhan Taskayablack/parser: partial support for pattern matching...
2021-11-12 Richard SiImprove Python 2 only syntax detection (GH-2592)
2021-11-11 Richard Siprimer: Hypothesis now requires Python>=3.8 (GH-2602)
2021-11-06 LordOfPollsAdd a missing space in Python 2 deprecation (GH-2590)
2021-10-31 Richard SiDeprecate Python 2 formatting support (#2523)
2021-10-30 Richard SiAddress mypy errors on 3.10 w/ asyncio loop parameter...
next