1. 74a432f Resolve py3compat.py (#1088) by Sebastian Pipping · 1 year, 10 months ago
  2. ec4a885 Drop Python <3.7 leftovers by Sebastian Pipping · 1 year, 11 months ago
  3. b41eb9c Generalized the ending comma heuristic to subscripts by Sergei Lebedev · 2 years, 1 month ago
  4. bb2baba Generated dicts also have keys and values for rules to apply (#1044) by Alexey Pelykh · 2 years, 2 months ago
  5. 98e2d27 Fix tests by Bill Wendling · 3 years, 1 month ago
  6. c4d4c6c Mark test target as "noqa" by Bill Wendling · 3 years, 2 months ago
  7. 3684f3c Split line before all comparison operators (#988) by Nuri Jung · 3 years, 2 months ago
  8. 5b75e6f Use "logical line" instead of "unwrapped line" by Bill Wendling · 3 years, 3 months ago
  9. e9dd4e5 Cleanup of the FormatToken interface by Bill Wendling · 3 years, 4 months ago
  10. 9d6808a Add more files to flake8 run. by Bill Wendling · 3 years, 4 months ago
  11. 271072d Correct testcases for Python 2.7 and PEP8 changes. by Bill Wendling · 3 years, 4 months ago
  12. 633744e Fix typos discovered by codespell (#950) by Christian Clauss · 3 years, 6 months ago
  13. 5fda04e Follow PEP8: Method definitions inside a class are surrounded by a single blank line (#954) by Bouwe Andela · 3 years, 7 months ago
  14. c578dc4 Adds walrus test and python 3.7/3.8 tox definitions (#851) by Brian Mego · 4 years, 3 months ago
  15. a3dacba Fix test name for proper context (#857) by Mauricio Herrera Cuadra · 4 years, 7 months ago
  16. 37924d4 Support custom number of blank lines between top-level imports and variable definitions (#854) by Mauricio Herrera Cuadra · 4 years, 7 months ago
  17. 8df9fde Use "Yapf" style instead of "Chromium" by Bill Wendling · 4 years, 11 months ago
  18. 22ef70f Update chromium style to match what's used in Chromium (#789) by agrieve · 4 years, 11 months ago
  19. b306e98 Adds FORCE_MULTILINE_DICT knob (#808) by Brian Mego · 5 years ago
  20. 0abfa16 Move code out of try-except blocks by Bill Wendling · 5 years ago
  21. f752a01 Don't split between two-word comparison operators. by Bill Wendling · 5 years ago
  22. e3b159b Add docstrings and other things for the linter. by Bill Wendling · 5 years ago
  23. 8d184be Don't require splitting before comments by Bill Wendling · 5 years ago
  24. 405a524 Treat the closing bracket like normal when splitting everything by Bill Wendling · 5 years ago
  25. bd797d5 add tests covering function call, tuple, list, and dict by Ethan Furman · 5 years ago
  26. 6ac0ed6 Tests: exercise the case where there is no opening bracket by Sergio Giro · 6 years ago
  27. 5de9ca6 Add knob SPLIT_ALL_TOP_LEVEL_COMMA_SEPARATED_VALUES (#1) by Sergio Giro · 6 years ago
  28. 726dce1 Increase penalty for splitting items in a list by Bill Wendling · 6 years ago
  29. 07a7d59 Don't split before a too long dictionary elem by Bill Wendling · 6 years ago
  30. d0fea94 Retain coverage by Harald Husum · 6 years ago
  31. 225ad43 Return opening bracket by Bill Wendling · 6 years ago
  32. 5b241d1 Remove some pylint errors. by Bill Wendling · 7 years ago
  33. 72d83a1 Merge branch 'master' into bug-dedent-closing-brackets by Bill Wendling · 7 years ago
  34. c7ff59f Merge branch 'master' into empty-lines-indentation by Bill Wendling · 7 years ago
  35. 3d2ce8f Support 3.7 in the tests and in the visitor methods by Bill Wendling · 7 years ago
  36. 0b0a134 Merge branch 'master' into bug-dedent-closing-brackets by Hugo Ricateau · 7 years ago
  37. d814f60 Merge branch 'master' into empty-lines-indentation by Hugo Ricateau · 7 years ago
  38. 219a3bf Adds test. by Hugo Ricateau · 7 years ago
  39. 2971001 Copy node annotations after it's cloned. by Bill Wendling · 7 years ago
  40. 50e5442 Increase penalty for splitting in subscripts by Bill Wendling · 7 years ago
  41. a6c8dcc Adds a test for the INDENT_BLANK_LINES option. by Hugo Ricateau · 7 years ago
  42. 2c13f6f Use 'msg' instead of 'message' which is deprecated by Bill Wendling · 7 years ago
  43. 4922549 Add knob disabling comma ending heuristic by Bill Wendling · 7 years ago
  44. 8e3169b Changed some code formatting errors (irony is apparent to me here). by cardenb · 7 years ago
  45. cdd68a2 Changed logic for splitting comma separated values and added unittests for it. by cardenb · 7 years ago
  46. 61d8809 Knob to enforce blank line between module docstring and modeline/shebang by Dan Porter · 7 years ago
  47. 6ae096b Allow single-line dictionaries. by Bill Wendling · 7 years ago
  48. ec1bad2 # This is a combination of 4 commits. # This is the 1st commit message: by isabelacalinoiu · 7 years ago
  49. 92290f1 Remove extraneous copyright year. by Bill Wendling · 7 years ago
  50. f022743 Fix tests and add a new one. by Matthew Suozzo · 7 years ago
  51. 27755fe Improve formatting on list/dict/set comprehensions. by Matthew Suozzo · 7 years ago
  52. b1c7ca8 Improve splitting in tuples. by Bill Wendling · 7 years ago
  53. 58e3694 Make async formatting more intelligent by Zach Langley · 7 years ago
  54. bd9d955 List comp split penalties are set after trailer penalties by Bill Wendling · 7 years ago
  55. 7bfc0a9 Space between ellipses and keywords by Bill Wendling · 7 years ago
  56. 5f83cfb Split before ending ')' if comma terminated. by Bill Wendling · 7 years ago
  57. b00e4f6 Split before dict key if it's the last argument. by Bill Wendling · 7 years ago
  58. 7491187 Increase affinity for "atom" arguments. 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. 578854b Indent dictionary value correctly if there is a multi-line key. by Bill Wendling · 8 years ago
  62. b5febcb Attempt to fix #359 by Justin Huang · 8 years ago
  63. acad4ce Make COALESCE_BRACKETS and DEDENT_CLOSING_BRACKETS work together by Richard Wall · 8 years ago
  64. bac6ef4 Take pseudo-parens into account when splitting after a comment by Bill Wendling · 8 years ago
  65. 08fa760 Merge branch 'master' of https://github.com/google/yapf by Bill Wendling · 8 years ago
  66. 4b1d9c4 Account for multiple continuation markers. by Bill Wendling · 8 years ago
  67. 95fd533 Merge branch 'master' into split by Bill Wendling · 8 years ago
  68. 0f44f54 Changes to coalesce brackets not to line split before closing bracket by Joachim Metz · 8 years ago
  69. e0bd196 Changes to split before the first argument in function declarations. by Joachim Metz · 8 years ago
  70. d7d5ede Added tests for split_before_first_argument changes by Joachim Metz · 8 years ago
  71. 51c2fbd Require a space between an equal and dot. by Bill Wendling · 8 years ago
  72. a36bb6d Split before function call in list by Bill Wendling · 8 years ago
  73. fa2f21b Don't split if cont-indent is equal to open bracket. by Bill Wendling · 8 years ago
  74. da3697c Remove trailing whitespaces from comments. by Bill Wendling · 8 years ago
  75. 16becc5 Check that the trailer has enough children. by Bill Wendling · 8 years ago
  76. e67e353 Increase penalty for excess characters by Bill Wendling · 8 years ago
  77. 77ca21d Try to avoid splitting right after the start of a tuple. by Bill Wendling · 8 years ago
  78. 6b0c04b Improve the split penalty computation. by Bill Wendling · 8 years ago
  79. 313c65a Don't squish all the args to the RHS by Bill Wendling · 8 years ago
  80. 79b82ef Don't use original formatting in decisions by Bill Wendling · 8 years ago
  81. c2f520c Relax the requirement that a named argument be on a single line. by Bill Wendling · 8 years ago
  82. a952966 Ensure splitting of arguments if there's a named assign present. by Bill Wendling · 8 years ago
  83. ac6c1d1 Add ALLOW_MULTILINE_DICTIONARY_KEYS knob by Bill Wendling · 8 years ago
  84. 9f49752 Add blank line before class's docstring. by Bill Wendling · 8 years ago
  85. 94962e5 Split comma-term dict/set and list makers by Bill Wendling · 8 years ago
  86. bf63118 Don't split too aggressively with named assigns by Bill Wendling · 8 years ago
  87. 4d82aea Bump up year in copyright statement by Bill Wendling · 8 years ago
  88. fd30b91 Split at beginning of list instead of later. by Bill Wendling · 8 years ago
  89. 33f406c Fix lint warnings. by Bill Wendling · 8 years ago
  90. f728653 Pseudo-parentheses have no length. by Bill Wendling · 8 years ago
  91. a8ebae2 Refactor the parsing and checking test code by Bill Wendling · 8 years ago
  92. 9fb475b Split out reformatter tests into modules by Bill Wendling · 8 years ago