]> 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-26 Jelle Zijlstrafix some out-of-date docstrings; other cleanup (#865)
2019-05-26 Yngve HøisethDocument cache location configuration (#866)
2019-05-26 Yngve HøisethDocument the need to enter the virtual environment...
2019-05-26 Zsolt DollensteinDon't introduce quotes to f-string sub-expressions...
2019-05-26 Zsolt Dollensteinbump Pipfile.lock
2019-05-22 Michael Flaxmanminor performance improvement (~2% speedup in unit...
2019-05-20 Stephen RosenAdd doc clarifying that there is no blackd client ...
2019-05-16 Katie McLaughlinRemove happiness of error message (#852)
2019-05-16 Jelle Zijlstraremove obviously unnecessary parentheses (#850)
2019-05-09 Łukasz LangaMention support for async generators
2019-05-09 Łukasz LangaChange log wording and ordering
2019-05-09 Łukasz Langaacks += bgw
2019-05-09 Benjamin WoodruffMove tokenizer config onto grammar, rename flag
2019-05-09 Benjamin WoodruffAdd support for always tokenizing async/await as keywords
2019-05-09 Łukasz Langaacks += revfried
2019-05-09 Łukasz LangaMention fix for backslashes before standalone comments
2019-05-09 Łukasz LangaRemove spurious prints
2019-05-08 Łukasz LangaUse to handle legacy async/await handling in assert_eq...
2019-05-08 Carol WillingAdd PyCon talk link to README (#844)
2019-05-08 Jason FriedMake --safe work for Python2.7 syntax, by using typed_a...
2019-05-08 Carl MeyerAvoid unstable formatting when comment follows escaped...
2019-05-08 HugoMinor README updates (#842)
2019-05-07 Łukasz LangaMention Elpy
2019-05-07 Łukasz Langahumility -= 1
2019-05-07 pmacostaUse g:pymode_python-defined interpreter if defined...
2019-05-07 Jelle Zijlstradon't run more than 61 workers on Windows (#838)
2019-05-07 Arjaan BuijkDescribe how to add black to Wing IDE (#758)
2019-05-07 Jelle ZijlstraAdd `black -c "code"` (#761)
2019-05-07 Jon DufresneRemove deprecated license_file from setup.cfg (#825)
2019-05-07 Jelle Zijlstraadd to changelog
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)
next