1. 4d2bee0 Fix formatting with use_tabs=True. by Petter Strandmark · 7 years ago
  2. a0de11a Don't add space between None and a dot. by Bill Wendling · 7 years ago
  3. 0b8364e Bump version to v0.20.0 by Bill Wendling · 7 years ago
  4. f021105 Updated CHANGELOG by Matthew Suozzo · 7 years ago
  5. 27755fe Improve formatting on list/dict/set comprehensions. by Matthew Suozzo · 7 years ago
  6. 2112ad2 Fix split penalty for single-argument function calls with generators. by Matthew Suozzo · 7 years ago
  7. ca46e86 Use a TextIOWrapper when reading from stdin. by Bill Wendling · 7 years ago
  8. b1c7ca8 Improve splitting in tuples. by Bill Wendling · 7 years ago
  9. d404b70 Don't enforce a split before a comment after a container opening. by Bill Wendling · 7 years ago
  10. bd9d955 List comp split penalties are set after trailer penalties by Bill Wendling · 7 years ago
  11. 7bfc0a9 Space between ellipses and keywords by Bill Wendling · 7 years ago
  12. 1dc75ac Split before first argument if dict appears in arg list by Bill Wendling · 7 years ago
  13. 8c07cc1 Split before a named assign when first arg is func call by Bill Wendling · 7 years ago
  14. 4d9b905 Bump version to v0.19.0 by Bill Wendling · 7 years ago
  15. a531f21 Append a 'var arg' type to the star in a star_expr by Bill Wendling · 7 years ago
  16. 9680f73 Split after opening paren that surrounds an expr by Bill Wendling · 7 years ago
  17. 5f83cfb Split before ending ')' if comma terminated. by Bill Wendling · 7 years ago
  18. b00e4f6 Split before dict key if it's the last argument. by Bill Wendling · 7 years ago
  19. 7491187 Increase affinity for "atom" arguments. by Bill Wendling · 7 years ago
  20. 9df211b Take "async" into account when splitting before first arg. by Bill Wendling · 7 years ago
  21. 61f93c3 Count newlines in non-multiline strings by Bill Wendling · 7 years ago
  22. ba55eb1 Prefer to split after comma in argument list. by Bill Wendling · 7 years ago
  23. 7ef7e14 Bump version to v0.18.0 by Bill Wendling · 7 years ago
  24. 6412ce7 Increase continuation indent for 'async with' stmt by Bill Wendling · 7 years ago
  25. 8ee1b53 Retain the spacing before comments in a dict. by Bill Wendling · 7 years ago
  26. 3b90311 update CHANGELOG, don't use logging to print filenames by Max Vorobev · 7 years ago
  27. 8a3b71f Add ALLOW_SPLIT_BEFORE_DICT_VALUE knob. by Bill Wendling · 7 years ago
  28. 578854b Indent dictionary value correctly if there is a multi-line key. by Bill Wendling · 7 years ago
  29. 855860e Add spaces around '=' in a typed name. by Bill Wendling · 7 years ago
  30. 6e7f5a8 Add space between unary 'not' and other unary operators. by Bill Wendling · 7 years ago
  31. 562e04c Don't remove newline before comment after a line range. by Bill Wendling · 7 years ago
  32. f6dba62 Moved note to correct release by Bouwe Andela · 7 years ago
  33. c203f06 Merge branch 'master' into trailing-comments by Bouwe Andela · 7 years ago
  34. b63b8e1 Add note for fix of issue #204 and issue #339 by Bouwe Andela · 7 years ago
  35. 8012f59 Allow semicolons if the line is disabled. by Bill Wendling · 7 years ago
  36. 5f73720 Bump version to 0.17.0 by Bill Wendling · 7 years ago
  37. 767edac Modify changelog by Justin Huang · 7 years ago
  38. f14bd17 Configurable spaces around binary operators by Jiri Kuncar · 7 years ago
  39. db85e87 Vim plugin: don't clobber text if yapf command returned error by Anton Yuzhaninov · 7 years ago
  40. b0de56d Return a boolean instead of string. by Bill Wendling · 7 years ago
  41. acad4ce Make COALESCE_BRACKETS and DEDENT_CLOSING_BRACKETS work together by Richard Wall · 7 years ago
  42. 71d9b2e Return 1 if --diff changed the code. by Bill Wendling · 7 years ago
  43. c565e83 Make yapf put the correct number of blank lines at --lines boundaries. by Kevin Cox · 7 years ago
  44. 4aa43d8 Bump version to 0.16.3 by Bill Wendling · 7 years ago
  45. bac6ef4 Take pseudo-parens into account when splitting after a comment by Bill Wendling · 7 years ago
  46. 81a6d84 Add filename information to ParseError exception. by Bill Wendling · 7 years ago
  47. 08fa760 Merge branch 'master' of https://github.com/google/yapf by Bill Wendling · 7 years ago
  48. 4b1d9c4 Account for multiple continuation markers. by Bill Wendling · 7 years ago
  49. 9f168a1 Bump version to v0.16.2 by Bill Wendling · 7 years ago
  50. 95fd533 Merge branch 'master' into split by Bill Wendling · 7 years ago
  51. 43e9ec4 Updated CHANGELOG and changes to tests by Joachim Metz · 7 years ago
  52. 8006ebe Updated CHANGELOG by Joachim Metz · 7 years ago
  53. 1cfcbd1 Try not to split around the '=' in a named assign. by Bill Wendling · 7 years ago
  54. a36bb6d Split before function call in list by Bill Wendling · 7 years ago
  55. da3697c Remove trailing whitespaces from comments. by Bill Wendling · 7 years ago
  56. 16becc5 Check that the trailer has enough children. by Bill Wendling · 7 years ago
  57. e67e353 Increase penalty for excess characters by Bill Wendling · 8 years ago
  58. 77ca21d Try to avoid splitting right after the start of a tuple. by Bill Wendling · 8 years ago
  59. 5ca3109 Bump to v0.16.1 by Bill Wendling · 8 years ago
  60. d69801d Fix USE_TABS=True is ignored for continued indentation by CaselIT · 8 years ago
  61. 257c1b0 Don't force a split before a comment here. by Bill Wendling · 8 years ago
  62. 313c65a Don't squish all the args to the RHS by Bill Wendling · 8 years ago
  63. 79b82ef Don't use original formatting in decisions by Bill Wendling · 8 years ago
  64. c2f520c Relax the requirement that a named argument be on a single line. by Bill Wendling · 8 years ago
  65. 5a1e331 Improve performance of FormatDecisionState object copying by Bill Wendling · 8 years ago
  66. 56f0fb6 Prefer to coalesce opening brackets. by Bill Wendling · 8 years ago
  67. a952966 Ensure splitting of arguments if there's a named assign present. by Bill Wendling · 8 years ago
  68. 873039e Bump to v0.16.0 by Bill Wendling · 8 years ago
  69. 8d32136 Add ALLOW_MULTILINE_DICTIONARY_KEYS knob by Bill Wendling · 8 years ago
  70. bfee67d Document Python 2 fixes to stdout by Adrian Tejn Kern · 8 years ago
  71. 9f49752 Add blank line before class's docstring. by Bill Wendling · 8 years ago
  72. 94962e5 Split comma-term dict/set and list makers by Bill Wendling · 8 years ago
  73. 0e9b321 Add two knobs for formatting dictionaries and sets by Bill Wendling · 8 years ago
  74. 3d470dd Bump to v0.15.2 by Bill Wendling · 8 years ago
  75. b64e702 Allow subscript splitting around and/or ops by Bill Wendling · 8 years ago
  76. bf63118 Don't split too aggressively with named assigns by Bill Wendling · 8 years ago
  77. 5d7b361 Bump to v0.15.1 by Bill Wendling · 8 years ago
  78. fd30b91 Split at beginning of list instead of later. by Bill Wendling · 8 years ago
  79. b57e71c Distinguish decorator '@' from matrix mult. by Bill Wendling · 8 years ago
  80. 672ece0 No space after type hint by Bill Wendling · 8 years ago
  81. 61061f6 Keep type annotations intact if possible by Bill Wendling · 8 years ago
  82. eb979f3 Allow text before a 'yapf:' comment by Bill Wendling · 8 years ago
  83. 596300d Allow text before 'pylint' comments. by Bill Wendling · 8 years ago
  84. b50a6b2 Don't count comments for dict entries by Bill Wendling · 8 years ago
  85. 544a281 Bump version to v0.14.0 by Bill Wendling · 8 years ago
  86. 47c3e4f Don't count pseudo-parens in the length of the line. by Bill Wendling · 8 years ago
  87. 2f246c0 Using concurrent.futures to format multiple files at the same time by Diogo de Campos · 8 years ago
  88. 508694b A dictionary entry doesn't count by Bill Wendling · 8 years ago
  89. f728653 Pseudo-parentheses have no length. by Bill Wendling · 8 years ago
  90. ccea10e Encompass the dictionary value in pseudo parens by Bill Wendling · 8 years ago
  91. 6041f22 Specify a "comp_op" as a binary operator. by Bill Wendling · 8 years ago
  92. 35d6b7c Don't count newlines as part of cmt prefix indent by Bill Wendling · 8 years ago
  93. f3e0965 Output the formatting diff by Bill Wendling · 8 years ago
  94. 31f8213 Bump version to v0.13.0 by Bill Wendling · 8 years ago
  95. cec6b19 Retain the line endings of the original src code by Bill Wendling · 8 years ago
  96. 0d372eb Mark lines to format in O(n) time by Bill Wendling · 8 years ago
  97. 7cc4d18 No blank line between decorator and comment by Bill Wendling · 8 years ago
  98. 556f915 Enforce two blank lines after def/class definition by Bill Wendling · 8 years ago
  99. e6c9357 Don't split before a dict val in a comp_for by Bill Wendling · 8 years ago
  100. a5a52e2 Ignore blank lines before disabled comment line by Bill Wendling · 8 years ago