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

Add ESP to sqlalchemy for black-primer (#2400)
[etc/vim.git] / src /
2021-07-25 Richard SiAdd ESP to sqlalchemy for black-primer (#2400)
2021-07-16 Bernát GáborUse platformdirs over appdirs (#2375)
2021-07-13 Felix HildénImprove AST safety parsing error message (#2304)
2021-07-12 Richard SiSwitch `toml` TOML library for `tomli` (#2301)
2021-07-10 Felix HildénUse setuptools.find_packages in setup (#2363)
2021-07-09 Richard SiAvoid src being marked as optional in help (#2356)
2021-06-23 simakiAccept empty stdin (close #2337) (#2346)
2021-06-13 jack1142Add EOF and trailing whitespace fixer to pre-commit...
2021-06-13 Bryan BugyiFix internal error when FORCE_OPTIONAL_PARENTHESES...
2021-06-11 Cooper LeesAdd STDIN test to primer (#2315)
2021-06-09 jack1142Support named escapes (`\N{...}`) in string processing...
2021-06-09 jack1142Fix flake8 configuration by switching from extend-ignor...
2021-06-09 Richard SiRegression fix: leave R prefixes capitalization alone...
2021-06-08 Sergey VartanovPossible fix for issue with indentation and fmt: skip...
2021-06-07 Cooper Lees[primer] Enable everything (#2288)
2021-06-07 Bryan BugyiFix incorrect custom breakpoint indices when string...
2021-06-07 Bryan BugyiAccount for += assignment when deciding whether to...
2021-06-03 Felix HildénAdd option to require a specific version to be running...
2021-06-03 Jelle Zijlstradon't uvloop.install on import (#2303)
2021-06-02 Hassan AbouelelaCode Flag Options (#2259)
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-29 Cooper Leesptr nolong requires changes (#2276)
2021-05-29 Jelle ZijlstraFix path_empty() (#2275)
2021-05-26 Cooper LeesAdd optional uvloop import (#2258)
2021-05-25 Mark BellRemoved adding a space into empty docstrings. (#2249)
2021-05-24 temeddixSolved Problem with Non-ASCII .gitignore Files (#2229)
2021-05-16 Hadi AlqattanFix: black only respects the root gitignore. (#2225)
2021-05-13 Richard SiAdd lower bound for aiohttp-cors + fix primer (#2231)
2021-05-13 Christian ClaussUse codespell to find typos (#2228)
2021-05-12 Łukasz LangaClick 8.0 renamed its "die on LANG=C" function so we...
2021-05-08 Łukasz LangaRefactor `src/black/__init__.py` into many files (...
2021-05-07 Kaleb BarrettDo not use gitignore if explicitly passing excludes...
2021-05-05 Cooper LeesEnable ` --experimental-string-processing` on most...
2021-05-04 Cooper LeesDisable pandas while we look into #2193 (#2195)
2021-05-04 Richard SiDetect `'@' dotted_name '(' ')' NEWLINE` as a simple...
2021-05-04 Cooper Leesprimer: Add `--no-diff` option (#2187)
2021-05-03 Cooper Leesprimer: Renable pandas (#2185)
2021-05-02 Bryan ForbesSet `is_pyi` if `stdin_filename` ends with `.pyi` ...
2021-05-01 Hugo van KemenadeTox has been formatted with Black 21.4b0 (#2175)
2021-04-28 Miro HrončokRemove useless shebangs in non-executable files (#2161)
2021-04-27 Jelle ZijlstraIgnore inaccessible user config (#2158)
2021-04-27 Jelle ZijlstraAdd pyanalyze and typeshed to black-primer (#2152)
2021-04-27 Cooper LeesUpdate CHANGELOG for 21.4b1 release (#2151)
2021-04-26 Richard SiStop stripping parens in even more illegal spots (...
2021-04-26 Jelle ZijlstraFix crash on docstrings ending with "\ " (#2142)
2021-04-26 Richard SiDon't strip parens in assert / return with assign expr...
2021-04-26 Jelle Zijlstrafix magic comma and experimental string cache flags...
2021-04-26 Cooper LeesRemove Lowercase Hex (PR #1692) from CHANGES.md (#2133)
2021-04-25 Łukasz LangaWork around stability errors due to optional trailing...
2021-04-25 Łukasz LangaFix primer config
2021-04-25 Łukasz LangaRevert "Use lowercase hex numbers fixes #1692 (#1775)"
2021-04-22 CiderManHandle Docstrings as bytes + strip all whitespace ...
2021-04-22 Mark BellMake black remove leading and trailing spaces from...
2021-04-16 Laurent TréguierFix small comment typo (#2112)
2021-04-11 Pierre SassoulasRemove NBSP at the beginning of comments (#2092)
2021-04-11 Jelle Zijlstrafix typing issue around lru_cache arguments (#2098)
2021-04-10 johnthagenExclude venv directory by default (#1683)
2021-04-08 Jelle ZijlstraFix error from upcoming typeshed change (#2096)
2021-04-04 Jakub WarczarekGet rid of redundant spaces in docs (#2085)
2021-04-01 Harish RajagopalSupport for top-level user configuration (#1899)
2021-04-01 KotlinIslanddon't require typed-ast
2021-03-05 Hadi AlqattanRemove unused import statements using Pycln. (#2021)
2021-03-03 Joshua CannonTurn test_regex into a click callback (#2016)
2021-03-01 Joshua CannonAdd --extend-exclude parameter (#2005)
2021-02-28 Rishav KunduStrip redundant parentheses from assignment exprs ...
2021-02-24 tpilewiczWrap arithmetic and binary arithmetic expressions in...
2021-02-22 James AddisonFixup: update function name in docs to match source...
2021-02-22 JamesFix for enum changes in 3.10 (#1999)
2021-02-22 Paul "TBBle" HampsonIndicate that a final newline was added in --diff ...
2021-02-20 James AddisonMinimize changes: more closely resemble original condit...
2021-02-20 James AddisonReadability: reduce boolean nesting
2021-02-20 James AddisonCleanup: remove unused / redundant variables from condi...
2021-02-20 James AddisonSimplification: only yield empty omit list when magic...
2021-02-20 James AddisonSimplification: only use special-case token retrieval...
2021-02-20 James AddisonClarity: special case: avoid using variables that have...
2021-02-20 James AddisonConsistency: use variable names that correspond to...
2021-02-20 James AddisonBrevity: only use the variables required to convey...
2021-02-20 James AddisonClarity: isolate and extract each responsibility from...
2021-02-20 James AddisonBrevity: rename method
2021-02-15 Sagi ShadurAdd "# fmt: skip" directive to black (#1800)
2021-02-11 James AddisonStability fixup: interaction between newlines and comme...
2021-02-04 Anthony Sottilespeed up cache by approximately 42x by avoiding pathlib...
2021-02-01 James AddisonRemove placeholder exit code in unreachable 'black...
2021-01-18 ShantanuAdd --skip-magic-trailing-comma (#1824)
2021-01-15 Emilv2Fix typo (#1931)
2021-01-08 Troy MurrayChanged max workers on windows to 60 (#1912)
2021-01-03 Taneli HukkinenOnly require typing-extensions if Python < 3.8 (#1873)
2020-12-28 Bryan BugyiFix INTERNAL ERROR caused by removing parens from point...
2020-12-28 Richard SiBump mypy to 0.780 in pre-commit config (#1887)
2020-12-27 nikkiefix format_str() docstring to prevent users from runnin...
2020-11-24 Richard SiAllow same RHS expressions in annotated assignments...
2020-11-13 Thiago Bellini RibeiroProvide a stdin-filename to allow stdin to respect...
2020-11-13 Casper Weiss BangUse lowercase hex numbers fixes #1692 (#1775)
2020-11-09 Justin PrietoCorrectly handle inline tabs in docstrings (#1810)
2020-11-07 Bryan BugyiFix bug which causes f-expressions to be split (#1809)
2020-10-31 Bryan BugyiFix bug where black tries to split string on escaped...
2020-10-13 Cooper LeesAdd blackd to nicely exit if missing aiohttp deps ...
next