]> 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
2018-09-08 Zsolt DollensteinMake sure `async for` is not broken up to separate...
2018-08-28 Jon DufresneAdd trove classifier for Python 3.7 support (#486)
2018-08-28 Jon DufresnePrefer https:// links where available (#485)
2018-08-28 Jon DufresneAdd build & dist directories to .gitignore (#487)
2018-08-28 Jon DufresneInclude license file in the generated wheel package...
2018-08-28 Jon DufresneUpdate pypi.python.org URL to pypi.org (#488)
2018-08-28 Eli TreuherzChange my email in the README (#483)
2018-08-27 Nikolaus WaxweilerISSUE_TEMPLATE.md: Add mention of online formatter...
2018-08-26 Zsolt Dollensteinfix lint errors
2018-08-26 Zsolt Dollensteinadd test case for preserving newlines from stdin
2018-08-23 Jelle Zijlstrachange some numeric behavior (#469)
2018-08-23 Zsolt Dollensteinadd changelog entry for #468
2018-08-23 Jelle Zijlstrafix bracket match bug (#470)
2018-08-22 Jelle Zijlstrawrap atoms in invisible parens to split adjacent string...
2018-08-20 Jelle Zijlstrafix misformatting of floats with leading zeros (#464)
2018-08-20 Zsolt DollensteinSupport parsing of async generators in non-async functi...
2018-08-20 Jelle Zijlstraautodetect Python 3.6 on the basis of underscores ...
2018-08-19 cehFix minor typos (#443)
2018-08-18 Łukasz Langacommitters += jelle
2018-08-17 Łukasz LangaPyPI downloads badge
2018-08-17 Łukasz LangaNits around numeral normalization.
2018-08-17 Łukasz LangaPut missing blank lines after return statements.
2018-08-17 Łukasz LangaMake schedule_formatting logic less nested.
2018-08-17 Łukasz LangaSimplify caching logic.
2018-08-17 Łukasz LangaUpdate README with missing change log, etc.
2018-08-17 Miroslav Shubernetskiynot enforcing python3.6 for precommit hook (#430)
2018-08-17 David HothamRemove mappings from Vim plugin. (#417)
2018-08-17 Benjamin Wohlwendadded instructions for PyCharm File Watcher setup ...
2018-08-17 Jonty Wareingvim: Restore cursor/window position after format (...
2018-08-17 José PadillaAdd playground link (#437)
2018-08-17 hauntsaninjaUse atom-black plugin for Atom integration (#456)
2018-08-17 Jelle Zijlstrawrite cache in --check mode (#453)
2018-08-17 Jelle Zijlstranormalize numeric literals (#454)
2018-07-22 Zsolt DollensteinLook at actual parenthesis when generating ignored...
2018-07-18 Zsolt Dollensteinupdate to mypy 0.620 and make tests pass again
2018-07-09 Anthony Sottilepre-commit: use exclusion instead of ever-growing regex...
2018-07-02 Zsolt Dollensteinadd change log entry
2018-07-02 Zsolt DollensteinImprove get_future_imports implementation.
2018-07-02 cclaussTravisCI: Test on production Python 3.7 and 3.8-dev...
2018-06-23 David SzottenSuggest BufWritePre instead of BufWritePost for vi...
2018-06-21 Łukasz Langa18.6b4
2018-06-21 Łukasz LangaDon't freeze when multiple comments directly precede...
2018-06-20 Łukasz Langa18.6b3
2018-06-20 Łukasz LangaMore tests for `# fmt: off`
2018-06-20 Łukasz LangaTrivial nits
2018-06-20 Łukasz LangaStop Click from crashing Black on invalid environments
2018-06-20 Łukasz LangaMove INDENT value to the postponed prefix
2018-06-20 Łukasz LangaUse the separate pass for `# fmt: off` on all code
2018-06-19 Łukasz LangaSupport `# fmt: off/on` pairs within brackets
2018-06-19 Łukasz LangaUpdate README with missing fixes in Change Log
2018-06-19 Łukasz LangaCache generated comments
2018-06-19 MariattaAdd travis badge and GitHub Fork banner to docs (#365)
2018-06-16 Rupert BedfordAdd pyls-black to README (#361)
2018-06-16 Jelle ZijlstraAdd blank line after constants in stub file (#360)
2018-06-15 MariattaAdd code snippet for using black badge in .rst (#356)
2018-06-13 Katrin LeinweberHarmonise with other instances (#347)
2018-06-13 NerasteIgnore symbolic links pointing outside of the root...
2018-06-12 Joseph LarsonRemove reference to deprecated Visual Studio Code exten...
2018-06-10 Zsolt DollensteinExclude profiling data when doing black . in this repo
2018-06-10 Zsolt DollensteinFix string normalization eating all backslashes above 3
2018-06-10 Łukasz LangaAdd failing test data
2018-06-10 Łukasz LangaDon't mark subtrees as changed that were already marked.
2018-06-10 Łukasz LangaCache child sibling lookups
2018-06-10 Łukasz LangaMake test_black.py work in profilers
2018-06-09 Łukasz LangaMake `is_complex_subscript()` ignore list literals
2018-06-09 Łukasz LangaMove profiling data out of tests/data
2018-06-09 Zsolt DollensteinFix string normalization sometimes producing invalid...
2018-06-09 Daniel M. CapellaAdd .toml from tests to MANIFEST.in (#325)
2018-06-08 Łukasz Langa18.6b2
2018-06-08 Łukasz LangaUpdate README with missing Change Log entries
2018-06-08 Łukasz LangaReturn early from comment placement calculation on...
2018-06-08 Loren CarvalhoAdd `-h` as a shortcut for `--help` (#316)
2018-06-07 Zsolt Dollensteinfix handling of empty triple quoted strings (#314)
2018-06-07 Łukasz LangaDon't crash the Vim plugin
2018-06-07 Łukasz Langa2018 is not the year of Unicode on your desktop
2018-06-07 Łukasz LangaPreliminary work on Poetry integration
2018-06-07 Łukasz LangaFix link
2018-06-07 Łukasz LangaIt works better when dependencies are installed. Who...
2018-06-07 Łukasz LangaTrim TOC to fit in two lines again
2018-06-07 Łukasz LangaUse `black .` now that we can
2018-06-07 Łukasz LangaSupport pyproject.toml
2018-06-06 Łukasz LangaMove test data to data
2018-06-06 Łukasz LangaFix improper unmodified file caching when `-S` was...
2018-06-06 Łukasz LangaUpdate beta link in docs
2018-06-06 Matthew Walstervim: add "--skip-string-normalization" support (#310)
2018-06-06 Zsolt DollensteinDon't put a space after `*` in `g = 1, *"x"` (#309)
2018-06-06 Zsolt DollensteinChange tests with stdin/out to exercise black.main...
2018-06-06 Brett CannonList the Python extension for VS Code as an editor...
2018-06-06 HugoLink to GitHub + HTTPS + typos (#303)
2018-06-06 Peter Bengtssoncorrect email for Peter Bengtsson (#302)
2018-06-05 Łukasz Langaacks += beterbe
2018-06-05 Łukasz Langa18.6b1
2018-06-05 Peter Bengtsson✨ 🍰 ✨ isn't appropriate when it fails, fixes #300 ...
2018-06-05 Zsolt DollensteinPrint report on stderr.\n\nFixes #299.
2018-06-05 Łukasz Langa18.6b0
2018-06-05 Łukasz LangaFix unnecessary parentheses when a line contains multil...
2018-06-05 Łukasz LangaFix long trivial assignments being wrapped in unnecessa...
2018-06-05 Łukasz LangaFix handling of empty files
2018-06-05 Łukasz LangaConsider stars in testlist_star_expr unpacking (because...
2018-06-05 Łukasz LangaProperly format unified diff
next