1. 2b0c631 Relax split penalty of ending bracket in if stmt by Bill Wendling · 6 years ago
  2. 4d2bee0 Fix formatting with use_tabs=True. by Petter Strandmark · 6 years ago
  3. 3ec656f Update documents for Vim plugin command by Wenfeng CAI · 6 years ago
  4. 14b0232 Sync comments with plugins/README.rst by Wenfeng CAI · 6 years ago
  5. c2d5f1c Add command to a new file of Vim plugin by Wenfeng CAI · 6 years ago
  6. c0c82b4 Remove command definition in Vim autoload script by Wenfeng CAI · 6 years ago
  7. 6df612a Merge pull request #497 from him2him2/fix/HTTPS by Bill Wendling · 6 years ago
  8. 808d7d2 Docs: Update HTTP -> HTTPS by Ronald Eddy Jr · 6 years ago
  9. 268a97f Merge pull request #492 from peterludemann/fix-style-doc by Bill Wendling · 6 years ago
  10. 827260c fix --help for where style file is found by Peter Ludemann · 6 years ago
  11. c834022 Merge pull request #491 from jpadilla/patch-1 by Bill Wendling · 6 years ago
  12. f4b0d9b Move _ComprehensionState to its own module. by Bill Wendling · 6 years ago
  13. 2774c1b Add online demo to README by José Padilla · 6 years ago
  14. 4dad8ab Remove deadcode handled by the comprehension state by Bill Wendling · 6 years ago
  15. 257f361 Merge branch 'master' of https://github.com/google/yapf by Bill Wendling · 6 years ago
  16. a0de11a Don't add space between None and a dot. by Bill Wendling · 6 years ago
  17. f275242 Merge pull request #486 from gabrys/master by Bill Wendling · 6 years ago
  18. cf1dfbb Merge pull request #485 from njsmith/fix-484 by Bill Wendling · 6 years ago
  19. b32fc52 Fix checking for 'async def' by Nathaniel J. Smith · 6 years ago
  20. 465eb7a Flip INDENT_DICTIONARY_VALUE for Facebook style by Piotr Gabryjeluk · 7 years ago
  21. c67685c Merge pull request #482 from tommylutz/master by Bill Wendling · 7 years ago
  22. 6cc9486 Update vim plugin instructions. by Tommy Lutz · 7 years ago
  23. 7e38e08 Default 'verify' to False. by Bill Wendling · 7 years ago
  24. e154fac Merge pull request #473 from mlimber/patch-2 by Bill Wendling · 7 years ago
  25. 0b8364e Bump version to v0.20.0 by Bill Wendling · 7 years ago
  26. 8af5baf Grammatical tweak by mlimber · 7 years ago
  27. b363bc6 Merge pull request #470 from msuozzo/comprehension-splitting by Bill Wendling · 7 years ago
  28. f022743 Fix tests and add a new one. by Matthew Suozzo · 7 years ago
  29. 4efda4c Ran YAPF on YAPF. by Matthew Suozzo · 7 years ago
  30. aa839eb Fix typos in style flag names. by Matthew Suozzo · 7 years ago
  31. f021105 Updated CHANGELOG by Matthew Suozzo · 7 years ago
  32. 3a0f6e7 Add `SPLIT_PENALTY_COMPREHENSION` flag. by Matthew Suozzo · 7 years ago
  33. 4a3b633 Update docs for SPLIT_COMPLEX_COMPREHENSION. by Matthew Suozzo · 7 years ago
  34. bc0191f Redefine expr 'triviality' as being a single token. by Matthew Suozzo · 7 years ago
  35. a17b1c9 Reduce the penalty for spltiting a trivial expr. by Matthew Suozzo · 7 years ago
  36. ba8f51f Ran YAPF on YAPF. by Matthew Suozzo · 7 years ago
  37. 27755fe Improve formatting on list/dict/set comprehensions. by Matthew Suozzo · 7 years ago
  38. 2112ad2 Fix split penalty for single-argument function calls with generators. by Matthew Suozzo · 7 years ago
  39. ca46e86 Use a TextIOWrapper when reading from stdin. by Bill Wendling · 7 years ago
  40. b1c7ca8 Improve splitting in tuples. by Bill Wendling · 7 years ago
  41. e5f48fa Merge pull request #467 from zlangley/async by Bill Wendling · 7 years ago
  42. 58e3694 Make async formatting more intelligent by Zach Langley · 7 years ago
  43. d404b70 Don't enforce a split before a comment after a container opening. by Bill Wendling · 7 years ago
  44. bd9d955 List comp split penalties are set after trailer penalties by Bill Wendling · 7 years ago
  45. 7bfc0a9 Space between ellipses and keywords by Bill Wendling · 7 years ago
  46. 1dc75ac Split before first argument if dict appears in arg list by Bill Wendling · 7 years ago
  47. 8c07cc1 Split before a named assign when first arg is func call by Bill Wendling · 7 years ago
  48. 4d9b905 Bump version to v0.19.0 by Bill Wendling · 7 years ago
  49. bf399db Merge branch 'master' of https://github.com/google/yapf by Bill Wendling · 7 years ago
  50. a531f21 Append a 'var arg' type to the star in a star_expr by Bill Wendling · 7 years ago
  51. 9680f73 Split after opening paren that surrounds an expr by Bill Wendling · 7 years ago
  52. 6113e7e Split after opening paren that surrounds an expr by Bill Wendling · 7 years ago
  53. 5f83cfb Split before ending ')' if comma terminated. by Bill Wendling · 7 years ago
  54. b00e4f6 Split before dict key if it's the last argument. by Bill Wendling · 7 years ago
  55. d543e20 Fix some pylint warnings. by Bill Wendling · 7 years ago
  56. cfcf45f Reformat to remove 80-column violations. by Bill Wendling · 7 years ago
  57. 7491187 Increase affinity for "atom" arguments. by Bill Wendling · 7 years ago
  58. 9df211b Take "async" into account when splitting before first arg. by Bill Wendling · 7 years ago
  59. 61f93c3 Count newlines in non-multiline strings by Bill Wendling · 7 years ago
  60. ba55eb1 Prefer to split after comma in argument list. by Bill Wendling · 7 years ago
  61. 7ef7e14 Bump version to v0.18.0 by Bill Wendling · 7 years ago
  62. 6412ce7 Increase continuation indent for 'async with' stmt by Bill Wendling · 7 years ago
  63. 8ee1b53 Retain the spacing before comments in a dict. by Bill Wendling · 7 years ago
  64. 46fe382 Remove some linter warnings. by Bill Wendling · 7 years ago
  65. 82ce119 Merge pull request #442 from vmax/add-verbose-flag by Bill Wendling · 7 years ago
  66. 3b90311 update CHANGELOG, don't use logging to print filenames by Max Vorobev · 7 years ago
  67. a69d433 Add verbose flag to print out filenames as they are processed by Max Vorobev · 7 years ago
  68. 8a3b71f Add ALLOW_SPLIT_BEFORE_DICT_VALUE knob. by Bill Wendling · 7 years ago
  69. 578854b Indent dictionary value correctly if there is a multi-line key. by Bill Wendling · 7 years ago
  70. 855860e Add spaces around '=' in a typed name. by Bill Wendling · 7 years ago
  71. 6e7f5a8 Add space between unary 'not' and other unary operators. by Bill Wendling · 7 years ago
  72. 60ef62d Cleanup some of the APIs. by Bill Wendling · 7 years ago
  73. 562e04c Don't remove newline before comment after a line range. by Bill Wendling · 7 years ago
  74. 49b4567 Merge pull request #438 from bouweandela/trailing-comments by Bill Wendling · 7 years ago
  75. bdb36ce Merge pull request #431 from jkinkead/git_hook by Bill Wendling · 7 years ago
  76. 0275796 Merge branch 'master' into git_hook by Bill Wendling · 7 years ago
  77. de3a747 Removed unused and untested function _FindNextAncestor to improve test coverage by Bouwe Andela · 7 years ago
  78. f6dba62 Moved note to correct release by Bouwe Andela · 7 years ago
  79. 4274fec Merge branch 'master' into trailing-comments by Bouwe Andela · 7 years ago
  80. c203f06 Merge branch 'master' into trailing-comments by Bouwe Andela · 7 years ago
  81. b63b8e1 Add note for fix of issue #204 and issue #339 by Bouwe Andela · 7 years ago
  82. 240aca9 Add test for issue #339 by Bouwe Andela · 7 years ago
  83. 1c1eaef Add test for issue #204 by Bouwe Andela · 7 years ago
  84. 8012f59 Allow semicolons if the line is disabled. by Bill Wendling · 7 years ago
  85. 5f73720 Bump version to 0.17.0 by Bill Wendling · 7 years ago
  86. 2fe61c0 Merge pull request #441 from jjhuang/tuple-list by Bill Wendling · 7 years ago
  87. 7150382 Merge branch 'master' into trailing-comments by Bouwe Andela · 7 years ago
  88. 767edac Modify changelog by Justin Huang · 7 years ago
  89. 6d88e1b Use py3-compatible next() by Justin Huang · 7 years ago
  90. b5febcb Attempt to fix #359 by Justin Huang · 7 years ago
  91. 2e7952b Adding plugin for Textmate2 editor by Arturo Fernandez · 7 years ago
  92. 675e490 Merge pull request #430 from jkinkead/patch-1 by Bill Wendling · 7 years ago
  93. f14bd17 Configurable spaces around binary operators by Jiri Kuncar · 7 years ago
  94. db85e87 Vim plugin: don't clobber text if yapf command returned error by Anton Yuzhaninov · 7 years ago
  95. e415217 Vim plugin: use systemlist (if available) by Anton Yuzhaninov · 7 years ago
  96. b0de56d Return a boolean instead of string. by Bill Wendling · 7 years ago
  97. acad4ce Make COALESCE_BRACKETS and DEDENT_CLOSING_BRACKETS work together by Richard Wall · 7 years ago
  98. d4d3d72 Fix #204 and fix #339 by Bouwe Andela · 7 years ago
  99. 71d9b2e Return 1 if --diff changed the code. by Bill Wendling · 7 years ago
  100. 1f4517d Fix formatting of vim code block. by Jesse Kinkead · 7 years ago