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

Remove usage of Pipenv, rely on good ol' `pip` and `virtualenv` in docs (#2717)
[etc/vim.git] / CHANGES.md
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)
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-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-18 Jelle Zijlstraprepare release 2021.11b1 (#2622)
2021-11-18 Rowan SeymourBump regex dependency to 2021.4.4 to fix import of...
2021-11-17 Jelle Zijlstraprepare release 21.11b0 (#2616)
2021-11-16 Jelle Zijlstravim: Parse skip_magic_trailing_comma from pyproject...
2021-11-15 Michal SiskaRemoved distutils import from autoload/black.vim (...
2021-11-14 Hugo van KemenadeDeclare support for Python 3.10 (#2562)
2021-11-14 Oliver MargettsAllow install under pypy (#2559)
2021-11-14 Batuhan Taskayablack/parser: partial support for pattern matching...
2021-11-12 Kian Meng AngFix typos (#2603)
2021-11-12 Richard SiImprove Python 2 only syntax detection (GH-2592)
2021-11-01 Cooper LeesUpdate CHANGES.md for 21.10b0 release (#2583)
2021-11-01 Vincent Barbaresi install build-essential to compile dependencies and...
2021-10-31 Richard SiDeprecate Python 2 formatting support (#2523)
2021-10-31 Cooper LeesPin regex in docker to 2021.10.8 (GH-2579)
2021-10-30 Richard SiAddress mypy errors on 3.10 w/ asyncio loop parameter...
2021-10-28 Nipunn Koorapatiblack-primer: Print summary after individual failures...
2021-10-27 Nipunn KoorapatiAdd --projects cli flag to black-primer (#2555)
2021-10-21 Jelle ZijlstraDefine a stability policy (#2529)
2021-10-12 Zac Hatfield-DoddsFix feature detection for positional-only arguments...
2021-10-05 Richard SiBump typed-ast minimum to 1.4.3 for 3.10 compat (#2519)
2021-09-29 Fergus MitchellAdd --workers CLI parameter (fixes #2513) (#2514)
2021-09-29 shaoranAllow to pass the FileMode options in the vim plugin...
2021-09-25 Zsolt DollensteinBump required aiohttp version to 3.7.4 (#2509)
2021-09-25 Zsolt Dollensteinre-implement simple CORS middleware for blackd (#2500)
2021-09-14 Jelle ZijlstraUpdate CHANGES.md for 21.9b0 release (#2494)
2021-09-06 Sorin SbarneaFix missing toml extra w/ setuptools-scm (GH-2475)
2021-09-01 Jameel Al-AzizAdd hidden import to PyInstaller build (GH-2466)
2021-08-29 Richard SiExclude broken typing-extensions version + fix import...
2021-08-29 Richard SiPrepare CHANGES.md for release 21.8b0 (#2458)
2021-08-28 Richard SiPin setuptools-scm build time dependency (#2457)
2021-08-26 Richard Siblib2to3: support unparenthesized wulruses in more...
2021-08-26 Richard SiStop changing return type annotations to tuples (#2384)
2021-08-24 erykoffChange sys.exit to raise ImportError (#2440)
2021-08-23 Richard SiImprove f-string expression detection regex so ......
2021-08-20 Nipunn KoorapatiPresent a more user-friendly error if .gitignore is...
2021-08-18 Aneesh AgrawalRemove `language_version` for pre-commit (#2430)
2021-08-06 Marco Edward GorelliJupyter notebook support (#2357)
2021-07-16 Bernát GáborUse platformdirs over appdirs (#2375)
2021-07-16 Cooper LeesUpdate CHANGES.md for 21.7b0 release (#2376)
2021-07-13 Felix HildénImprove AST safety parsing error message (#2304)
2021-07-12 Richard SiSwitch `toml` TOML library for `tomli` (#2301)
2021-06-23 simakiAccept empty stdin (close #2337) (#2346)
2021-06-13 Bryan BugyiFix internal error when FORCE_OPTIONAL_PARENTHESES...
2021-06-12 Bartosz TelenczukVim plugin fix string normalization option (#1869)
2021-06-12 Austin GlaserFind pyproject from vim relative to current file (...
2021-06-11 Cooper LeesAdd STDIN test to primer (#2315)
2021-06-10 Cooper LeesUpdate CHANGES.md for 21.6b0 release (#2325)
2021-06-09 jack1142Support named escapes (`\N{...}`) in string processing...
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 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 Jelle Zijlstraremove unnecessary docs changelog
2021-06-02 Cooper Ry LeesMove `--code` #2259 change log to correct unlreased...
2021-06-02 Hassan AbouelelaCode Flag Options (#2259)
2021-06-01 Stefan FoulisAdd `version` to github action (and rewrite the whole...
2021-06-01 Bryan BugyiCorrect max string length calculation when there are...
2021-05-31 Cooper LeesUpdate CHANGES.md for 21.5b2 release (#2290)
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 Jelle Zijlstraadd discussion of magic comments to FAQ (#2272)
2021-05-29 Jelle ZijlstraAdd --experimental-string-processing to future changes...
2021-05-27 Felix HildénUse latest Python in uploading binaries (#2260)
2021-05-27 Richard SiFix and test docs on Windows (#2262)
2021-05-26 Cooper LeesAdd optional uvloop import (#2258)
2021-05-25 Mark BellRemoved adding a space into empty docstrings. (#2249)
2021-05-25 Felix HildénCreate FAQ documentation (GH-2247)
2021-05-24 temeddixSolved Problem with Non-ASCII .gitignore Files (#2229)
2021-05-24 Salomon PoppBuild macOS releases (#2198)
2021-05-16 Hadi AlqattanFix: black only respects the root gitignore. (#2225)
next