]> 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-05-07 Jelle ZijlstraAdd parentheses around tuple unpack assignment (#832)
2019-05-07 Jelle ZijlstraRemove unnecessary parens around yield (#834)
2019-05-07 HugoUpdate calver version number (#835)
2019-05-06 Jelle Zijlstraadd to CHANGELOG
2019-05-06 Jelle Zijlstrafix handling of comments in from imports (#829)
2019-05-05 Tom ChristieWrap `loop.run_in_executor` up in `asyncio.ensure_futur...
2019-05-02 Hugoambv/black -> python/black (#819)
2019-05-02 HugoFix B011 (#820)
2019-05-02 Daniel Hahlerminor: remove wrong comment in .flake8 (#788)
2019-03-25 Jelle ZijlstraSplit the TRAILING_COMMA feature (#763)
2019-03-20 Daniele EspostiTerget version option kebab-style (#770)
2019-03-17 Thom Lufix vim plugin for 19.3b0 (#755) (#766)
2019-03-16 Jelle Zijlstraredo grammar selection, add test (#765)
2019-03-16 Zsolt Dollensteinfix appveyor deploy section
2019-03-16 Zsolt DollensteinUse new github token for appveyor release
2019-03-15 Jelle Zijlstraadd change log entry (#764)
2019-03-15 Jelle Zijlstrafix incorrect call (#762)
2019-03-14 Andy FreelandFix print() function on Python 2 (#754)
2019-03-14 Łukasz Langav19.3b0
2019-03-14 Jelle ZijlstraAdd back --py36 as a deprecated option (#750)
2019-03-14 Łukasz LangaMention tab comment fixes, extend tests
2019-03-14 Łukasz LangaMention atomic cache creation in the change log
2019-03-14 Greg GandenbergerIndicate that PyCharm instructions also work with Intel...
2019-03-14 HeafordUpdate README.md - Pycharm instructions not working...
2019-03-14 Łukasz LangaMention fix for #632 in the change log
2019-03-14 Łukasz LangaEnhance the type comment patch
2019-03-14 Russell DavisFix PyCharm instructions in README (#701)
2019-03-14 HugoFix PendingDeprecationWarning: Task.all_tasks() is...
2019-03-14 Łukasz LangaUpdates to the change log
2019-03-14 Łukasz LangaSimplify the #606 patch
2019-03-14 Anders-Petter... Changes default logger used by blib2to3 Driver (#732)
2019-03-14 Łukasz LangaUpdate Pipfile environment
2019-03-14 Łukasz LangaAdd pip-wheel-metadata/ to ignores
2019-03-08 Jelle Zijlstraremove Python implementation-specific versions (#736)
2019-03-07 Sami SalonenPut cursor in last line if old position is invalid...
2019-02-24 Jelle Zijlstraremove --py36 (#724)
2019-02-23 Jelle Zijlstra split long del statements into multiple lines (#698)
2019-02-20 programmer04Fix example with well formated code (add missing comma...
2019-02-16 sponsfreixesImprove examples to use 88 chars line length (#677...
2019-02-14 Jelle Zijlstraadd missing aiohttp dep (#699)
2019-02-14 Greg GandenbergerAdd PyCharm setup step (#680)
2019-02-07 Zsolt DollensteinRemove numeric underscore normalization (#696)
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)
next