]> 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:

Documentation: clarify the state of multiple context managers (#3488)
[etc/vim.git] / src /
2022-12-29 Jordan EphronParenthesize conditional expressions (#2278)
2022-12-23 Yilei "Dolee" YangSignificantly speedup ESP on large expressions that...
2022-12-21 Yilei "Dolee" YangFix an issue where extra empty lines are added. (#3470)
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-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-15 Yilei "Dolee" YangFix a crash when a colon line is marked between `#...
2022-12-13 Jelle ZijlstraDo not put the closing quotes in a docstring on a separ...
2022-12-10 mainj12Adding pyproject.toml configuration output to verbose...
2022-12-10 Marco Edward Gorellimake black[jupyter] installation cross-shell (#3394)
2022-12-10 Yilei "Dolee" YangFix a crash in preview style with assert + parenthesize...
2022-12-10 Isac Byeonghoon YooFix type annotation for gitignore pathspec (#3416)
2022-11-12 Antonio Ossa-GuerraRemove whitespaces of whitespace-only files (#3348)
2022-11-09 Yilei "Dolee" YangCorrectly handle trailing commas that are inside a...
2022-11-08 Antonio Ossa-GuerraCompare each .gitignore found with an appropiate relati...
2022-11-05 Antonio Ossa-GuerraApply .gitignore correctly in every source entry (...
2022-10-27 Yilei "Dolee" YangWrap concatenated strings used as function args in...
2022-10-26 Yilei "Dolee" YangEnforce empty lines before classes/functions with stick...
2022-10-11 nnremove unreachable code (#3328)
2022-10-10 Batuhan TaskayaAdd support for named exprs inside function calls as...
2022-10-07 Hugo van KemenadeRemove redundant 3.6 code and bump mypy's python_versio...
2022-10-06 Antonio Ossa-GuerraAdd option to skip the first line of source code (...
2022-10-04 KotlinIslandPreserve crlf line endings in blackd (#3257)
2022-10-02 Ray BellAdd .ipynb_checkpoints to DEFAULT_EXCLUDES (#3293)
2022-09-26 Richard SiAlways call freeze_support() if sys.frozen is True...
2022-09-26 Richard SiFix outdated references to 3.6 and run pyupgrade (...
2022-09-24 Yilei "Dolee" YangFix a crash when `# fmt: on` is used on a different...
2022-09-23 Richard SiBuild mypyc wheels for CPython 3.11 (#3276)
2022-09-14 Yilei "Dolee" YangFix a crash on dicts with paren-wrapped long string...
2022-09-05 Richard SiMitigate deprecation of aiohttp's `@middleware` decorat...
2022-08-31 Martin de La GorceUse .gitignore files in the initial source directories...
2022-08-31 ShantanuUse strict mypy checking (#3222)
2022-08-31 Yilei "Dolee" YangAdd parens around implicit string concatenations where...
2022-08-27 Richard SiDelay worker count determination
2022-08-27 Richard SiLoad .gitignore and exclude regex at time of use
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-13 ShantanuStrip trailing commas in subscripts with -C (#3209)
2022-08-13 Alexandr Artemyevadd preview option support for blackd (#3217)
2022-08-13 ShantanuUse --no-implicit-optional for type checking (#3220)
2022-08-10 ShantanuUse debug f-strings for feature detection (#3215)
2022-07-30 Richard SiRemove blib2to3 grammar cache logging (#3193)
2022-07-27 Richard SiReformat codebase with isort
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-06-23 Yilei "Dolee" YangOnly call get_future_imports when needed (#3135)
2022-06-11 Marco Edward GorelliUse is_number_token instead of assertion (#3069)
2022-06-11 Sagi ShadurRemove newline after code block open (#3035)
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-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...
next