]> 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 u prefix if unicode_literals is present (#199)
[etc/vim.git] / black.py
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...
2018-04-19 Łukasz LangaRemove dead code
2018-04-19 Łukasz LangaDocstring for `max_delimiter_priority_in_atom()`
2018-04-19 Łukasz LangaSimplify single-file vs. multi-file modes
2018-04-19 Łukasz LangaRevert `format_file_in_place()` and `format_stdin_to_st...
2018-04-19 Jonas ObristAdded caching (#136)
2018-04-17 Zsolt DollensteinMerge pull request #138 from ambv/star-expr
2018-04-17 Zsolt Dollensteinuse STARS instead of STAR | DOUBLESTAR
2018-04-17 Zsolt DollensteinParse complex expressions in parameters after * and **
2018-04-16 Łukasz LangaGeneralize star expression handling
2018-04-13 Łukasz Langa18.4a2
2018-04-13 Zsolt DollensteinHandle unnecessarily escaped strings (#128)
2018-04-12 Zsolt DollensteinOpen temporary files with utf-8 encoding (#126)
2018-04-12 Łukasz LangaFix placement of dictionary unpacking inside dict literals
2018-04-12 Łukasz Langa18.4a1
2018-04-11 Łukasz LangaDon't omit escaping the second consecutive quote
2018-04-11 Łukasz LangaFix an embarrassing UnboundLocalError
2018-04-11 Łukasz LangaAutomatic parentheses management
2018-04-09 Zsolt DollensteinAdd support for all valid string literals (#115)
2018-04-05 Zsolt DollensteinHandle arbitrary number of backslashes during string...
2018-04-04 Łukasz LangaSimplify delimiter logic
2018-04-04 Zsolt DollensteinHandle backslashes in raw strings while normalizing...
2018-04-04 Ivan KatanićFix --check for multiple files (#101)
2018-04-03 Łukasz LangaAdd --quiet
2018-04-01 Łukasz Langa18.4a0
2018-04-01 Łukasz LangaIgnore `# fmt: off` as inline comment
2018-04-01 Łukasz LangaDon't insert trailing commas after standalone comments
2018-03-31 Łukasz LangaSupport --diff for both files and stdin
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 LangaGraceful shutdown in case of cancellation
2018-03-30 Carol WillingMerge pull request #89 from willingc/doc-conda
2018-03-30 Łukasz LangaRemove standalone comment hacks
2018-03-29 Josh HollandFix --check with multiple files (#88)
2018-03-29 Łukasz LangaUse imperative language in all docstrings
2018-03-29 Łukasz LangaMore minor documentation-related changes
2018-03-29 Łukasz LangaAuto-generated documentation-related fixes
2018-03-27 Łukasz LangaAllow up to two empty lines on module level and single...
2018-03-26 Łukasz Langa18.3a4
2018-03-24 Łukasz LangaImplement `# fmt: off` and `# fmt: on`
2018-03-23 Łukasz LangaIntroduce DebugVisitor.show() + tests
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-22 Łukasz LangaDon't remove the single trailing comma from square...
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-21 Łukasz Langa18.3a3
2018-03-21 Łukasz LangaTreat comments less magically
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-19 treuherzAdd piping from stdin to stdout with a - (#25)
2018-03-17 Łukasz LangaMore support for numpy tuple indexing
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 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 flake8 to CI, too
next