Sign in
android
/
platform
/
external
/
yapf
/
refs/heads/android11-qpr1-c-release
/
CHANGELOG
4922549
Add knob disabling comma ending heuristic
by Bill Wendling
· 7 years ago
a1001b1
Change error message instead of cloning exception
by Bill Wendling
· 7 years ago
19dbc7a
Don't increase N_TOKENS.
by Bill Wendling
· 7 years ago
d52ae2a
Bump version to v0.22.0
by Bill Wendling
· 7 years ago
83a62ad
Added to the changelong.
by cardenb
· 7 years ago
d059cc4
Start new wrapped line only if comment is first item in decorator node
by Bill Wendling
· 7 years ago
4ddb2fe
Increase the affinity of the closing paren to arg list
by Bill Wendling
· 7 years ago
8f8c5f5
Adjust split penalties around arithmetic ops.
by Bill Wendling
· 7 years ago
3d9e998
A comment before a decorator isn't part of the decorator.
by Bill Wendling
· 7 years ago
d5df208
Look for pylint comments disabling long lambda warnings
by Bill Wendling
· 7 years ago
2b0b2ca
Analyze elements of a tuple for splitting.
by Bill Wendling
· 7 years ago
3bab584
Improve function call splitting heuristic.
by Bill Wendling
· 7 years ago
32ac922
Merge branch 'master' into feature/line-before-module-docstring
by Bill Wendling
· 7 years ago
c873f37
Bump version to v0.21.0
by Bill Wendling
· 7 years ago
52ca45a
Add knob BLANK_LINES_AROUND_TOP_LEVEL_DEFINITION
by Markus Gerstel
· 7 years ago
e0bad55
Don't split ellipses.
by Bill Wendling
· 7 years ago
9c3592e
Added `CONTINUATION_ALIGN_STYLE` knob
by Yinyin L
· 7 years ago
61d8809
Knob to enforce blank line between module docstring and modeline/shebang
by Dan Porter
· 7 years ago
06a2340
Bump version to v0.21.0
by Bill Wendling
· 7 years ago
e2bed0f
Merge branch 'master' into issue527
by Bill Wendling
· 7 years ago
338c1c4
Don't split ellipses.
by Bill Wendling
· 7 years ago
a56072f
Added `CONTINUATION_ALIGN_STYLE` knob
by Yinyin L
· 7 years ago
c0d3268
Add knob BLANK_LINES_AROUND_TOP_LEVEL_DEFINITION
by Markus Gerstel
· 7 years ago
6d79f13
Introduce a SPLIT_BEFORE_ENDING_BRACKET knob
by Patryk Zawadzki
· 7 years ago
6e83cf3
Bump version to v0.20.2
by Bill Wendling
· 7 years ago
6ae096b
Allow single-line dictionaries.
by Bill Wendling
· 7 years ago
7c316cc
Don't split after an unpacking op in a dict entry.
by Bill Wendling
· 7 years ago
9e3dc4e
Update with recent changes.
by Bill Wendling
· 7 years ago
b795f6d
Fix typos:
by delirious-lettuce
· 7 years ago
d377549
Use tabs when constructing continuation line.
by Bill Wendling
· 7 years ago
06c973f
Bump version to v0.20.1
by Bill Wendling
· 7 years ago
6d3de0b
Merge pull request #503 from PetterS/fix_tabs
by Bill Wendling
· 7 years ago
2b0c631
Relax split penalty of ending bracket in if stmt
by Bill Wendling
· 7 years ago
4d2bee0
Fix formatting with use_tabs=True.
by Petter Strandmark
· 7 years ago
a0de11a
Don't add space between None and a dot.
by Bill Wendling
· 7 years ago
0b8364e
Bump version to v0.20.0
by Bill Wendling
· 7 years ago
f021105
Updated CHANGELOG
by Matthew Suozzo
· 7 years ago
27755fe
Improve formatting on list/dict/set comprehensions.
by Matthew Suozzo
· 7 years ago
2112ad2
Fix split penalty for single-argument function calls with generators.
by Matthew Suozzo
· 7 years ago
ca46e86
Use a TextIOWrapper when reading from stdin.
by Bill Wendling
· 7 years ago
b1c7ca8
Improve splitting in tuples.
by Bill Wendling
· 7 years ago
d404b70
Don't enforce a split before a comment after a container opening.
by Bill Wendling
· 7 years ago
bd9d955
List comp split penalties are set after trailer penalties
by Bill Wendling
· 7 years ago
7bfc0a9
Space between ellipses and keywords
by Bill Wendling
· 7 years ago
1dc75ac
Split before first argument if dict appears in arg list
by Bill Wendling
· 7 years ago
8c07cc1
Split before a named assign when first arg is func call
by Bill Wendling
· 7 years ago
4d9b905
Bump version to v0.19.0
by Bill Wendling
· 7 years ago
a531f21
Append a 'var arg' type to the star in a star_expr
by Bill Wendling
· 7 years ago
9680f73
Split after opening paren that surrounds an expr
by Bill Wendling
· 7 years ago
5f83cfb
Split before ending ')' if comma terminated.
by Bill Wendling
· 7 years ago
b00e4f6
Split before dict key if it's the last argument.
by Bill Wendling
· 7 years ago
7491187
Increase affinity for "atom" arguments.
by Bill Wendling
· 7 years ago
9df211b
Take "async" into account when splitting before first arg.
by Bill Wendling
· 7 years ago
61f93c3
Count newlines in non-multiline strings
by Bill Wendling
· 7 years ago
ba55eb1
Prefer to split after comma in argument list.
by Bill Wendling
· 7 years ago
7ef7e14
Bump version to v0.18.0
by Bill Wendling
· 7 years ago
6412ce7
Increase continuation indent for 'async with' stmt
by Bill Wendling
· 7 years ago
8ee1b53
Retain the spacing before comments in a dict.
by Bill Wendling
· 8 years ago
3b90311
update CHANGELOG, don't use logging to print filenames
by Max Vorobev
· 8 years ago
8a3b71f
Add ALLOW_SPLIT_BEFORE_DICT_VALUE knob.
by Bill Wendling
· 8 years ago
578854b
Indent dictionary value correctly if there is a multi-line key.
by Bill Wendling
· 8 years ago
855860e
Add spaces around '=' in a typed name.
by Bill Wendling
· 8 years ago
6e7f5a8
Add space between unary 'not' and other unary operators.
by Bill Wendling
· 8 years ago
562e04c
Don't remove newline before comment after a line range.
by Bill Wendling
· 8 years ago
f6dba62
Moved note to correct release
by Bouwe Andela
· 8 years ago
c203f06
Merge branch 'master' into trailing-comments
by Bouwe Andela
· 8 years ago
b63b8e1
Add note for fix of issue #204 and issue #339
by Bouwe Andela
· 8 years ago
8012f59
Allow semicolons if the line is disabled.
by Bill Wendling
· 8 years ago
5f73720
Bump version to 0.17.0
by Bill Wendling
· 8 years ago
767edac
Modify changelog
by Justin Huang
· 8 years ago
f14bd17
Configurable spaces around binary operators
by Jiri Kuncar
· 8 years ago
db85e87
Vim plugin: don't clobber text if yapf command returned error
by Anton Yuzhaninov
· 8 years ago
b0de56d
Return a boolean instead of string.
by Bill Wendling
· 8 years ago
acad4ce
Make COALESCE_BRACKETS and DEDENT_CLOSING_BRACKETS work together
by Richard Wall
· 8 years ago
71d9b2e
Return 1 if --diff changed the code.
by Bill Wendling
· 8 years ago
c565e83
Make yapf put the correct number of blank lines at --lines boundaries.
by Kevin Cox
· 8 years ago
4aa43d8
Bump version to 0.16.3
by Bill Wendling
· 8 years ago
bac6ef4
Take pseudo-parens into account when splitting after a comment
by Bill Wendling
· 8 years ago
81a6d84
Add filename information to ParseError exception.
by Bill Wendling
· 8 years ago
08fa760
Merge branch 'master' of https://github.com/google/yapf
by Bill Wendling
· 8 years ago
4b1d9c4
Account for multiple continuation markers.
by Bill Wendling
· 8 years ago
9f168a1
Bump version to v0.16.2
by Bill Wendling
· 8 years ago
95fd533
Merge branch 'master' into split
by Bill Wendling
· 8 years ago
43e9ec4
Updated CHANGELOG and changes to tests
by Joachim Metz
· 8 years ago
8006ebe
Updated CHANGELOG
by Joachim Metz
· 8 years ago
1cfcbd1
Try not to split around the '=' in a named assign.
by Bill Wendling
· 8 years ago
a36bb6d
Split before function call in list
by Bill Wendling
· 8 years ago
da3697c
Remove trailing whitespaces from comments.
by Bill Wendling
· 8 years ago
16becc5
Check that the trailer has enough children.
by Bill Wendling
· 8 years ago
e67e353
Increase penalty for excess characters
by Bill Wendling
· 8 years ago
77ca21d
Try to avoid splitting right after the start of a tuple.
by Bill Wendling
· 8 years ago
5ca3109
Bump to v0.16.1
by Bill Wendling
· 8 years ago
d69801d
Fix USE_TABS=True is ignored for continued indentation
by CaselIT
· 8 years ago
257c1b0
Don't force a split before a comment here.
by Bill Wendling
· 8 years ago
313c65a
Don't squish all the args to the RHS
by Bill Wendling
· 8 years ago
79b82ef
Don't use original formatting in decisions
by Bill Wendling
· 8 years ago
c2f520c
Relax the requirement that a named argument be on a single line.
by Bill Wendling
· 8 years ago
5a1e331
Improve performance of FormatDecisionState object copying
by Bill Wendling
· 8 years ago
56f0fb6
Prefer to coalesce opening brackets.
by Bill Wendling
· 8 years ago
a952966
Ensure splitting of arguments if there's a named assign present.
by Bill Wendling
· 8 years ago
Next »