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.
2018-06-20 |
Łukasz Langa | Stop Click from crashing Black on invalid environments
|
commit | commitdiff | tree |
2018-06-20 |
Łukasz Langa | Move INDENT value to the postponed prefix
|
commit | commitdiff | tree |
2018-06-20 |
Łukasz Langa | Use the separate pass for `# fmt: off` on all code
|
commit | commitdiff | tree |
2018-06-19 |
Łukasz Langa | Support `# fmt: off/on` pairs within brackets
|
commit | commitdiff | tree |
2018-06-19 |
Łukasz Langa | Update README with missing fixes in Change Log
|
commit | commitdiff | tree |
2018-06-19 |
Łukasz Langa | Cache generated comments
|
commit | commitdiff | tree |
2018-06-10 |
Łukasz Langa | Add failing test data
|
commit | commitdiff | tree |
2018-06-10 |
Łukasz Langa | Don't mark subtrees as changed that were already marked.
|
commit | commitdiff | tree |
2018-06-10 |
Łukasz Langa | Cache child sibling lookups
|
commit | commitdiff | tree |
2018-06-10 |
Łukasz Langa | Make test_black.py work in profilers
|
commit | commitdiff | tree |
2018-06-09 |
Łukasz Langa | Make `is_complex_subscript()` ignore list literals
|
commit | commitdiff | tree |
2018-06-09 |
Łukasz Langa | Move profiling data out of tests/data
|
commit | commitdiff | tree |
2018-06-08 |
Łukasz Langa | 18.6b2
|
commit | commitdiff | tree |
2018-06-08 |
Łukasz Langa | Update README with missing Change Log entries
|
commit | commitdiff | tree |
2018-06-08 |
Łukasz Langa | Return early from comment placement calculation on...
|
commit | commitdiff | tree |
2018-06-07 |
Łukasz Langa | Don't crash the Vim plugin
|
commit | commitdiff | tree |
2018-06-07 |
Łukasz Langa | 2018 is not the year of Unicode on your desktop
|
commit | commitdiff | tree |
2018-06-07 |
Łukasz Langa | Preliminary work on Poetry integration
|
commit | commitdiff | tree |
2018-06-07 |
Łukasz Langa | Fix link
|
commit | commitdiff | tree |
2018-06-07 |
Łukasz Langa | It works better when dependencies are installed. Who...
|
commit | commitdiff | tree |
2018-06-07 |
Łukasz Langa | Trim TOC to fit in two lines again
|
commit | commitdiff | tree |
2018-06-07 |
Łukasz Langa | Use `black .` now that we can
|
commit | commitdiff | tree |
2018-06-07 |
Łukasz Langa | Support pyproject.toml
|
commit | commitdiff | tree |
2018-06-06 |
Łukasz Langa | Move test data to data
|
commit | commitdiff | tree |
2018-06-06 |
Łukasz Langa | Fix improper unmodified file caching when `-S` was...
|
commit | commitdiff | tree |
2018-06-06 |
Łukasz Langa | Update beta link in docs
|
commit | commitdiff | tree |
2018-06-05 |
Łukasz Langa | acks += beterbe
|
commit | commitdiff | tree |
2018-06-05 |
Łukasz Langa | 18.6b1
|
commit | commitdiff | tree |
2018-06-05 |
Łukasz Langa | 18.6b0
|
commit | commitdiff | tree |
2018-06-05 |
Łukasz Langa | Fix unnecessary parentheses when a line contains multiline...
|
commit | commitdiff | tree |
2018-06-05 |
Łukasz Langa | Fix long trivial assignments being wrapped in unnecessary...
|
commit | commitdiff | tree |
2018-06-05 |
Łukasz Langa | Fix handling of empty files
|
commit | commitdiff | tree |
2018-06-05 |
Łukasz Langa | Consider stars in testlist_star_expr unpacking (because...
|
commit | commitdiff | tree |
2018-06-05 |
Łukasz Langa | Properly format unified diff
|
commit | commitdiff | tree |
2018-06-04 |
Łukasz Langa | Nits
|
commit | commitdiff | tree |
2018-06-04 |
Łukasz Langa | Always show summary of reformatting
|
commit | commitdiff | tree |
2018-06-04 |
Łukasz Langa | Make source handling use sets instead of lists
|
commit | commitdiff | tree |
2018-06-04 |
Łukasz Langa | Make sure --verbose trumps --quiet
|
commit | commitdiff | tree |
2018-06-04 |
Łukasz Langa | Reformat docs/conf.py, too.
|
commit | commitdiff | tree |
2018-06-04 |
Łukasz Langa | Fix missing leading slash due to `relative_to()` resolution
|
commit | commitdiff | tree |
2018-06-04 |
Łukasz Langa | Add `--verbose` and report excluded paths in it, too
|
commit | commitdiff | tree |
2018-06-04 |
Łukasz Langa | [trivial] Simplify `mode` and `write_back` calculation...
|
commit | commitdiff | tree |
2018-06-04 |
Łukasz Langa | [trivial] Simplify stdin handling
|
commit | commitdiff | tree |
2018-06-04 |
Łukasz Langa | Revert "don't run tests from /build"
|
commit | commitdiff | tree |
2018-06-04 |
Łukasz Langa | Introduce "project root" as a concept
|
commit | commitdiff | tree |
2018-06-04 |
Łukasz Langa | Add .pie from tests to MANIFEST.in
|
commit | commitdiff | tree |
2018-06-01 |
Łukasz Langa | Don't over-eagerly make a path absolute if only one...
|
commit | commitdiff | tree |
2018-06-01 |
Łukasz Langa | Make empty --include mean "anything goes", simplify...
|
commit | commitdiff | tree |
2018-06-01 |
Łukasz Langa | Reorder command-line options
|
commit | commitdiff | tree |
2018-06-01 |
Łukasz Langa | Sort default excludes, include the leading slash
|
commit | commitdiff | tree |
2018-05-31 |
Łukasz Langa | acks += Stavros; document fix, add to Pipfile
|
commit | commitdiff | tree |
2018-05-30 |
Łukasz Langa | Add --skip-string-normalization
|
commit | commitdiff | tree |
2018-05-29 |
Łukasz Langa | Move setuptools and wheel to dev deps, upgrade them...
|
commit | commitdiff | tree |
2018-05-29 |
Łukasz Langa | 18.5b1
|
commit | commitdiff | tree |
2018-05-29 |
Łukasz Langa | Change minor whitespace in "Usage"
|
commit | commitdiff | tree |
2018-05-29 |
Łukasz Langa | Refactor --pyi and --py36 into FileMode
|
commit | commitdiff | tree |
2018-05-29 |
Łukasz Langa | Mention fix for #196 in the README
|
commit | commitdiff | tree |
2018-05-29 |
Łukasz Langa | Clean up PEP 257 support
|
commit | commitdiff | tree |
2018-05-29 |
Łukasz Langa | Fix dangling file in documentation
|
commit | commitdiff | tree |
2018-05-29 |
Łukasz Langa | Reword isort configuration, add --combine-as
|
commit | commitdiff | tree |
2018-05-24 |
Łukasz Langa | Remove remains of extra empty lines for flow control...
|
commit | commitdiff | tree |
2018-05-23 |
Łukasz Langa | Reword --pyi and --py36 documentation
|
commit | commitdiff | tree |
2018-05-22 |
Łukasz Langa | Fix unstable formatting on trailers omitted from line...
|
commit | commitdiff | tree |
2018-05-21 |
Łukasz Langa | Fix invalid code on stars in long from-imports being...
|
commit | commitdiff | tree |
2018-05-21 |
Łukasz Langa | Fix optional parentheses being removed within `# fmt...
|
commit | commitdiff | tree |
2018-05-21 |
Łukasz Langa | Fix invalid code in an omitted trailer on large expressions
|
commit | commitdiff | tree |
2018-05-21 |
Łukasz Langa | Mention fix for pickle files
|
commit | commitdiff | tree |
2018-05-19 |
Łukasz Langa | Store grammar pickle caches in CACHE_DIR
|
commit | commitdiff | tree |
2018-05-18 |
Łukasz Langa | 18.5b0
|
commit | commitdiff | tree |
2018-05-18 |
Łukasz Langa | Don't explode a one-element collection ending with...
|
commit | commitdiff | tree |
2018-05-18 |
Łukasz Langa | Fix overly optimistic removal of optional parentheses
|
commit | commitdiff | tree |
2018-05-18 |
Łukasz Langa | Don't allow indexing to trigger omitting optional parentheses
|
commit | commitdiff | tree |
2018-05-18 |
Łukasz Langa | Fix consecutive string literals not forcing optional...
|
commit | commitdiff | tree |
2018-05-18 |
Łukasz Langa | Avoid treating ellipsis as a dot delimiter
|
commit | commitdiff | tree |
2018-05-18 |
Łukasz Langa | Always explode data structure literals
|
commit | commitdiff | tree |
2018-05-18 |
Łukasz Langa | Consistent empty lines in the README
|
commit | commitdiff | tree |
2018-05-17 |
Łukasz Langa | Fix multiline strings unnecessarily wrapped in optional...
|
commit | commitdiff | tree |
2018-05-16 |
Łukasz Langa | Explain automatic parentheses management better
|
commit | commitdiff | tree |
2018-05-16 |
Łukasz Langa | Implement fluent interfaces
|
commit | commitdiff | tree |
2018-05-16 |
Łukasz Langa | Consider `in`, `not in`, `is`, `is not` operators
|
commit | commitdiff | tree |
2018-05-16 |
Łukasz Langa | For omitting optional parentheses, ignore delimiters...
|
commit | commitdiff | tree |
2018-05-16 |
Łukasz Langa | Report progress on multiple files incrementally
|
commit | commitdiff | tree |
2018-05-16 |
Łukasz Langa | Link fix to issue
|
commit | commitdiff | tree |
2018-05-16 |
Łukasz Langa | Don't use optional parentheses in unnecessary situations
|
commit | commitdiff | tree |
2018-05-15 |
Łukasz Langa | Simplify `is_trivial_*` methods
|
commit | commitdiff | tree |
2018-05-15 |
Łukasz Langa | Document .pyi formatting
|
commit | commitdiff | tree |
2018-05-15 |
Łukasz Langa | Warn that `right_hand_split()` modifies `bracket_depth...
|
commit | commitdiff | tree |
2018-05-15 |
Łukasz Langa | acks += miggaiowski
|
commit | commitdiff | tree |
2018-05-15 |
Łukasz Langa | Don't explode trailers that fit in a single line
|
commit | commitdiff | tree |
2018-05-15 |
Łukasz Langa | Re-use indexes of current iteration in `comments_after()`
|
commit | commitdiff | tree |
2018-05-15 |
Łukasz Langa | acks += JelleZijlstra
|
commit | commitdiff | tree |
2018-05-15 |
Łukasz Langa | Travis workaround script no longer necessary
|
commit | commitdiff | tree |
2018-05-09 |
Łukasz Langa | Update Travis to use the default 3.7-dev binary
|
commit | commitdiff | tree |
2018-05-09 |
Łukasz Langa | Document string prefix standardization
|
commit | commitdiff | tree |
2018-05-09 |
Łukasz Langa | Show badge for stable docs, not latest
|
commit | commitdiff | tree |
2018-05-09 |
Łukasz Langa | Don't make parentheses invisible around yield expressions
|
commit | commitdiff | tree |
2018-05-09 |
Łukasz Langa | Fix docstring of is_vararg
|
commit | commitdiff | tree |
2018-05-09 |
Łukasz Langa | Clarify language in README
|
commit | commitdiff | tree |
2018-05-09 |
Łukasz Langa | Automatic management of parentheses in `elif`, too
|
commit | commitdiff | tree |
2018-05-09 |
Łukasz Langa | Support nested lambdas in BracketTracker
|
commit | commitdiff | tree |
next |