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

Standardise newlines after module-level docstrings (#3932)
[etc/vim.git] / CHANGES.md
2023-10-10 Daniël van NoordStandardise newlines after module-level docstrings...
2023-10-10 ShantanuReport all stacktraces in verbose mode (#3938)
2023-10-10 ShantanuFix cache versioning when BLACK_CACHE_DIR is set (...
2023-10-09 ShantanuDrop support for parsing Python 2 (#3933)
2023-10-06 Cristiano SalernoUpdate output display to job summary (#3914)
2023-10-04 John Litbornrespect magic trailing commas in return types (#3916)
2023-10-01 ShantanuFix up changelog (#3910)
2023-10-01 Eddie DarlingFix comments getting removed from inside parenthesized...
2023-09-22 John Litbornfix indentation of line breaks in long type hints by...
2023-09-11 Jelle ZijlstraPrepare release 23.9.1 (#3878)
2023-09-10 Jelle ZijlstraPickle raw tuples in FileData cache (#3877)
2023-09-09 Jelle ZijlstraUpgrade mypy (#3864)
2023-09-09 Jelle ZijlstraPrepare release 23.9.0 (#3863)
2023-09-09 konstiBlank line between nested and function def in stub...
2023-09-08 Charlie MarshAvoid removing whitespace for walrus operators within...
2023-09-07 KotlinIslandblackd: fix mishandling of single character input ...
2023-09-07 ShantanuApply ignore logic before symlink resolution (#3846)
2023-08-19 Marc MuellerImprove caching by comparing file hashes as fallback...
2023-08-08 Christian ProudRemove ENV_PATH on Black action completion (#3759)
2023-08-04 ShantanuMore concise formatting for dummy implementations ...
2023-08-04 ShantanuDocument pre-commit mirror (#3828)
2023-07-17 Clément RobertAvoid importing `IPython` if notebook cells do not...
2023-07-11 Jelle ZijlstraPrepare release 23.7.0 (#3776)
2023-07-09 ShantanuFix crash on type comment with trailing space (#3773)
2023-07-09 Jelle ZijlstraFix removed comments in stub files (#3745)
2023-07-09 ShantanuImprove performance by skipping unnecessary normalisati...
2023-07-09 Kenneth SchackartAdd CITATION.cff file (#3723)
2023-07-09 ShantanuRemove click patch (#3768)
2023-07-05 ShantanuDrop support for Python 3.7 (#3765)
2023-07-05 ShantanuBetter error message for invalid exclude types (#3764)
2023-07-04 Zac Hatfield-DoddsEnable `PYTHONWARNDEFAULTENCODING = 1` in CI (#3763)
2023-06-30 rdrllCI Test: Deprecating 'set-output' command (#3757)
2023-06-28 rdrllDoc: Developer reference update (#3755)
2023-06-27 rdrllFix a magical comment caused internal error (#3740)
2023-06-27 ShantanuDecrease cost of ipynb code path when unneeded (#3748)
2023-06-25 ShantanuIntegrate verbose logging with get_sources (#3749)
2023-06-24 ShantanuAllow specifying `--workers` via environment variable...
2023-06-23 Stian JensenBuild with mypyc 1.3 (#3697)
2023-06-23 Renan SantosFix not honouring pyproject.toml when using stdin and...
2023-06-16 Yilei "Dolee" YangDo not add trailing commas to return type annotations...
2023-06-10 Ville SkyttäUse aware datetimes to represent UTC (#3728)
2023-06-02 Jelle ZijlstraAdd support for PEP 695 syntax (#3703)
2023-05-31 jmcbblackd: show default values for options (#3712)
2023-05-18 Jonathan BerthiasRemove blank lines before class docstring (#3692)
2023-05-17 Ray BellSort DEFAULT_EXCLUDES and add .vscode, .pytest_cache...
2023-05-15 Matthieu Simon[github action] display black result in job summary...
2023-04-28 Yilei "Dolee" YangDo not wrap implicitly concatenated strings used as...
2023-03-29 Jelle ZijlstraFixup the changelog (#3628)
2023-03-29 Jelle ZijlstraPrepare release 23.3.0 (#3625)
2023-03-28 Ilia LazarevSpecify Python exec path with minor version if availabl...
2023-03-28 Jakub KuczysUse GH action version when version argument not specifi...
2023-03-19 Hong Minhee (洪 民憙)Let string splitters respect `East_Asian_Width` propert...
2023-03-19 Tushar SadhwaniSupport files with type comment syntax errors (#3594)
2023-03-18 WMOkiishiEnforce a blank line after a nested class in stubs...
2023-03-18 Jelle ZijlstraAdd SECURITY.md (#3612)
2023-03-18 Yilei "Dolee" YangDo not add an extra blank line to an import line that...
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-03-07 Aneesh AgrawalImprove multiline string handling (#1879)
2023-02-05 mainj12Actually add trailing commas to collection literals...
2023-02-01 Jelle ZijlstraPrepare release 23.1.0 (#3536)
2023-02-01 Stijn de GooijerInfer target version based on project metadata (#3219)
2023-01-31 Jelle ZijlstraDraft for Black 2023 stable style (#3418)
2023-01-31 Jelle ZijlstraFix unsafe cast in linegen.py w/ await yield handling...
2023-01-24 Edouard ChoinièreFix `black --help` output for `--python-cell-magics...
2023-01-22 Yilei "Dolee" YangFix an invalid quote escaping bug in f-string expressio...
2023-01-22 Shivansh-007Format hex code in unicode escape sequences in string...
2023-01-20 Yilei "Dolee" YangWrap multiple context managers in parentheses when...
2023-01-19 Antonio Ossa-GuerraFix false symlink detection claims in verbose output...
2023-01-18 Jelle ZijlstraFix crash with walrus + await + with (#3473)
2023-01-16 Jelle ZijlstraFix two docstring crashes (#3451)
2022-12-29 Jordan EphronParenthesize conditional expressions (#2278)
2022-12-23 Yilei "Dolee" YangSignificantly speedup ESP on large expressions that...
2022-12-21 Matthew ArmandAdd latest_prerelease Docker Hub tag for following...
2022-12-21 Yilei "Dolee" YangFix an issue where extra empty lines are added. (#3470)
2022-12-20 Matthew ArmandVim plugin docs improvements (#3468)
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-18 Jelle Zijlstratomli: Don't worry about specific alpha releases (...
2022-12-17 Jelle ZijlstraCheck stability for both preview and non-preview styles...
2022-12-17 Cooper LeesRemove separate 3.11 CI now deps support 3.11 (#3446)
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 Richard SiBump mypy[c] from 0.971 to 0.991 (#3380)
2022-12-10 mainj12Adding pyproject.toml configuration output to verbose...
2022-12-10 Yilei "Dolee" YangFix a crash in preview style with assert + parenthesize...
2022-12-09 Jelle ZijlstraPrepare release 22.12.0 (#3413)
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 Corey HickeyVim plugin: allow using system black rather than virtua...
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-10 Batuhan TaskayaAdd support for named exprs inside function calls as...
2022-10-06 Jelle ZijlstraPrepare release 22.10.0 (#3311)
2022-10-06 Antonio Ossa-GuerraAdd option to skip the first line of source code (...
next