]> 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
2023-10-20 martin f. krafftMerge commit '882d8795c6ff65c02f2657e596391748d1b6b7f5' master
2023-10-20 Henri HolopainenFix merging implicit multiline strings that have inline...
2023-10-17 Jelle ZijlstraPrepare release 23.10.0 (#3951)
2023-10-17 Jelle ZijlstraFix parser bug where "type" was misinterpreted as a...
2023-10-16 Jelle ZijlstraFix grammar for type alias support (#3949)
2023-10-16 Jelle ZijlstraTreat raw strings like other docstrings (#3947)
2023-10-16 Henri HolopainenFix long lines with power operator(s) getting splitted...
2023-10-16 Charles PatelMigrate mypy config to pyproject.toml (#3936)
2023-10-16 rdrllCI Test: Deprecating 'Healthcheck.all()' from Hypothesi...
2023-10-10 Jelle ZijlstraFix test that was not being run (#3939)
2023-10-10 Daniël van... Standardise 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-10 Jelle ZijlstraUse inline flags for test cases (#3931)
2023-10-09 ShantanuDrop support for parsing Python 2 (#3933)
2023-10-09 dependabot... Bump pypa/cibuildwheel from 2.16.1 to 2.16.2 (#3934)
2023-10-06 Cooper LeesSet Docker to use 3.11 for now (#3927)
2023-10-06 Cristiano SalernoUpdate output display to job summary (#3914)
2023-10-06 David LevRemove `$`, `>>>` and other prompt prefixes when code...
2023-10-06 John Litbornexclude tests/data/.* from mypy (#3917)
2023-10-06 Jake AntoUpdate link to VS Code formatting instructions (#3921)
2023-10-04 John Litbornrespect magic trailing commas in return types (#3916)
2023-10-03 pre-commit... [pre-commit.ci] pre-commit autoupdate (#3915)
2023-10-02 Shreya Agarwaldocs: use LSP for SublimeText 4 (#3913)
2023-10-02 dependabot... Bump pypa/cibuildwheel from 2.16.0 to 2.16.1 (#3911)
2023-10-01 ShantanuFix up changelog (#3910)
2023-10-01 Eddie DarlingFix comments getting removed from inside parenthesized...
2023-09-28 Jelle ZijlstraTry newer clang in diff-shades job (#3904)
2023-09-28 John Litbornadd support for printing the diff of AST trees when...
2023-09-25 dependabot... Bump pypa/cibuildwheel from 2.15.0 to 2.16.0 (#3901)
2023-09-24 Syed Mohammad... added the py311 to target-version config (#3898)
2023-09-22 John Litbornfix indentation of line breaks in long type hints by...
2023-09-18 Eero VaherRemove outdated mentions of runtime support of Python...
2023-09-18 dependabot... Bump actions/checkout from 3 to 4 (#3893)
2023-09-18 dependabot... Bump docker/setup-qemu-action from 2 to 3 (#3890)
2023-09-18 dependabot... Bump docker/setup-buildx-action from 2 to 3 (#3892)
2023-09-18 dependabot... Bump docker/login-action from 2 to 3 (#3891)
2023-09-18 dependabot... Bump docker/build-push-action from 4 to 5 (#3894)
2023-09-18 dependabot... Bump sphinx from 7.2.5 to 7.2.6 in /docs (#3895)
2023-09-13 ShantanuDocument disabling E704 (#3888)
2023-09-11 Shantanumypyc build improvements (#3881)
2023-09-11 dependabot... Bump docutils from 0.19 to 0.20.1 in /docs (#3699)
2023-09-11 dependabot... Bump sphinx from 7.2.3 to 7.2.5 in /docs (#3882)
2023-09-11 Simon AlinderFix broken url in editors.md (#3885)
2023-09-11 dependabot... Bump actions/checkout from 3 to 4 (#3883)
2023-09-11 Jelle ZijlstraPrepare release 23.9.1 (#3878)
2023-09-10 Shantanumypyc builds on PRs, skip mypyc wheels for 3.12 (#3870)
2023-09-10 Jelle ZijlstraPickle raw tuples in FileData cache (#3877)
2023-09-10 Jelle ZijlstraRe-export black.Mode (#3875)
2023-09-10 Jelle ZijlstraIgnore aiohttp DeprecationWarning for 3.12 (#3876)
2023-09-10 Hugo van KemenadeUpgrade to Furo 2023.9.10 to fix docs build (#3873)
2023-09-10 ShantanuAdd mypyc test marks to new tests that patch (#3871)
2023-09-09 Richard SiBump RTD Python version from 3.8 to 3.11 (#3868)
2023-09-09 ShantanuAdd classifier for 3.12 (#3866)
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-08 Jonas HaagAdd Black PyCharm 2023.2 integration instructions ...
2023-09-07 KotlinIslandblackd: fix mishandling of single character input ...
2023-09-07 ShantanuApply ignore logic before symlink resolution (#3846)
2023-09-03 Johnny.HMove coverage configurations to `pyproject.toml` (...
2023-08-26 dependabot... Bump furo from 2023.7.26 to 2023.8.19 in /docs + sphinx...
2023-08-22 Kjell-MagnusFix download badge link (#3853)
2023-08-19 ShantanuImprove handling of root to get_sources (#3847)
2023-08-19 Marc MuellerRemove tox pin (#3844)
2023-08-19 Marc MuellerImprove caching by comparing file hashes as fallback...
2023-08-19 ShantanuPin tox to fix CI (#3843)
2023-08-16 pre-commit... [pre-commit.ci] pre-commit autoupdate (#3837)
2023-08-15 ShantanuMake pre-commit do less (#3838)
2023-08-14 dependabot... Bump pypa/cibuildwheel from 2.14.1 to 2.15.0 (#3836)
2023-08-08 Christian ProudRemove ENV_PATH on Black action completion (#3759)
2023-08-08 pre-commit... [pre-commit.ci] pre-commit autoupdate (#3833)
2023-08-04 ShantanuMore concise formatting for dummy implementations ...
2023-08-04 ShantanuDocument pre-commit mirror (#3828)
2023-08-01 pre-commit... [pre-commit.ci] pre-commit autoupdate (#3825)
2023-07-31 dependabot... Bump furo from 2023.5.20 to 2023.7.26 in /docs (#3824)
2023-07-27 Aneesh AgrawalAdd Lyft to organizations using black (#3818)
2023-07-27 freddiewanahRewrite mostly useless assert in test_trans.py (#3810)
2023-07-27 Yury V. ZaytsevFix typo in `target-version` param wrongly used in...
2023-07-24 Pradeep Kumar Fix unintentionally swapped words in index.md (#3809)
2023-07-22 mihazagarFixing pre-commit using pyyaml with broken version...
2023-07-22 ShantanuSimplify empty line tracker (#3797)
2023-07-18 rdrllImprovements to contributing docs (#3753)
2023-07-18 Richard SiFix diff-shades comment missing newlines (#3799)
2023-07-17 dependabot... Bump pypa/cibuildwheel from 2.13.1 to 2.14.1 (#3795)
2023-07-17 ShantanuFix most blib2to3 lint (#3794)
2023-07-17 Richard SiMaintainers += Shantanu Jain (hauntsaninja) (#3792)
2023-07-17 Clément RobertAvoid importing `IPython` if notebook cells do not...
2023-07-17 ShantanuContinue to avoid Click typing issue (#3791)
2023-07-11 raxDocument shebang comment behaviour (#3787)
2023-07-11 pre-commit... [pre-commit.ci] pre-commit autoupdate (#3780)
2023-07-11 ShantanuFix lint in test_ipynb (#3781)
2023-07-11 Alex WaygoodRemove unneeded mypy dependencies (#3783)
2023-07-11 Nicola SoranzoRemove Python 3.7 from classifiers (#3784)
2023-07-11 skykaskoFix typo in CITATION.cff (#3779)
2023-07-11 Jelle ZijlstraPrepare release 23.7.0 (#3776)
2023-07-10 ShantanuUnpin pytest-xdist (#3772)
2023-07-10 ShantanuDisable coverage on pypy tests (#3777)
2023-07-10 martin f. krafftmailplate shortcuts
next