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-09-26 |
Łukasz Langa | v18.9b0 |
blob | commitdiff | raw |
2018-09-26 |
Łukasz Langa | Remove whitespace at the beginning of the file |
blob | commitdiff | raw | diff to current |
2018-09-26 |
Łukasz Langa | Fix mangling pweave and Spyder IDE special comments |
blob | commitdiff | raw | diff to current |
2018-09-26 |
Łukasz Langa | Move should_explode handling to bracket_split_build_line |
blob | commitdiff | raw | diff to current |
2018-09-26 |
Łukasz Langa | Add trailing comma for single `as` imports, too |
blob | commitdiff | raw | diff to current |
2018-09-26 |
Łukasz Langa | Refactor left_hand_split and right_hand_split to dedupl... |
blob | commitdiff | raw | diff to current |
2018-09-26 |
Zsolt Dollenstein | Add trailing comma when a single import doesn't fit... |
blob | commitdiff | raw | diff to current |
2018-09-26 |
Zsolt Dollenstein | Add underscores to numeric literals with more than... |
blob | commitdiff | raw | diff to current |
2018-09-25 |
Tim Swast | Add .nox directories to default exclude (#525) |
blob | commitdiff | raw | diff to current |
2018-09-25 |
Zsolt Dollenstein | Uppercase digits in hex literals (#530) |
blob | commitdiff | raw | diff to current |
2018-09-18 |
Łukasz Langa | Fix documentation build |
blob | commitdiff | raw | diff to current |
2018-09-17 |
Zsolt Dollenstein | blackd: a HTTP server for blackening (#460) |
blob | commitdiff | raw | diff to current |
2018-09-17 |
Zsolt Dollenstein | fix unstable formatting when unpacking big tuples ... |
blob | commitdiff | raw | diff to current |
2018-09-08 |
Zsolt Dollenstein | Make sure `async for` is not broken up to separate... |
blob | commitdiff | raw | diff to current |
2018-08-23 |
Jelle Zijlstra | change some numeric behavior (#469) |
blob | commitdiff | raw | diff to current |
2018-08-23 |
Jelle Zijlstra | fix bracket match bug (#470) |
blob | commitdiff | raw | diff to current |
2018-08-22 |
Jelle Zijlstra | wrap atoms in invisible parens to split adjacent string... |
blob | commitdiff | raw | diff to current |
2018-08-20 |
Jelle Zijlstra | fix misformatting of floats with leading zeros (#464) |
blob | commitdiff | raw | diff to current |
2018-08-20 |
Jelle Zijlstra | autodetect Python 3.6 on the basis of underscores ... |
blob | commitdiff | raw | diff to current |
2018-08-19 |
ceh | Fix minor typos (#443) |
blob | commitdiff | raw | diff to current |
2018-08-17 |
Łukasz Langa | Nits around numeral normalization. |
blob | commitdiff | raw | diff to current |
2018-08-17 |
Łukasz Langa | Put missing blank lines after return statements. |
blob | commitdiff | raw | diff to current |
2018-08-17 |
Łukasz Langa | Make schedule_formatting logic less nested. |
blob | commitdiff | raw | diff to current |
2018-08-17 |
Łukasz Langa | Simplify caching logic. |
blob | commitdiff | raw | diff to current |
2018-08-17 |
Jelle Zijlstra | write cache in --check mode (#453) |
blob | commitdiff | raw | diff to current |
2018-08-17 |
Jelle Zijlstra | normalize numeric literals (#454) |
blob | commitdiff | raw | diff to current |
2018-07-22 |
Zsolt Dollenstein | Look at actual parenthesis when generating ignored... |
blob | commitdiff | raw | diff to current |
2018-07-02 |
Zsolt Dollenstein | Improve get_future_imports implementation. |
blob | commitdiff | raw | diff to current |
2018-06-21 |
Łukasz Langa | 18.6b4 |
blob | commitdiff | raw | diff to current |
2018-06-21 |
Łukasz Langa | Don't freeze when multiple comments directly precede... |
blob | commitdiff | raw | diff to current |
2018-06-20 |
Łukasz Langa | 18.6b3 |
blob | commitdiff | raw | diff to current |
2018-06-20 |
Łukasz Langa | More tests for `# fmt: off` |
blob | commitdiff | raw | diff to current |
2018-06-20 |
Łukasz Langa | Trivial nits |
blob | commitdiff | raw | diff to current |
2018-06-20 |
Łukasz Langa | Stop Click from crashing Black on invalid environments |
blob | commitdiff | raw | diff to current |
2018-06-20 |
Łukasz Langa | Use the separate pass for `# fmt: off` on all code |
blob | commitdiff | raw | diff to current |
2018-06-19 |
Łukasz Langa | Support `# fmt: off/on` pairs within brackets |
blob | commitdiff | raw | diff to current |
2018-06-19 |
Łukasz Langa | Cache generated comments |
blob | commitdiff | raw | diff to current |
2018-06-16 |
Jelle Zijlstra | Add blank line after constants in stub file (#360) |
blob | commitdiff | raw | diff to current |
2018-06-13 |
Neraste | Ignore symbolic links pointing outside of the root... |
blob | commitdiff | raw | diff to current |
2018-06-10 |
Zsolt Dollenstein | Fix string normalization eating all backslashes above 3 |
blob | commitdiff | raw | diff to current |
2018-06-09 |
Łukasz Langa | Make `is_complex_subscript()` ignore list literals |
blob | commitdiff | raw | diff to current |
2018-06-09 |
Zsolt Dollenstein | Fix string normalization sometimes producing invalid... |
blob | commitdiff | raw | diff to current |
2018-06-08 |
Łukasz Langa | 18.6b2 |
blob | commitdiff | raw | diff to current |
2018-06-08 |
Łukasz Langa | Return early from comment placement calculation on... |
blob | commitdiff | raw | diff to current |
2018-06-08 |
Loren Carvalho | Add `-h` as a shortcut for `--help` (#316) |
blob | commitdiff | raw | diff to current |
2018-06-07 |
Zsolt Dollenstein | fix handling of empty triple quoted strings (#314) |
blob | commitdiff | raw | diff to current |
2018-06-07 |
Łukasz Langa | Support pyproject.toml |
blob | commitdiff | raw | diff to current |
2018-06-06 |
Łukasz Langa | Fix improper unmodified file caching when `-S` was... |
blob | commitdiff | raw | diff to current |
2018-06-06 |
Zsolt Dollenstein | Don't put a space after `*` in `g = 1, *"x"` (#309) |
blob | commitdiff | raw | diff to current |
2018-06-06 |
Hugo | Link to GitHub + HTTPS + typos (#303) |
blob | commitdiff | raw | diff to current |
2018-06-05 |
Łukasz Langa | 18.6b1 |
blob | commitdiff | raw | diff to current |
2018-06-05 |
Peter Bengtsson | ✨ 🍰 ✨ isn't appropriate when it fails, fixes #300 ... |
blob | commitdiff | raw | diff to current |
2018-06-05 |
Zsolt Dollenstein | Print report on stderr.\n\nFixes #299. |
blob | commitdiff | raw | diff to current |
2018-06-05 |
Łukasz Langa | 18.6b0 |
blob | commitdiff | raw | diff to current |
2018-06-05 |
Łukasz Langa | Fix unnecessary parentheses when a line contains multil... |
blob | commitdiff | raw | diff to current |
2018-06-05 |
Łukasz Langa | Fix long trivial assignments being wrapped in unnecessa... |
blob | commitdiff | raw | diff to current |
2018-06-05 |
Łukasz Langa | Fix handling of empty files |
blob | commitdiff | raw | diff to current |
2018-06-05 |
Łukasz Langa | Consider stars in testlist_star_expr unpacking (because... |
blob | commitdiff | raw | diff to current |
2018-06-05 |
Łukasz Langa | Properly format unified diff |
blob | commitdiff | raw | diff to current |
2018-06-04 |
Łukasz Langa | Nits |
blob | commitdiff | raw | diff to current |
2018-06-04 |
Łukasz Langa | Always show summary of reformatting |
blob | commitdiff | raw | diff to current |
2018-06-04 |
Łukasz Langa | Make source handling use sets instead of lists |
blob | commitdiff | raw | diff to current |
2018-06-04 |
Łukasz Langa | Make sure --verbose trumps --quiet |
blob | commitdiff | raw | diff to current |
2018-06-04 |
Zsolt Dollenstein | Preserve line endings when formatting a file in place... |
blob | commitdiff | raw | diff to current |
2018-06-04 |
Łukasz Langa | Fix missing leading slash due to `relative_to()` resolution |
blob | commitdiff | raw | diff to current |
2018-06-04 |
Łukasz Langa | Add `--verbose` and report excluded paths in it, too |
blob | commitdiff | raw | diff to current |
2018-06-04 |
Łukasz Langa | [trivial] Simplify `mode` and `write_back` calculation... |
blob | commitdiff | raw | diff to current |
2018-06-04 |
Łukasz Langa | [trivial] Simplify stdin handling |
blob | commitdiff | raw | diff to current |
2018-06-04 |
Łukasz Langa | Introduce "project root" as a concept |
blob | commitdiff | raw | diff to current |
2018-06-01 |
Łukasz Langa | Don't over-eagerly make a path absolute if only one... |
blob | commitdiff | raw | diff to current |
2018-06-01 |
Łukasz Langa | Make empty --include mean "anything goes", simplify... |
blob | commitdiff | raw | diff to current |
2018-06-01 |
Łukasz Langa | Reorder command-line options |
blob | commitdiff | raw | diff to current |
2018-06-01 |
Łukasz Langa | Sort default excludes, include the leading slash |
blob | commitdiff | raw | diff to current |
2018-06-01 |
Mika⠙ | Added --include and --exclude cli options (#281) |
blob | commitdiff | raw | diff to current |
2018-05-30 |
Łukasz Langa | Add --skip-string-normalization |
blob | commitdiff | raw | diff to current |
2018-05-29 |
Łukasz Langa | 18.5b1 |
blob | commitdiff | raw | diff to current |
2018-05-29 |
Łukasz Langa | Refactor --pyi and --py36 into FileMode |
blob | commitdiff | raw | diff to current |
2018-05-29 |
Łukasz Langa | Clean up PEP 257 support |
blob | commitdiff | raw | diff to current |
2018-05-29 |
Luka Sterbic | Class new line between docstrings / vars / methods... |
blob | commitdiff | raw | diff to current |
2018-05-24 |
Łukasz Langa | Remove remains of extra empty lines for flow control... |
blob | commitdiff | raw | diff to current |
2018-05-23 |
Łukasz Langa | Reword --pyi and --py36 documentation |
blob | commitdiff | raw | diff to current |
2018-05-23 |
Carl Meyer | Add --pyi and --py36 flags (#249) |
blob | commitdiff | raw | diff to current |
2018-05-22 |
Łukasz Langa | Fix unstable formatting on trailers omitted from line... |
blob | commitdiff | raw | diff to current |
2018-05-21 |
Łukasz Langa | Fix invalid code on stars in long from-imports being... |
blob | commitdiff | raw | diff to current |
2018-05-21 |
Łukasz Langa | Fix optional parentheses being removed within `# fmt... |
blob | commitdiff | raw | diff to current |
2018-05-21 |
Łukasz Langa | Fix invalid code in an omitted trailer on large expressions |
blob | commitdiff | raw | diff to current |
2018-05-19 |
Łukasz Langa | Store grammar pickle caches in CACHE_DIR |
blob | commitdiff | raw | diff to current |
2018-05-18 |
Łukasz Langa | 18.5b0 |
blob | commitdiff | raw | diff to current |
2018-05-18 |
Łukasz Langa | Don't explode a one-element collection ending with... |
blob | commitdiff | raw | diff to current |
2018-05-18 |
Łukasz Langa | Fix overly optimistic removal of optional parentheses |
blob | commitdiff | raw | diff to current |
2018-05-18 |
Łukasz Langa | Don't allow indexing to trigger omitting optional paren... |
blob | commitdiff | raw | diff to current |
2018-05-18 |
Łukasz Langa | Avoid treating ellipsis as a dot delimiter |
blob | commitdiff | raw | diff to current |
2018-05-18 |
Łukasz Langa | Always explode data structure literals |
blob | commitdiff | raw | diff to current |
2018-05-17 |
Łukasz Langa | Fix multiline strings unnecessarily wrapped in optional... |
blob | commitdiff | raw | diff to current |
2018-05-16 |
Łukasz Langa | Implement fluent interfaces |
blob | commitdiff | raw | diff to current |
2018-05-16 |
Łukasz Langa | Consider `in`, `not in`, `is`, `is not` operators |
blob | commitdiff | raw | diff to current |
2018-05-16 |
Łukasz Langa | For omitting optional parentheses, ignore delimiters... |
blob | commitdiff | raw | diff to current |
2018-05-16 |
Łukasz Langa | Report progress on multiple files incrementally |
blob | commitdiff | raw | diff to current |
2018-05-16 |
Łukasz Langa | Don't use optional parentheses in unnecessary situations |
blob | commitdiff | raw | diff to current |
2018-05-15 |
Łukasz Langa | Simplify `is_trivial_*` methods |
blob | commitdiff | raw | diff to current |
next |