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. ca82cbe Specify that we read from stdin by default by Bill Wendling · 6 years ago
  4. a1001b1 Change error message instead of cloning exception by Bill Wendling · 6 years ago
  5. 9518bab Improve documentation so quotes aren't included by Bill Wendling · 6 years ago
  6. 8259cc2 Merge pull request #576 from jouve/readline by Bill Wendling · 6 years ago
  7. 2c393e4 Don't count "pytype" comments as column violations by Bill Wendling · 6 years ago
  8. b77225c avoid reading whole file in IsPythonFile by Cyril Jouve · 6 years ago
  9. 6cc0be8 Fix lint warnings. by Bill Wendling · 6 years ago
  10. 19dbc7a Don't increase N_TOKENS. by Bill Wendling · 6 years ago
  11. d52ae2a Bump version to v0.22.0 by Bill Wendling · 6 years ago
  12. 20d0c8f Merge pull request #550 from CardenB/split-on-all-args by Bill Wendling · 6 years ago
  13. ea27f55 Merge pull request #548 from DHager/bugfix_exclude_hiddendirs by Bill Wendling · 6 years ago
  14. cdd68a2 Changed logic for splitting comma separated values and added unittests for it. by cardenb · 6 years ago
  15. e176628 Add and update documentation about return codes by Mike Stipicevic · 6 years ago
  16. c7f0736 Added an option to split on all args even if not comma terminated. by cardenb · 6 years ago
  17. d059cc4 Start new wrapped line only if comment is first item in decorator node by Bill Wendling · 6 years ago
  18. 94ce23b Fix issue with matching against hidden child folders in relative-directory context. by Darien Hager · 6 years ago
  19. 7cfb6b1 Refactor common function. by Bill Wendling · 6 years ago
  20. 4ddb2fe Increase the affinity of the closing paren to arg list by Bill Wendling · 6 years ago
  21. 8f8c5f5 Adjust split penalties around arithmetic ops. by Bill Wendling · 6 years ago
  22. 5b40ffe A comment before a decorator isn't part of the decorator. by Bill Wendling · 6 years ago
  23. d5df208 Look for pylint comments disabling long lambda warnings by Bill Wendling · 6 years ago
  24. 2b0b2ca Analyze elements of a tuple for splitting. by Bill Wendling · 6 years ago
  25. 3bab584 Improve function call splitting heuristic. by Bill Wendling · 6 years ago
  26. 8d90c20 Don't force a split in Google style. by Bill Wendling · 6 years ago
  27. 61d8809 Knob to enforce blank line between module docstring and modeline/shebang by Dan Porter · 6 years ago
  28. 06a2340 Bump version to v0.21.0 by Bill Wendling · 6 years ago
  29. e2bed0f Merge branch 'master' into issue527 by Bill Wendling · 6 years ago
  30. 338c1c4 Don't split ellipses. by Bill Wendling · 6 years ago
  31. a56072f Added `CONTINUATION_ALIGN_STYLE` knob by Yinyin L · 6 years ago
  32. c0d3268 Add knob BLANK_LINES_AROUND_TOP_LEVEL_DEFINITION by Markus Gerstel · 6 years ago
  33. 6d79f13 Introduce a SPLIT_BEFORE_ENDING_BRACKET knob by Patryk Zawadzki · 6 years ago
  34. 6e83cf3 Bump version to v0.20.2 by Bill Wendling · 6 years ago
  35. 3710045 Merge pull request #518 from infinitewarp/py2-unicode-str by Bill Wendling · 6 years ago
  36. 047bf1e Merge pull request #516 from mdgoldberg/style-help-global-config by Bill Wendling · 6 years ago
  37. bb0fba7 Support python2 unicode strings in CreateStyleFromConfig by Brad Smith · 6 years ago
  38. 566484f four spaces -> two spaces of indentation by Matt Goldberg · 6 years ago
  39. 2d315bc YAPF by Alan Du · 6 years ago
  40. aefb0a2 Expand list of allowable string prefixes by Alan Du · 6 years ago
  41. 6ec7249 gets the default style when the --style-help flag is passed by Matt Goldberg · 6 years ago
  42. 6ae096b Allow single-line dictionaries. by Bill Wendling · 6 years ago
  43. ec1bad2 # This is a combination of 4 commits. # This is the 1st commit message: by isabelacalinoiu · 6 years ago
  44. 7c316cc Don't split after an unpacking op in a dict entry. by Bill Wendling · 6 years ago
  45. b1d32d5 Merge pull request #507 from delirious-lettuce/fix_typos by Bill Wendling · 6 years ago
  46. 2384a19 Ignore files earlier by Caio Ariede · 6 years ago
  47. b795f6d Fix typos: by delirious-lettuce · 6 years ago
  48. d377549 Use tabs when constructing continuation line. by Bill Wendling · 6 years ago
  49. 92290f1 Remove extraneous copyright year. by Bill Wendling · 6 years ago
  50. 06c973f Bump version to v0.20.1 by Bill Wendling · 6 years ago
  51. 6d3de0b Merge pull request #503 from PetterS/fix_tabs by Bill Wendling · 6 years ago
  52. 2b0c631 Relax split penalty of ending bracket in if stmt by Bill Wendling · 6 years ago
  53. 4d2bee0 Fix formatting with use_tabs=True. by Petter Strandmark · 6 years ago
  54. 827260c fix --help for where style file is found by Peter Ludemann · 6 years ago
  55. f4b0d9b Move _ComprehensionState to its own module. by Bill Wendling · 6 years ago
  56. 4dad8ab Remove deadcode handled by the comprehension state by Bill Wendling · 6 years ago
  57. 257f361 Merge branch 'master' of https://github.com/google/yapf by Bill Wendling · 6 years ago
  58. a0de11a Don't add space between None and a dot. by Bill Wendling · 6 years ago
  59. f275242 Merge pull request #486 from gabrys/master by Bill Wendling · 6 years ago
  60. b32fc52 Fix checking for 'async def' by Nathaniel J. Smith · 6 years ago
  61. 465eb7a Flip INDENT_DICTIONARY_VALUE for Facebook style by Piotr Gabryjeluk · 6 years ago
  62. 7e38e08 Default 'verify' to False. by Bill Wendling · 7 years ago
  63. 0b8364e Bump version to v0.20.0 by Bill Wendling · 7 years ago
  64. 4efda4c Ran YAPF on YAPF. by Matthew Suozzo · 7 years ago
  65. aa839eb Fix typos in style flag names. by Matthew Suozzo · 7 years ago
  66. 3a0f6e7 Add `SPLIT_PENALTY_COMPREHENSION` flag. by Matthew Suozzo · 7 years ago
  67. 4a3b633 Update docs for SPLIT_COMPLEX_COMPREHENSION. by Matthew Suozzo · 7 years ago
  68. bc0191f Redefine expr 'triviality' as being a single token. by Matthew Suozzo · 7 years ago
  69. a17b1c9 Reduce the penalty for spltiting a trivial expr. by Matthew Suozzo · 7 years ago
  70. ba8f51f Ran YAPF on YAPF. by Matthew Suozzo · 7 years ago
  71. 27755fe Improve formatting on list/dict/set comprehensions. by Matthew Suozzo · 7 years ago
  72. 2112ad2 Fix split penalty for single-argument function calls with generators. by Matthew Suozzo · 7 years ago
  73. ca46e86 Use a TextIOWrapper when reading from stdin. by Bill Wendling · 7 years ago
  74. b1c7ca8 Improve splitting in tuples. by Bill Wendling · 7 years ago
  75. 58e3694 Make async formatting more intelligent by Zach Langley · 7 years ago
  76. d404b70 Don't enforce a split before a comment after a container opening. by Bill Wendling · 7 years ago
  77. bd9d955 List comp split penalties are set after trailer penalties by Bill Wendling · 7 years ago
  78. 7bfc0a9 Space between ellipses and keywords by Bill Wendling · 7 years ago
  79. 1dc75ac Split before first argument if dict appears in arg list by Bill Wendling · 7 years ago
  80. 8c07cc1 Split before a named assign when first arg is func call by Bill Wendling · 7 years ago
  81. 4d9b905 Bump version to v0.19.0 by Bill Wendling · 7 years ago
  82. a531f21 Append a 'var arg' type to the star in a star_expr by Bill Wendling · 7 years ago
  83. 9680f73 Split after opening paren that surrounds an expr by Bill Wendling · 7 years ago
  84. 5f83cfb Split before ending ')' if comma terminated. by Bill Wendling · 7 years ago
  85. b00e4f6 Split before dict key if it's the last argument. by Bill Wendling · 7 years ago
  86. d543e20 Fix some pylint warnings. by Bill Wendling · 7 years ago
  87. 7491187 Increase affinity for "atom" arguments. by Bill Wendling · 7 years ago
  88. 9df211b Take "async" into account when splitting before first arg. by Bill Wendling · 7 years ago
  89. 61f93c3 Count newlines in non-multiline strings by Bill Wendling · 7 years ago
  90. ba55eb1 Prefer to split after comma in argument list. by Bill Wendling · 7 years ago
  91. 7ef7e14 Bump version to v0.18.0 by Bill Wendling · 7 years ago
  92. 6412ce7 Increase continuation indent for 'async with' stmt by Bill Wendling · 7 years ago
  93. 8ee1b53 Retain the spacing before comments in a dict. by Bill Wendling · 7 years ago
  94. 46fe382 Remove some linter warnings. by Bill Wendling · 7 years ago
  95. 3b90311 update CHANGELOG, don't use logging to print filenames by Max Vorobev · 7 years ago
  96. a69d433 Add verbose flag to print out filenames as they are processed by Max Vorobev · 7 years ago
  97. 8a3b71f Add ALLOW_SPLIT_BEFORE_DICT_VALUE knob. by Bill Wendling · 7 years ago
  98. 578854b Indent dictionary value correctly if there is a multi-line key. by Bill Wendling · 7 years ago
  99. 855860e Add spaces around '=' in a typed name. by Bill Wendling · 7 years ago
  100. 6e7f5a8 Add space between unary 'not' and other unary operators. by Bill Wendling · 7 years ago