]> 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
2021-11-19 Richard SiFix mypyc compat issue w/ AST safety check (GH-2628)
2021-11-18 Jelle Zijlstraprepare release 2021.11b1 (#2622)
2021-11-18 Rowan SeymourBump regex dependency to 2021.4.4 to fix import of...
2021-11-17 Jelle Zijlstraprepare release 21.11b0 (#2616)
2021-11-17 Jelle Zijlstrafix vim plugin (#2615)
2021-11-16 Richard SiFix 3.10's supported features (#2614)
2021-11-16 Richard SiImplementing mypyc support pt. 2 (#2431)
2021-11-16 Jelle Zijlstravim: Parse skip_magic_trailing_comma from pyproject...
2021-11-16 pszlazakDocker image usage description (#2412)
2021-11-16 Batuhan Taskayablack/parser: optimize deepcopying nodes (#2611)
2021-11-15 Michal SiskaRemoved distutils import from autoload/black.vim (...
2021-11-14 Hugo van KemenadeDeclare support for Python 3.10 (#2562)
2021-11-14 Batuhan Taskayablack/parser: support as-exprs within call args (#2608)
2021-11-14 Oliver MargettsAllow install under pypy (#2559)
2021-11-14 Batuhan Taskayablack/parser: partial support for pattern matching...
2021-11-13 Richard SiBump deps in Pipfile.lock (GH-2605)
2021-11-12 Kian Meng AngFix typos (#2603)
2021-11-12 Richard SiImprove Python 2 only syntax detection (GH-2592)
2021-11-11 Richard Siprimer: Hypothesis now requires Python>=3.8 (GH-2602)
2021-11-06 LordOfPollsAdd a missing space in Python 2 deprecation (GH-2590)
2021-11-01 Cooper LeesUpdate CHANGES.md for 21.10b0 release (#2583)
2021-11-01 Vincent Barbaresi install build-essential to compile dependencies and...
2021-10-31 Richard SiDeprecate Python 2 formatting support (#2523)
2021-10-31 Cooper LeesPin regex in docker to 2021.10.8 (GH-2579)
2021-10-30 Richard SiAddress mypy errors on 3.10 w/ asyncio loop parameter...
2021-10-30 Felix HildénUpdate bug template (#2538)
2021-10-30 Nipunn KoorapatiUse STDIN project in test_projects to ensure it runs...
2021-10-30 RomaAdd Tesla to organizations list (#2577)
2021-10-30 dawnfix: allow tests to be run from (hopefully) any directo...
2021-10-28 Nipunn Koorapatiblack-primer: Print summary after individual failures...
2021-10-27 Nipunn KoorapatiAdd --projects cli flag to black-primer (#2555)
2021-10-27 Nipunn KoorapatiPrint out line diff on test failure (#2552)
2021-10-27 Marco Edward... Refactor Jupyter magic handling (#2545)
2021-10-22 Nipunn KoorapatiRemove some unneeded exceptions from mypy.ini (#2557)
2021-10-22 Nipunn KoorapatiDisallow any Generics on mypy except in black_primer...
2021-10-21 Jelle ZijlstraDefine a stability policy (#2529)
2021-10-19 Marco Edward... bump sphinx so it works on Python3.10 (#2546)
2021-10-12 Zac Hatfield... Fix feature detection for positional-only arguments...
2021-10-05 Mathieu Kniewallnerchore(ci): use official Python 3.10 (#2521)
2021-10-05 Richard SiBump typed-ast minimum to 1.4.3 for 3.10 compat (#2519)
2021-10-02 Richard SiMNT: remove unnecessary test deps + some refactoring...
2021-09-29 Fergus MitchellAdd --workers CLI parameter (fixes #2513) (#2514)
2021-09-29 shaoranAllow to pass the FileMode options in the vim plugin...
2021-09-28 Richard SiFix python_version markers in Pipfile.lock (#2511)
2021-09-25 Marco Edward... Add test to cover when unable to replace magics (#2471)
2021-09-25 Zsolt DollensteinBump required aiohttp version to 3.7.4 (#2509)
2021-09-25 Zsolt Dollensteinre-implement simple CORS middleware for blackd (#2500)
2021-09-24 Deepyaman DattaAdd Kedro to project list and QuantumBlack to orgs...
2021-09-19 Clément RobertDOC: cleanup pre-commit instructions following #2430...
2021-09-19 Marco Edward... add check for version in the-basics example (#2459)
2021-09-18 Zsolt Dollensteinfix all b904s (#2501)
2021-09-14 Jelle ZijlstraUpdate CHANGES.md for 21.9b0 release (#2494)
2021-09-06 Sorin SbarneaFix missing toml extra w/ setuptools-scm (GH-2475)
2021-09-05 Marco Edward... Remove `blackcellmagic` reference (#2477)
2021-09-01 Jameel Al-AzizAdd hidden import to PyInstaller build (GH-2466)
2021-08-31 pszlazakChange docker workflow for latest_release tag (#2468)
2021-08-30 arufix: run pypi / docker upload from published draft...
2021-08-29 Richard SiExclude broken typing-extensions version + fix import...
2021-08-29 Richard SiPrepare CHANGES.md for release 21.8b0 (#2458)
2021-08-28 Richard SiPin setuptools-scm build time dependency (#2457)
2021-08-28 Marco Edward... add test which covers stdin filename ipynb (#2454)
2021-08-28 Marco Edward... set mypy_path in mypy.ini (#2455)
2021-08-27 Marco Edward... Document jupyter hook (#2416)
2021-08-26 Richard Siblib2to3: support unparenthesized wulruses in more...
2021-08-26 Richard SiStop changing return type annotations to tuples (#2384)
2021-08-26 Richard SiMNT: add pull request template (#2443)
2021-08-24 Cooper LeesAdd cpython Lib/ repository config into primer config...
2021-08-24 erykoffChange sys.exit to raise ImportError (#2440)
2021-08-23 Richard SiAdd test requirements to Pipfile[.lock] & bump deps...
2021-08-23 Richard SiImprove f-string expression detection regex so ......
2021-08-20 Nipunn KoorapatiPresent a more user-friendly error if .gitignore is...
2021-08-18 Aneesh AgrawalRemove `language_version` for pre-commit (#2430)
2021-08-16 Marco Edward... Add jupyter deps to Pipfile.lock (#2419)
2021-08-12 Tom FryersUpdate language server links (#2425)
2021-08-12 arufix: remove unneccessary escape character (#2423)
2021-08-06 Marco Edward... Jupyter notebook support (#2357)
2021-08-06 Taneli HukkinenFix type dependencies of mypy invocation (#2411)
2021-07-28 Hugo van KemenadeTest on Python 3.10-dev (#2406)
2021-07-28 Richard SiFix issue templates + add docs template (#2399)
2021-07-25 Richard SiAdd ESP to sqlalchemy for black-primer (#2400)
2021-07-24 Jelle ZijlstraClarify contributing docs (#2398)
2021-07-22 David Szottenisort docs have changed urls (#2390)
2021-07-17 Jelle Zijlstraadd context manager to temporarily change the cwd ...
2021-07-16 Bernát GáborUse platformdirs over appdirs (#2375)
2021-07-16 Cooper LeesUpdate CHANGES.md for 21.7b0 release (#2376)
2021-07-16 pszlazakCreate Docker tag 'latest_release' (#2374)
2021-07-16 Richard SiDon't include profiling/ to cut down sdist by ~2x ...
2021-07-13 Felix HildénImprove AST safety parsing error message (#2304)
2021-07-12 Richard SiSwitch `toml` TOML library for `tomli` (#2301)
2021-07-12 Łukasz LangaAdd LocalStack and Twisted to projects using Black
2021-07-11 Marco Edward... Second run of tox -e py results in a test error for...
2021-07-10 Felix HildénUse setuptools.find_packages in setup (#2363)
2021-07-09 Richard SiAvoid src being marked as optional in help (#2356)
2021-07-04 Marco Edward... fix typo (#2358)
2021-06-23 simakiAccept empty stdin (close #2337) (#2346)
2021-06-22 Taneli HukkinenGet `click` types from main repo (#2344)
2021-06-22 SADIK KUZUUpdate pre-commit config (#2331)
2021-06-17 Art ChaidarunAdd Duolingo to list of users (#2341)
2021-06-15 Felix HildénChat on Discord instead of Freenode (#2336)
2021-06-13 Felix HildénDocs: no space is inserted to empty docstrings (#2249...
next