]> 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:

remove Python implementation-specific versions (#736)
[etc/vim.git] / black.py
2019-03-08 Jelle Zijlstraremove Python implementation-specific versions (#736)
2019-02-24 Jelle Zijlstraremove --py36 (#724)
2019-02-23 Jelle Zijlstra split long del statements into multiple lines (#698)
2019-02-07 Zsolt DollensteinRemove numeric underscore normalization (#696)
2019-02-07 Jelle ZijlstraAdd `--target-version` option to allow users to choose...
2019-01-29 Jimmy Jiachore: Fix noqa comment (#684)
2019-01-19 Anthony SottileAtomically write cache files (#674)
2019-01-12 Anthony Sottiledelete some dead code (#669)
2019-01-05 Utsav ShahAdd support for special comments in multiline functions...
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-11-29 Jim BrännlundAdd .eggs to default exclusions (#629)
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-10-29 Chuck Wooterspatch main to ensure click_patch() gets called (#572)
2018-10-29 Felix Kohlgrüberdelete unused code (#588)
2018-09-26 Łukasz Langav18.9b0
2018-09-26 Łukasz LangaRemove whitespace at the beginning of the file
2018-09-26 Łukasz LangaFix mangling pweave and Spyder IDE special comments
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 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 LangaFix documentation build
2018-09-17 Zsolt Dollensteinblackd: a HTTP server for blackening (#460)
2018-09-17 Zsolt Dollensteinfix unstable formatting when unpacking big tuples ...
2018-09-08 Zsolt DollensteinMake sure `async for` is not broken up to separate...
2018-08-23 Jelle Zijlstrachange some numeric behavior (#469)
2018-08-23 Jelle Zijlstrafix bracket match bug (#470)
2018-08-22 Jelle Zijlstrawrap atoms in invisible parens to split adjacent string...
2018-08-20 Jelle Zijlstrafix misformatting of floats with leading zeros (#464)
2018-08-20 Jelle Zijlstraautodetect Python 3.6 on the basis of underscores ...
2018-08-19 cehFix minor typos (#443)
2018-08-17 Łukasz LangaNits around numeral normalization.
2018-08-17 Łukasz LangaPut missing blank lines after return statements.
2018-08-17 Łukasz LangaMake schedule_formatting logic less nested.
2018-08-17 Łukasz LangaSimplify caching logic.
2018-08-17 Jelle Zijlstrawrite cache in --check mode (#453)
2018-08-17 Jelle Zijlstranormalize numeric literals (#454)
2018-07-22 Zsolt DollensteinLook at actual parenthesis when generating ignored...
2018-07-02 Zsolt DollensteinImprove get_future_imports implementation.
2018-06-21 Łukasz Langa18.6b4
2018-06-21 Łukasz LangaDon't freeze when multiple comments directly precede...
2018-06-20 Łukasz Langa18.6b3
2018-06-20 Łukasz LangaMore tests for `# fmt: off`
2018-06-20 Łukasz LangaTrivial nits
2018-06-20 Łukasz LangaStop Click from crashing Black on invalid environments
2018-06-20 Łukasz LangaUse the separate pass for `# fmt: off` on all code
2018-06-19 Łukasz LangaSupport `# fmt: off/on` pairs within brackets
2018-06-19 Łukasz LangaCache generated comments
2018-06-16 Jelle ZijlstraAdd blank line after constants in stub file (#360)
2018-06-13 NerasteIgnore symbolic links pointing outside of the root...
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...
next