]> git.madduck.net Git - etc/vim.git/shortlog

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:

etc/vim.git
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...
2022-01-07 Felix HildénImprove CLI reference wording (#2753)
2022-01-02 Gunung Pambudi... Documentation: include Wing IDE 8 integrations (GH...
2021-12-31 Richard SiPrimer: exclude crashing sqlalchemy file for now (GH...
2021-12-30 Jelle ZijlstraDrop upper version bounds on dependencies (GH-2718)
2021-12-25 Miro HrončokSupport pytest 7 by fixing broken imports (GH-2705)
2021-12-25 Marco Edward... remove all type: ignores in src/black (GH-2720)
2021-12-21 Felix HildénUpdate contributing wording (#2719)
2021-12-21 Batuhan TaskayaSupport multiple top-level as-expressions on case state...
2021-12-21 Łukasz LangaRemove usage of Pipenv, rely on good ol' `pip` and...
2021-12-21 Marco Edward... Define is_name_token (and friends) to resolve some...
2021-12-21 Taneli HukkinenDisable universal newlines when reading TOML (#2408)
2021-12-20 dependabot... Bump myst-parser from 0.16.0 to 0.16.1 in /docs (#2710)
2021-12-20 dependabot... Bump sphinx from 4.3.1 to 4.3.2 in /docs (#2709)
2021-12-17 Batuhan TaskayaImply 3.8+ when annotated assigments used with unparent...
2021-12-16 Mike TavesUse 'python -m build' to build wheel and source distrib...
2021-12-16 Batuhan TaskayaUnpacking on flow constructs (return/yield) now implies...
2021-12-15 dependabot... Bump pre-commit/action from 2.0.2 to 2.0.3 (GH-2695)
2021-12-15 dependabot... Bump myst-parser from 0.15.2 to 0.16.0 in /docs (GH...
2021-12-15 Richard SiInclude underlying error when AST safety check parsing...
2021-12-15 aruuse valid package-ecosystem key (#2694)
2021-12-15 Richard Sichore: dump docs deps and pre-commit hooks (#2676)
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 Jelle Zijlstrano longer expect changes on pyanalyze (#2674)
2021-12-05 Richard SiPrepare for release 21.12b0 (GH-2673)
2021-12-05 Batuhan Taskayaperf: drop the initial stack copy (#2670)
2021-12-05 Richard Siblib2to3 can raise TokenError and IndentationError...
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 Jelle Zijlstraslightly better example link (#2617)
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 Jelle Zijlstraadd FAQ entry about undetected syntax errors (#2645)
2021-11-30 Jameel Al-AzizRemove hidden import from PyInstaller build (#2657)
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-27 Marco Edward... add missing f-string (#2650)
2021-11-26 Marco Edward... Assignment to env var in Jupyter Notebook doesn't...
2021-11-26 Jelle Zijlstrafix regex (#2643)
2021-11-26 Wael NasreddineREADME: Add KeepTruckin to the list of orgs (GH-2638)
2021-11-25 Batuhan Taskayagrammar: accept open sequences on match subject (GH...
2021-11-21 AshChange `cfg` to `ini` for text highlighting (#2632)
2021-11-20 Matthew D.... Fix process pool fallback on Python 3.10 (GH-2631)
2021-11-19 Richard SiFix mypyc compat issue w/ AST safety check (GH-2628)
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-17 Jelle Zijlstrafix vim plugin (#2615)
2021-11-16 Richard SiFix 3.10's supported features (#2614)
2021-11-16 Richard SiImplementing mypyc support pt. 2 (#2431)
2021-11-16 Jelle Zijlstravim: Parse skip_magic_trailing_comma from pyproject...
2021-11-16 pszlazakDocker image usage description (#2412)
2021-11-16 Batuhan Taskayablack/parser: optimize deepcopying nodes (#2611)
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 Batuhan Taskayablack/parser: support as-exprs within call args (#2608)
2021-11-14 Oliver MargettsAllow install under pypy (#2559)
2021-11-14 Batuhan Taskayablack/parser: partial support for pattern matching...
2021-11-13 Richard SiBump deps in Pipfile.lock (GH-2605)
2021-11-12 Kian Meng AngFix typos (#2603)
2021-11-12 Richard SiImprove Python 2 only syntax detection (GH-2592)
2021-11-11 Richard Siprimer: Hypothesis now requires Python>=3.8 (GH-2602)
2021-11-06 LordOfPollsAdd a missing space in Python 2 deprecation (GH-2590)
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-30 Felix HildénUpdate bug template (#2538)
2021-10-30 Nipunn KoorapatiUse STDIN project in test_projects to ensure it runs...
2021-10-30 RomaAdd Tesla to organizations list (#2577)
2021-10-30 dawnfix: allow tests to be run from (hopefully) any directo...
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-27 Nipunn KoorapatiPrint out line diff on test failure (#2552)
2021-10-27 Marco Edward... Refactor Jupyter magic handling (#2545)
2021-10-22 Nipunn KoorapatiRemove some unneeded exceptions from mypy.ini (#2557)
2021-10-22 Nipunn KoorapatiDisallow any Generics on mypy except in black_primer...
2021-10-21 Jelle ZijlstraDefine a stability policy (#2529)
2021-10-19 Marco Edward... bump sphinx so it works on Python3.10 (#2546)
2021-10-12 Zac Hatfield... Fix feature detection for positional-only arguments...
2021-10-05 Mathieu Kniewallnerchore(ci): use official Python 3.10 (#2521)
2021-10-05 Richard SiBump typed-ast minimum to 1.4.3 for 3.10 compat (#2519)
2021-10-02 Richard SiMNT: remove unnecessary test deps + some refactoring...
2021-09-29 Fergus MitchellAdd --workers CLI parameter (fixes #2513) (#2514)
2021-09-29 shaoranAllow to pass the FileMode options in the vim plugin...
next