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