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

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:

Fix mypyc build errors on newer manylinux2014_x86_64 images (#3272)
[etc/vim.git] / CHANGES.md
2022-09-14 Yilei "Dolee" YangFix a crash on dicts with paren-wrapped long string...
2022-09-01 PeterGrossmannAdd preview flag to Vim plugin (#3246)
2022-08-31 Richard SiPrepare docs for release 22.8.0 (#3248)
2022-08-31 Martin de La GorceUse .gitignore files in the initial source directories...
2022-08-31 Yilei "Dolee" YangAdd parens around implicit string concatenations where...
2022-08-27 Richard SiLazily import parallelized format modules
2022-08-26 ShantanuFix misdetection of project root with `--stdin-filename...
2022-08-23 Yilei "Dolee" YangFix a string merging/split issue caused by standalone...
2022-08-23 Cooper LeesAdd passing 3.11 CI by exempting blackd tests (#3234)
2022-08-13 ShantanuStrip trailing commas in subscripts with -C (#3209)
2022-08-13 Alexandr Artemyevadd preview option support for blackd (#3217)
2022-08-10 ShantanuUse debug f-strings for feature detection (#3215)
2022-08-02 Nicolò Intrierimakes install available for all users in docker image...
2022-07-30 Richard SiRemove blib2to3 grammar cache logging (#3193)
2022-07-28 Théophile BastianVim plugin: prefix messages with "Black: " (#3194)
2022-07-20 Yilei "Dolee" YangFix an infinite loop when using `# fmt: on/off` .....
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 Cooper LeesMove to explicitly creating a new loop (#3164)
2022-07-14 Richard SiDon't (ever) put a single-char closing docstring quote...
2022-07-14 Richard SiCopy over comments when hugging power ops (#2874)
2022-07-11 Maciej OlkoRecommend using BlackConnect in IntelliJ IDEs (#3150)
2022-07-06 Jelle ZijlstraStability policy: permit exceptional changes for unform...
2022-06-28 Dimitri MerejkowskyFix typo in CHANGES.md (#3142)
2022-06-28 Richard SiPrepare docs for release 22.6.0 (#3139)
2022-06-11 Sagi ShadurRemove newline after code block open (#3035)
2022-06-01 Holger BrunnAdd script to ease migration to black (#3038)
2022-05-26 Batuhan TaskayaImplement support for PEP 646 (#3071)
2022-05-08 Iain DorringtonPut closing quote on a separate line if docstring is...
2022-04-28 Vadim NikolaevFix strtobool function (#3025)
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-28 Jelle ZijlstraPrepare release 22.3.0 (#2968)
2022-03-28 Jelle ZijlstraFix _unicodefun patch code for Click 8.1.0 (#2966)
2022-03-26 Joe YoungRemove unnecessary parentheses from `except` clauses...
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 Joseph YoungUpdate pylint config docs (#2931)
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-05 oncomouseMove test for g:load_black to improve plugin performanc...
2022-03-03 Tomáš Jelínekreplace md5 with sha256 (#2905)
2022-02-24 Jelle Zijlstraseparate CHANGELOG section for preview style (#2890)
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-02-01 S. Co1Surface links to Stability Policy (GH-2848)
2022-01-30 Jelle Zijlstrarelease process: formalize the changelog template ...
2022-01-30 Frédérik ParadisSoft comparison of --required-version (#2832)
2022-01-30 Jelle ZijlstraExclude __pypackages__ by default (GH-2836)
2022-01-29 Richard SiPrepare docs for release 22.1.0 (GH-2826)
2022-01-29 Jelle ZijlstraFix changelog entries in the wrong release (#2825)
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 Felix HildénElaborate on Python support policy (#2819)
2022-01-28 Jelle Zijlstrareorganize release notes for 22.1.0 (#2790)
2022-01-28 Shivansh-007Use parentheses on method access on float and int liter...
2022-01-27 Jelle Zijlstrablack-primer: stop running it (#2809)
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-22 Batuhan TaskayaEnable pattern matching by default (#2758)
2022-01-22 Perry VargasAllow setting custom cache directory on all platforms...
2022-01-21 Richard SiSwitch to Furo (#2793)
2022-01-21 Shivansh-007Set `click` lower bound to `8.0.0` (#2791)
2022-01-21 Michael MarinoAdd support for custom python cell magics (#2744)
2022-01-20 Felix HildénDeprecate ESP and move the functionality under --previe...
2022-01-20 Felix HildénCreate --preview CLI flag (#2752)
2022-01-15 Marco Edward GorelliDont require typing-extensions in 3.10 (GH-2772)
2022-01-14 VanSHOEAdded decent coloring (#2712)
2022-01-13 Felix HildénNormalise string prefix order (#2297)
2022-01-11 cbowsChange git url for pip installation in README (#2761)
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 Josh OwenAction: Support running in a docker container (#2748)
2022-01-07 Richard SiStubs: preserve blank line between attributes and metho...
2021-12-30 Jelle ZijlstraDrop upper version bounds on dependencies (GH-2718)
2021-12-21 Batuhan TaskayaSupport multiple top-level as-expressions on case state...
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 Richard SiPrepare for release 21.12b0 (GH-2673)
2021-12-05 Batuhan Taskayaperf: drop the initial stack copy (#2670)
2021-12-04 Jelle ZijlstraReorganize changelog (#2669)
next