1. 2c13f6f Use 'msg' instead of 'message' which is deprecated by Bill Wendling · 6 years ago
  2. 4922549 Add knob disabling comma ending heuristic by Bill Wendling · 6 years ago
  3. 2c393e4 Don't count "pytype" comments as column violations by Bill Wendling · 6 years ago
  4. 6cc0be8 Fix lint warnings. by Bill Wendling · 6 years ago
  5. 20d0c8f Merge pull request #550 from CardenB/split-on-all-args by Bill Wendling · 6 years ago
  6. ea27f55 Merge pull request #548 from DHager/bugfix_exclude_hiddendirs by Bill Wendling · 6 years ago
  7. 8e3169b Changed some code formatting errors (irony is apparent to me here). by cardenb · 6 years ago
  8. cdd68a2 Changed logic for splitting comma separated values and added unittests for it. by cardenb · 6 years ago
  9. d059cc4 Start new wrapped line only if comment is first item in decorator node by Bill Wendling · 6 years ago
  10. c167c48 Apply formatting patch that Travis CI is suggesting for the PR by Darien Hager · 6 years ago
  11. bb79549 Add failing unit-test demonstrating that exclusion patterns can fail when using a relative target directory and trying to exclude a child hidden folder. by Darien Hager · 6 years ago
  12. 4ddb2fe Increase the affinity of the closing paren to arg list by Bill Wendling · 6 years ago
  13. 8f8c5f5 Adjust split penalties around arithmetic ops. by Bill Wendling · 6 years ago
  14. 3d9e998 A comment before a decorator isn't part of the decorator. by Bill Wendling · 6 years ago
  15. d5df208 Look for pylint comments disabling long lambda warnings by Bill Wendling · 6 years ago
  16. 2b0b2ca Analyze elements of a tuple for splitting. by Bill Wendling · 6 years ago
  17. 3bab584 Improve function call splitting heuristic. by Bill Wendling · 6 years ago
  18. 8d90c20 Don't force a split in Google style. by Bill Wendling · 6 years ago
  19. 32ac922 Merge branch 'master' into feature/line-before-module-docstring by Bill Wendling · 6 years ago
  20. c873f37 Bump version to v0.21.0 by Bill Wendling · 6 years ago
  21. e0bad55 Don't split ellipses. by Bill Wendling · 6 years ago
  22. 9c3592e Added `CONTINUATION_ALIGN_STYLE` knob by Yinyin L · 6 years ago
  23. 61d8809 Knob to enforce blank line between module docstring and modeline/shebang by Dan Porter · 6 years ago
  24. 06a2340 Bump version to v0.21.0 by Bill Wendling · 6 years ago
  25. 338c1c4 Don't split ellipses. by Bill Wendling · 6 years ago
  26. a56072f Added `CONTINUATION_ALIGN_STYLE` knob by Yinyin L · 6 years ago
  27. 3710045 Merge pull request #518 from infinitewarp/py2-unicode-str by Bill Wendling · 6 years ago
  28. bb0fba7 Support python2 unicode strings in CreateStyleFromConfig by Brad Smith · 6 years ago
  29. 6606776 Move Python 3 test by Alan Du · 6 years ago
  30. 56e706f Add a test case by Alan Du · 6 years ago
  31. 6ae096b Allow single-line dictionaries. by Bill Wendling · 6 years ago
  32. ec1bad2 # This is a combination of 4 commits. # This is the 1st commit message: by isabelacalinoiu · 6 years ago
  33. 7c316cc Don't split after an unpacking op in a dict entry. by Bill Wendling · 6 years ago
  34. b1d32d5 Merge pull request #507 from delirious-lettuce/fix_typos by Bill Wendling · 6 years ago
  35. 2384a19 Ignore files earlier by Caio Ariede · 6 years ago
  36. b795f6d Fix typos: by delirious-lettuce · 6 years ago
  37. d377549 Use tabs when constructing continuation line. by Bill Wendling · 6 years ago
  38. 92290f1 Remove extraneous copyright year. by Bill Wendling · 6 years ago
  39. 2b0c631 Relax split penalty of ending bracket in if stmt by Bill Wendling · 6 years ago
  40. 4dad8ab Remove deadcode handled by the comprehension state by Bill Wendling · 6 years ago
  41. 257f361 Merge branch 'master' of https://github.com/google/yapf by Bill Wendling · 6 years ago
  42. a0de11a Don't add space between None and a dot. by Bill Wendling · 6 years ago
  43. b32fc52 Fix checking for 'async def' by Nathaniel J. Smith · 6 years ago
  44. f022743 Fix tests and add a new one. by Matthew Suozzo · 7 years ago
  45. ba8f51f Ran YAPF on YAPF. by Matthew Suozzo · 7 years ago
  46. 27755fe Improve formatting on list/dict/set comprehensions. by Matthew Suozzo · 7 years ago
  47. 2112ad2 Fix split penalty for single-argument function calls with generators. by Matthew Suozzo · 7 years ago
  48. ca46e86 Use a TextIOWrapper when reading from stdin. by Bill Wendling · 7 years ago
  49. b1c7ca8 Improve splitting in tuples. by Bill Wendling · 7 years ago
  50. 58e3694 Make async formatting more intelligent by Zach Langley · 7 years ago
  51. d404b70 Don't enforce a split before a comment after a container opening. by Bill Wendling · 7 years ago
  52. bd9d955 List comp split penalties are set after trailer penalties by Bill Wendling · 7 years ago
  53. 7bfc0a9 Space between ellipses and keywords by Bill Wendling · 7 years ago
  54. 1dc75ac Split before first argument if dict appears in arg list by Bill Wendling · 7 years ago
  55. 8c07cc1 Split before a named assign when first arg is func call by Bill Wendling · 7 years ago
  56. a531f21 Append a 'var arg' type to the star in a star_expr by Bill Wendling · 7 years ago
  57. 9680f73 Split after opening paren that surrounds an expr by Bill Wendling · 7 years ago
  58. 5f83cfb Split before ending ')' if comma terminated. by Bill Wendling · 7 years ago
  59. b00e4f6 Split before dict key if it's the last argument. by Bill Wendling · 7 years ago
  60. d543e20 Fix some pylint warnings. by Bill Wendling · 7 years ago
  61. 7491187 Increase affinity for "atom" arguments. by Bill Wendling · 7 years ago
  62. 9df211b Take "async" into account when splitting before first arg. by Bill Wendling · 7 years ago
  63. 61f93c3 Count newlines in non-multiline strings by Bill Wendling · 7 years ago
  64. ba55eb1 Prefer to split after comma in argument list. by Bill Wendling · 7 years ago
  65. 6412ce7 Increase continuation indent for 'async with' stmt by Bill Wendling · 7 years ago
  66. 8ee1b53 Retain the spacing before comments in a dict. by Bill Wendling · 7 years ago
  67. 8a3b71f Add ALLOW_SPLIT_BEFORE_DICT_VALUE knob. by Bill Wendling · 7 years ago
  68. 578854b Indent dictionary value correctly if there is a multi-line key. by Bill Wendling · 7 years ago
  69. 855860e Add spaces around '=' in a typed name. by Bill Wendling · 7 years ago
  70. 6e7f5a8 Add space between unary 'not' and other unary operators. by Bill Wendling · 7 years ago
  71. 562e04c Don't remove newline before comment after a line range. by Bill Wendling · 7 years ago
  72. c203f06 Merge branch 'master' into trailing-comments by Bouwe Andela · 7 years ago
  73. 240aca9 Add test for issue #339 by Bouwe Andela · 7 years ago
  74. 1c1eaef Add test for issue #204 by Bouwe Andela · 7 years ago
  75. 8012f59 Allow semicolons if the line is disabled. by Bill Wendling · 7 years ago
  76. b5febcb Attempt to fix #359 by Justin Huang · 7 years ago
  77. 2e7952b Adding plugin for Textmate2 editor by Arturo Fernandez · 7 years ago
  78. f14bd17 Configurable spaces around binary operators by Jiri Kuncar · 7 years ago
  79. acad4ce Make COALESCE_BRACKETS and DEDENT_CLOSING_BRACKETS work together by Richard Wall · 7 years ago
  80. 71d9b2e Return 1 if --diff changed the code. by Bill Wendling · 7 years ago
  81. c565e83 Make yapf put the correct number of blank lines at --lines boundaries. by Kevin Cox · 7 years ago
  82. 7b5b976 Merge pull request #418 from njsmith/patch-1 by Bill Wendling · 7 years ago
  83. bac6ef4 Take pseudo-parens into account when splitting after a comment by Bill Wendling · 7 years ago
  84. 08fa760 Merge branch 'master' of https://github.com/google/yapf by Bill Wendling · 7 years ago
  85. 4b1d9c4 Account for multiple continuation markers. by Bill Wendling · 7 years ago
  86. e3b1e9f Update PEP 8 style to match modern PEP 8 by Nathaniel J. Smith · 7 years ago
  87. c66980d allow nonstring valuesvia coercion by mpacer · 7 years ago
  88. eef42a8 run yapf on style by mpacer · 7 years ago
  89. 98a0768 Add ability to specify style via dict with string values by mpacer · 7 years ago
  90. 95fd533 Merge branch 'master' into split by Bill Wendling · 7 years ago
  91. 43e9ec4 Updated CHANGELOG and changes to tests by Joachim Metz · 7 years ago
  92. 0f44f54 Changes to coalesce brackets not to line split before closing bracket by Joachim Metz · 7 years ago
  93. e0bd196 Changes to split before the first argument in function declarations. by Joachim Metz · 7 years ago
  94. d7d5ede Added tests for split_before_first_argument changes by Joachim Metz · 7 years ago
  95. 31257c8 Check for None before accessing variable. by Bill Wendling · 7 years ago
  96. 51c2fbd Require a space between an equal and dot. by Bill Wendling · 7 years ago
  97. 1cfcbd1 Try not to split around the '=' in a named assign. by Bill Wendling · 7 years ago
  98. a36bb6d Split before function call in list by Bill Wendling · 7 years ago
  99. fa2f21b Don't split if cont-indent is equal to open bracket. by Bill Wendling · 7 years ago
  100. da3697c Remove trailing whitespaces from comments. by Bill Wendling · 7 years ago