]> 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
2019-02-07 Jelle ZijlstraAdd `--target-version` option to allow users to choose...
2019-02-06 Hugo'sudo: required' no longer required https://blog.travis...
2019-02-06 Jakub KadlubiecProperly close the code block in README (#695)
2019-02-05 Nathan Goldbaumshow how to exclude individual files in the exclude...
2019-02-05 Kyle SundenUpdate readthedocs.yml (#611)
2019-02-05 Bryan ForbesFormat pyi files correctly (#599)
2019-02-05 Samuel Cormier... Fix indent calculation with tabs when computing prefixe...
2019-02-05 Jan HnátekFix location of expression.diff in the change notificat...
2019-01-29 Jimmy Jiachore: Fix noqa comment (#684)
2019-01-19 Anthony SottileAtomically write cache files (#674)
2019-01-18 Anthony SottileTurn off pre-commit's automatic parallelization for...
2019-01-12 Anthony Sottiledelete some dead code (#669)
2019-01-05 Utsav ShahAdd support for special comments in multiline functions...
2019-01-05 Kenyon RalphREADME.md: fix mailto link (#660)
2018-12-31 Tsuyoshi HombashiImprove an error message when failed to load pyproject...
2018-12-14 Peter StensmyrFix multiprocessing support for Windows binary (#632)
2018-12-10 Tushar ChandraAdd CORS support to blackd (#627)
2018-11-29 Jim BrännlundAdd .eggs to default exclusions (#629)
2018-11-29 Jim BrännlundSilence expected stderr (#621)
2018-11-23 Scott StevensonReflect renaming of IPython notebook to Jupyter (#616)
2018-11-23 TimoAdd url to pep 257 in readme (#615)
2018-11-20 Jelle ZijlstraRefactor Travis (#614)
2018-11-13 hauntsaninjaImproves performance on large commented logical lines...
2018-11-13 hauntsaninjaFix two types to be Optional (#607)
2018-11-13 Jelle Zijlstraremove unused variable (#604)
2018-11-08 Calum LindUpdate isort config to use_parentheses instead of combi...
2018-10-29 jgirardetset entry to black (#553)
2018-10-29 Chuck Wooterspatch main to ensure click_patch() gets called (#572)
2018-10-29 Felix Kohlgrüberdelete unused code (#588)
2018-10-29 Tony NarlockTypo (#561)
2018-10-27 Zsolt Dollensteinuse blackrelease github user for uploading release...
2018-10-19 HugoLink to Bugbear's documentation (#577)
2018-10-09 jgirardetExplicit # fmt: on/off indentation level (#554)
2018-09-27 jgirardetadd --skip-numeric-underscore-normalization in readme...
2018-09-27 Łukasz LangaRequire attrs >= 18.1.0 to work around ctypes failure...
2018-09-26 Łukasz Langav18.9b0
2018-09-26 CongDeploy windows binary (#422)
2018-09-26 Łukasz LangaRemove whitespace at the beginning of the file
2018-09-26 CongDeploy linux binary (#362) (#410)
2018-09-26 Łukasz LangaFix mangling pweave and Spyder IDE special comments
2018-09-26 Łukasz LangaMake CHANGELOG more accurate
2018-09-26 Łukasz LangaMove should_explode handling to bracket_split_build_line
2018-09-26 Łukasz LangaAdd trailing comma for single `as` imports, too
2018-09-26 Łukasz LangaRefactor left_hand_split and right_hand_split to dedupl...
2018-09-26 jgirardetadd blackd ignore pyproject (#536)
2018-09-26 Zsolt DollensteinAdd trailing comma when a single import doesn't fit...
2018-09-26 Zsolt DollensteinAdd underscores to numeric literals with more than...
2018-09-25 Tim SwastAdd .nox directories to default exclude (#525)
2018-09-25 Zsolt DollensteinUppercase digits in hex literals (#530)
2018-09-18 Łukasz LangaImprove Poetry support
2018-09-18 Sébastien EustaceUpdate Poetry section in pyproject.toml (#490)
2018-09-18 Łukasz LangaFix documentation build
2018-09-17 Łukasz LangaMove things around in change log for the latest version...
2018-09-17 Zsolt Dollensteinblackd: a HTTP server for blackening (#460)
2018-09-17 Zsolt Dollensteinfix unstable formatting when unpacking big tuples ...
2018-09-10 mikehoyioUpdate atom plugin link to point to the python-black...
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`
next