]> git.madduck.net Git - etc/vim.git/history - black.py

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:

Fix string normalization eating all backslashes above 3
[etc/vim.git] / black.py
2018-06-10 Zsolt DollensteinFix string normalization eating all backslashes above 3
2018-06-09 Łukasz LangaMake `is_complex_subscript()` ignore list literals
2018-06-09 Zsolt DollensteinFix string normalization sometimes producing invalid...
2018-06-08 Łukasz Langa18.6b2
2018-06-08 Łukasz LangaReturn early from comment placement calculation on...
2018-06-08 Loren CarvalhoAdd `-h` as a shortcut for `--help` (#316)
2018-06-07 Zsolt Dollensteinfix handling of empty triple quoted strings (#314)
2018-06-07 Łukasz LangaSupport pyproject.toml
2018-06-06 Łukasz LangaFix improper unmodified file caching when `-S` was...
2018-06-06 Zsolt DollensteinDon't put a space after `*` in `g = 1, *"x"` (#309)
2018-06-06 HugoLink to GitHub + HTTPS + typos (#303)
2018-06-05 Łukasz Langa18.6b1
2018-06-05 Peter Bengtsson✨ 🍰 ✨ isn't appropriate when it fails, fixes #300 ...
2018-06-05 Zsolt DollensteinPrint report on stderr.\n\nFixes #299.
2018-06-05 Łukasz Langa18.6b0
2018-06-05 Łukasz LangaFix unnecessary parentheses when a line contains multil...
2018-06-05 Łukasz LangaFix long trivial assignments being wrapped in unnecessa...
2018-06-05 Łukasz LangaFix handling of empty files
2018-06-05 Łukasz LangaConsider stars in testlist_star_expr unpacking (because...
2018-06-05 Łukasz LangaProperly format unified diff
2018-06-04 Łukasz LangaNits
2018-06-04 Łukasz LangaAlways show summary of reformatting
2018-06-04 Łukasz LangaMake source handling use sets instead of lists
2018-06-04 Łukasz LangaMake sure --verbose trumps --quiet
2018-06-04 Zsolt DollensteinPreserve line endings when formatting a file in place...
2018-06-04 Łukasz LangaFix missing leading slash due to `relative_to()` resolution
2018-06-04 Łukasz LangaAdd `--verbose` and report excluded paths in it, too
2018-06-04 Łukasz Langa[trivial] Simplify `mode` and `write_back` calculation...
2018-06-04 Łukasz Langa[trivial] Simplify stdin handling
2018-06-04 Łukasz LangaIntroduce "project root" as a concept
2018-06-01 Łukasz LangaDon't over-eagerly make a path absolute if only one...
2018-06-01 Łukasz LangaMake empty --include mean "anything goes", simplify...
2018-06-01 Łukasz LangaReorder command-line options
2018-06-01 Łukasz LangaSort default excludes, include the leading slash
2018-06-01 Mika⠙Added --include and --exclude cli options (#281)
2018-05-30 Łukasz LangaAdd --skip-string-normalization
2018-05-29 Łukasz Langa18.5b1
2018-05-29 Łukasz LangaRefactor --pyi and --py36 into FileMode
2018-05-29 Łukasz LangaClean up PEP 257 support
2018-05-29 Luka SterbicClass new line between docstrings / vars / methods...
2018-05-24 Łukasz LangaRemove remains of extra empty lines for flow control...
2018-05-23 Łukasz LangaReword --pyi and --py36 documentation
2018-05-23 Carl MeyerAdd --pyi and --py36 flags (#249)
2018-05-22 Łukasz LangaFix unstable formatting on trailers omitted from line...
2018-05-21 Łukasz LangaFix invalid code on stars in long from-imports being...
2018-05-21 Łukasz LangaFix optional parentheses being removed within `# fmt...
2018-05-21 Łukasz LangaFix invalid code in an omitted trailer on large expressions
2018-05-19 Łukasz LangaStore grammar pickle caches in CACHE_DIR
2018-05-18 Łukasz Langa18.5b0
2018-05-18 Łukasz LangaDon't explode a one-element collection ending with...
2018-05-18 Łukasz LangaFix overly optimistic removal of optional parentheses
2018-05-18 Łukasz LangaDon't allow indexing to trigger omitting optional paren...
2018-05-18 Łukasz LangaAvoid treating ellipsis as a dot delimiter
2018-05-18 Łukasz LangaAlways explode data structure literals
2018-05-17 Łukasz LangaFix multiline strings unnecessarily wrapped in optional...
2018-05-16 Łukasz LangaImplement fluent interfaces
2018-05-16 Łukasz LangaConsider `in`, `not in`, `is`, `is not` operators
2018-05-16 Łukasz LangaFor omitting optional parentheses, ignore delimiters...
2018-05-16 Łukasz LangaReport progress on multiple files incrementally
2018-05-16 Łukasz LangaDon't use optional parentheses in unnecessary situations
2018-05-15 Łukasz LangaSimplify `is_trivial_*` methods
2018-05-15 Łukasz LangaWarn that `right_hand_split()` modifies `bracket_depth...
2018-05-15 Jelle ZijlstraAdd support for pyi files (#210)
2018-05-15 Łukasz LangaDon't explode trailers that fit in a single line
2018-05-15 Łukasz LangaRe-use indexes of current iteration in `comments_after()`
2018-05-15 Miguel GaiowskiCheck for broken symlinks before checking file data...
2018-05-09 Jelle ZijlstraRemove u prefix if unicode_literals is present (#199)
2018-05-09 Łukasz LangaDon't make parentheses invisible around yield expressions
2018-05-09 Łukasz LangaFix docstring of is_vararg
2018-05-09 Łukasz LangaAutomatic management of parentheses in `elif`, too
2018-05-09 Łukasz LangaSupport nested lambdas in BracketTracker
2018-05-09 Łukasz LangaAutomatic management of parentheses in assignments
2018-05-09 Łukasz LangaFix docstrings of visit_stmt and normalize_invisible_parens
2018-05-09 Łukasz LangaDelimit multiline expressions according to math operato...
2018-05-09 Łukasz LangaDiscover whether a file is Python 3.6+ also by stars...
2018-05-08 Łukasz LangaDon't fail the entire right_hand_split if an optional...
2018-05-07 Łukasz LangaDiff version
2018-05-07 Łukasz LangaMake parentheses invisible recursively in atoms
2018-05-07 Łukasz LangaDon't leave invalid trailing comma on imports
2018-05-07 Łukasz LangaFormatting nits
2018-05-07 snlkapilRemoving empty parentheses after class name (#180)
2018-05-07 Christian HeimesOutput something when no files are reformatted (#190)
2018-05-04 Christian HeimesRemove unnecessary shebang lines (#189)
2018-05-01 Zsolt DollensteinFormat subscriptions in a PEP-8 compliant way (#178)
2018-04-27 Łukasz Langa18.4a4 hotfix: don't populate the cache on --check
2018-04-24 Łukasz LangaAdd `explode_split` to documentation
2018-04-24 Łukasz Langa18.4a3
2018-04-24 Łukasz LangaSplit imports like isort
2018-04-24 Łukasz LangaDo not enforce empty lines after control flow statements
2018-04-24 Łukasz LangaSplit ternary expressions
2018-04-24 Jonas ObristMake cache work with non-default line lenghts (#163)
2018-04-24 Łukasz LangaSupport sticky standalone comments (comments preceding...
2018-04-24 Vishwas B Sharma[#154] Handle comments between decorators properly...
2018-04-23 Łukasz LangaAllow standalone comments to close code blocks
2018-04-23 Łukasz LangaRemove nonsensical grammar from blib2to3
2018-04-23 Łukasz LangaShow full path on diffs
2018-04-23 Łukasz LangaRefactor `reformat_one` and `schedule_formatting` to...
2018-04-23 Vishwas B Sharma[#149] Make check and diff not mutually exclusive ...
2018-04-21 Łukasz LangaMove delimiter token skipping to BracketTracker
2018-04-21 Zsolt DollensteinSkip handling signals on event loops that don't support...
next