]> 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-03-31 Zsolt DollensteinDescribe how string literals are handled (#96)
2018-03-31 Mika⠙Lines now break before all delimiters (#94)
2018-03-31 Zsolt DollensteinNormalize string quotes (#75)
2018-03-31 Łukasz LangaDocument asyncio fixes
2018-03-31 Łukasz LangaGraceful shutdown in case of cancellation
2018-03-30 Carol WillingMerge pull request #89 from willingc/doc-conda
2018-03-30 Carol Willingfloat python in doc build
2018-03-30 Łukasz LangaMention fix for #22 in changelog
2018-03-30 Łukasz LangaMore comments tests
2018-03-30 Łukasz LangaRemove standalone comment hacks
2018-03-30 Carol Willinguse conda for rtd
2018-03-29 Łukasz LangaRemove the test-specific .flake8 file
2018-03-29 Josh HollandFix --check with multiple files (#88)
2018-03-29 Łukasz LangaUse imperative language in all docstrings
2018-03-29 Łukasz LangaShow __str__ in UnformattedLines
2018-03-29 Łukasz LangaAdd DebugVisitor.show() to documentation under utility...
2018-03-29 Łukasz LangaMore minor documentation-related changes
2018-03-29 Łukasz LangaAuto-generated documentation-related fixes
2018-03-28 Carol Willingdocument classes, functions, exceptions (#82)
2018-03-27 Łukasz LangaFirst stab at the Vim plugin!
2018-03-27 Łukasz LangaAllow up to two empty lines on module level and single...
2018-03-27 Łukasz LangaIt's obviously not just me, yo. Thanks y'all 🖤
2018-03-27 Łukasz LangaDon't crash and burn on empty lines with trailing white...
2018-03-27 Łukasz LangaBig documentation deduplication
2018-03-26 Artem MalyshevAdd Emacs text editor integration to the README. (#79)
2018-03-26 Łukasz LangaImprove pypi badge template
2018-03-26 Łukasz LangaSelf-host PyPI-related badges
2018-03-26 Łukasz LangaCustom MIT license badge
2018-03-26 Daniel M. CapellaInclude .out file(s) in the distribution (#77)
2018-03-26 Łukasz LangaAny logo you like
2018-03-26 HugoConsistently style the name (#76)
2018-03-26 Łukasz Langa18.3a4
2018-03-26 Łukasz LangaCoverage reporting
2018-03-26 Łukasz LangaThe site is cleaner without the 'Related' cruft.
2018-03-25 Łukasz LangaReadTheDocs badge
2018-03-25 Łukasz LangaNot actually using the Model T logo after all
2018-03-25 Łukasz LangaLink to ReadTheDocs
2018-03-25 Łukasz LangaCompress the logos better
2018-03-25 Łukasz LangaMore documentation fixes for ReadTheDocs
2018-03-25 Łukasz LangaDocumentation fixes for ReadTheDocs
2018-03-24 Łukasz LangaImplement `# fmt: off` and `# fmt: on`
2018-03-24 Łukasz Langablib2to3: Never put prefixes on INDENT leaves either
2018-03-23 Łukasz LangaIntroduce DebugVisitor.show() + tests
2018-03-23 Carol Willingadd sphinx docs skeleton (#71)
2018-03-23 Łukasz LangaOmit extra space in Sphinx auto-attribute comments
2018-03-23 Łukasz LangaProperle space complex expressions in default values...
2018-03-23 Łukasz LangaIgnore typing error around Node/Leaf
2018-03-23 Łukasz LangaAutomatic detection of deprecated Python 2 forms of...
2018-03-23 Łukasz LangaOnly return exit code 1 when --check is used
2018-03-23 Łukasz LangaMention delimiter_split() in CannotSplit docstring
2018-03-23 Łukasz LangaMention fix for #59
2018-03-22 Łukasz LangaDon't remove the single trailing comma from square...
2018-03-22 Łukasz LangaBadges. BADGES. BAAADDDGGGEEESSS!!!
2018-03-22 Łukasz LangaOmit extra space in kwarg unpacking if it's an argument
2018-03-22 Łukasz LangaDon't omit whitespace when the factor is not a math...
2018-03-22 Łukasz LangaPin attrs to >=17.4.0 for @dataclass use
2018-03-22 Łukasz LangaMention how stdio handling works
2018-03-22 Łukasz LangaExtra newlines in code examples
2018-03-22 Łukasz LangaTwine 1.11.0
2018-03-21 Łukasz Langa18.3a3
2018-03-21 Łukasz LangaFix tests on 3.7
2018-03-21 Łukasz LangaMention joslarson.black-vscode
2018-03-21 Łukasz LangaTreat comments less magically
2018-03-21 Łukasz LangaSupport skipping AST printing on test failure
2018-03-21 Łukasz LangaDon't write back stdin to stdout when --check is passed
2018-03-21 Łukasz LangaFix numpy-style array indexing for real
2018-03-21 Łukasz LangaDon't remove single empty lines outside of bracketed...
2018-03-21 Łukasz LangaRestore ability to format code with legacy usage of...
2018-03-21 Łukasz LangaUpdate README with stdin information
2018-03-19 treuherzAdd piping from stdin to stdout with a - (#25)
2018-03-17 Łukasz LangaMore support for numpy tuple indexing
2018-03-17 Łukasz LangaUpdate formatting example
2018-03-17 Łukasz Langa18.3a2
2018-03-17 Łukasz LangaNative README.md support on PyPI \o/
2018-03-17 Łukasz LangaSet a 3.6+ python-tag for the wheel
2018-03-17 Łukasz LangaDon't fold postscriptum standalone comment into last...
2018-03-17 Łukasz LangaConsolidate empty line handling in EmptyLineTracker
2018-03-17 Łukasz LangaDon't put four empty lines between top-level functions...
2018-03-17 Łukasz LangaDescribe fix for #21 in README
2018-03-17 Łukasz Langablib2to3: Never put prefixes on DEDENT leaves
2018-03-17 Mika⠙Line breaks before logical operators (#36)
2018-03-17 Łukasz LangaUse implicit defaults for auto_attribs
2018-03-17 Łukasz LangaRemove the trailing comma if there is only one argument...
2018-03-17 Łukasz LangaIgnore empty bracket pairs while splitting
2018-03-16 Łukasz LangaAdd words
2018-03-16 Łukasz LangaAdd flake8 to CI, too
2018-03-16 Łukasz LangaBump version, update README with current fixes
2018-03-16 Łukasz LangaFix spurious space after star-based unary expression
2018-03-16 Łukasz LangaAlso run mypy on test_black.py
2018-03-16 Łukasz LangaFix numpy-style array indexing
2018-03-16 Łukasz LangaClean up typing ignores, fix build
2018-03-16 Łukasz LangaAdd mypy to CI
2018-03-16 Łukasz LangaOnly use trailing commas in function signatures when...
2018-03-16 Łukasz LangaDon't split on for-loop variable unpacks
2018-03-16 Łukasz LangaFix tests after introducing --check
2018-03-15 Łukasz LangaAdd --check
2018-03-15 Osaetin DanielFixed malformed link to pathlib
2018-03-15 Łukasz LangaFix spurious space after unary expression
2018-03-15 Łukasz LangaFix spurious extra spaces after opening parentheses...
2018-03-15 Łukasz LangaFix spurious space in parenthesized set expressions
next