1. cc7770b Add "splitpenalty" to the format_token repr by Bill Wendling · 2 years, 6 months ago
  2. 76b039c Move subtypes into their own module. by Bill Wendling · 2 years, 6 months ago
  3. 1c73ccc Remove useless a_expr and m_expr subtypes by Bill Wendling · 2 years, 6 months ago
  4. 5bc5a7b Fix up the "name" and "is_docstring" bits of a format_token by Bill Wendling · 2 years, 6 months ago
  5. cb0bb0e Remove unused import by Bill Wendling · 2 years, 6 months ago
  6. ab9e35c Compare the node's type instead of its name by Bill Wendling · 2 years, 6 months ago
  7. 707c457 Use Python's argument parser's "version" action by Bill Wendling · 2 years, 6 months ago
  8. c79578a Unify the YAPF exceptions by Bill Wendling · 2 years, 6 months ago
  9. d017a9e Move the "newlines" attribute from pytree node to format token. by Bill Wendling · 2 years, 7 months ago
  10. 7712742 Combine the "must_break_before" and "must_split" properties. by Bill Wendling · 2 years, 7 months ago
  11. e9dd4e5 Cleanup of the FormatToken interface by Bill Wendling · 2 years, 7 months ago
  12. 9d6808a Add more files to flake8 run. by Bill Wendling · 2 years, 7 months ago
  13. 82ebfca We're no longer using Travis CI. by Bill Wendling · 2 years, 7 months ago
  14. bf806bd Don't run on Windows by Bill Wendling · 2 years, 7 months ago
  15. 61532b5 Turn off hash randomization in test. by Bill Wendling · 2 years, 7 months ago
  16. 2049397 Update URL and ignore yapftests by Bill Wendling · 2 years, 7 months ago
  17. edf288c Add GitHub Actions badge. by Bill Wendling · 2 years, 7 months ago
  18. 5142e58 Add CI via GitHub Actions. by Bill Wendling · 2 years, 7 months ago
  19. 5e9520e Reformat by Bill Wendling · 2 years, 7 months ago
  20. 7d16a18 Reformat so that flake8 is happy. by Bill Wendling · 2 years, 7 months ago
  21. 8ec4ed6 Change tests to support "pytest". by Bill Wendling · 2 years, 7 months ago
  22. 271072d Correct testcases for Python 2.7 and PEP8 changes. by Bill Wendling · 2 years, 7 months ago
  23. 50d260b Reformatting the source code. by Bill Wendling · 2 years, 7 months ago
  24. 265c31e Use '[style]' in the example, as that's the most common style section by Bill Wendling · 2 years, 7 months ago
  25. dbd49c3 Enforce a space between a colon and the ... token by Bill Wendling · 2 years, 7 months ago
  26. 633744e Fix typos discovered by codespell (#950) by Christian Clauss · 2 years, 9 months ago
  27. bed7ca5 ``pytree_utils.ParseCodeToTree`` now adds a trailing EOL if needed (#962) by Sergei Lebedev · 2 years, 9 months ago
  28. 6471e0a Added yapf_api.FormatTree (#952) by Sergei Lebedev · 2 years, 9 months ago
  29. 5fda04e Follow PEP8: Method definitions inside a class are surrounded by a single blank line (#954) by Bouwe Andela · 2 years, 10 months ago
  30. da0dbb3 change ignore config format for pyproject.toml (#946) by hirosassa · 2 years, 11 months ago
  31. 28cb5b7 Improve comprehensions (#943) by Almaz · 2 years, 11 months ago
  32. 69bd4fe Merge else clause's nested if statement into elif (#942) by Almaz · 2 years, 11 months ago
  33. af43190 Replace multiple comparisons with in operator (#941) by Almaz · 2 years, 11 months ago
  34. 30895d6 Replace while with for (#940) by Almaz · 2 years, 11 months ago
  35. 7ff7399 Replace if statement with if expression (#939) by Almaz · 2 years, 11 months ago
  36. 4bd5ccd Merge isinstance calls (#938) by Almaz · 2 years, 11 months ago
  37. f16340e support ignore config in pyproject.toml (#937) by hirosassa · 2 years, 11 months ago
  38. 618c2a0 Try to clarify the SPLIT_ALL_COMMA_SEPARATED_VALUES knob (#926) by James D. Lin · 2 years, 11 months ago
  39. 3cac267 Fix README to match the API for FormatCode() and FormatFile() (#918) by Brett Cannon · 2 years, 11 months ago
  40. 02d9513 Reformatted source (#837) by Keshav · 2 years, 11 months ago
  41. 6d961fb Enforce space between colon and elipses by Bill Wendling · 3 years ago
  42. 51da81c Don't modify blank lines if they're marked as disabled. by Bill Wendling · 3 years ago
  43. 762ea27 Avoid expensive duplicate __hash__ call. (#923) by Matthew Suozzo · 3 years, 1 month ago
  44. b3c3a58 Automatically find valid python packages for installation (#921) by Misha Wolfson · 3 years, 1 month ago
  45. c607795 Bump version to 0.31.0 by Bill Wendling · 3 years, 3 months ago
  46. f3321cf Don't fail if we don't have "toml". by Bill Wendling · 3 years, 3 months ago
  47. 9ae08bb Reformat by Bill Wendling · 3 years, 3 months ago
  48. 59a3b76 Elaborate on based_on_style origins and use cases. (#896) by Phoenix Meadowlark · 3 years, 3 months ago
  49. 664e7c0 pyproject.toml support (#893) by hirosassa · 3 years, 3 months ago
  50. a53e340 Prevent os.walk() scanning excluded dirs. (#898) by Brénainn Woodsend · 3 years, 4 months ago
  51. 503bc40 Rename master branch to main by Bill Wendling · 3 years, 5 months ago
  52. 7fed727 Reformat by Bill Wendling · 3 years, 5 months ago
  53. c578dc4 Adds walrus test and python 3.7/3.8 tox definitions (#851) by Brian Mego · 3 years, 6 months ago upstream-master
  54. eaacaee chore: replace blacklist with block_list (#863) by Justin Poehnelt · 3 years, 6 months ago
  55. c4ce158 Ignore end of line `# copybara:` directives. (#886) by Gregory P. Smith · 3 years, 6 months ago
  56. bbfebc2 Removed since link wont be fixed #869 (#885) by bwac · 3 years, 6 months ago
  57. 6db9374 Resolves #882 (#884) by Harkirat Singh · 3 years, 6 months ago
  58. 6abab7f Fix directory exclusion on Windows. (#881) by Brénainn Woodsend · 3 years, 6 months ago
  59. 768267f pre-commit config (#878) by Harkirat Singh · 3 years, 7 months ago
  60. b88e2ab Add yapf-diff command (#870) by Bouwe Andela · 3 years, 7 months ago
  61. 489fbd9 Fix parser refactor in main (#865) by Matthew Suozzo · 3 years, 9 months ago
  62. 3ee3984 Allow `lines` parameter to fix whitespace between statements. (#864) by Matthew Suozzo · 3 years, 9 months ago
  63. a3dacba Fix test name for proper context (#857) by Mauricio Herrera Cuadra · 3 years, 10 months ago
  64. 37924d4 Support custom number of blank lines between top-level imports and variable definitions (#854) by Mauricio Herrera Cuadra · 3 years, 10 months ago
  65. 51ffe2d Bump version to 0.30.0 by Bill Wendling · 4 years, 2 months ago
  66. 8df9fde Use "Yapf" style instead of "Chromium" by Bill Wendling · 4 years, 2 months ago
  67. f967fd6 extend CONTINUATION_ALIGN_STYLE=FIXED for space indentation (#791) by Yinyin · 4 years, 2 months ago
  68. 22ef70f Update chromium style to match what's used in Chromium (#789) by agrieve · 4 years, 2 months ago
  69. 15ae9f6 Inline functions used only once. by Bill Wendling · 4 years, 4 months ago
  70. 9636394 Move argument parsing into its own function. by Bill Wendling · 4 years, 4 months ago
  71. 86a12d6 Added functionality to insert spaces around dicts, lists, and tuples. (#657) by David Brownell · 4 years, 2 months ago
  72. b306e98 Adds FORCE_MULTILINE_DICT knob (#808) by Brian Mego · 4 years, 3 months ago
  73. eca138e Merge pull request #820 from wwade/spaces-around-subscript-colon by Bill Wendling · 4 years, 3 months ago
  74. 4e54dbb Knob for spaces around subscript colon by Wade Carpenter · 4 years, 3 months ago
  75. 96a07df Merge pull request #819 from wwade/spaces-inside-brackets by Bill Wendling · 4 years, 3 months ago
  76. 90f1a40 Update CHANGELOG for SPACE_INSIDE_BRACKETS by Wade Carpenter · 4 years, 3 months ago
  77. 26af6c4 Fix SPACE_INSIDE_BRACKETS special cases by Wade Carpenter · 4 years, 3 months ago
  78. 01f2a6a Add space inside brackets by Wade Carpenter · 4 years, 3 months ago
  79. 6c6f029 Merge pull request #809 from brianmego/extract_print_help by Bill Wendling · 4 years, 4 months ago
  80. 26c209c Update __init__.py by Bill Wendling · 4 years, 4 months ago
  81. 06cbf54 Comments and formatting by Brian Mego · 4 years, 4 months ago
  82. 779aa7e Reformat by Bill Wendling · 4 years, 4 months ago
  83. 0abfa16 Move code out of try-except blocks by Bill Wendling · 4 years, 4 months ago
  84. f752a01 Don't split between two-word comparison operators. by Bill Wendling · 4 years, 4 months ago
  85. 736e63f Reduce indentation with early exit by Bill Wendling · 4 years, 4 months ago
  86. 2a5ddd3 Move non-throwing code out of the 'try-except' block. by Bill Wendling · 4 years, 4 months ago
  87. 9672cb7 Remove dead code. by Bill Wendling · 4 years, 4 months ago
  88. 07d3d68 Extracts print_help into its own function by Brian Mego · 4 years, 4 months ago
  89. e3b159b Add docstrings and other things for the linter. by Bill Wendling · 4 years, 5 months ago
  90. 531a593 Add comments to appease the lint gods. by Bill Wendling · 4 years, 5 months ago
  91. 2bd2b22 Ensure that parameter lists don't collide with following code by Bill Wendling · 4 years, 5 months ago
  92. 8d184be Don't require splitting before comments by Bill Wendling · 4 years, 5 months ago
  93. c4257ed Honor the 'disable' directive at the end of a multiline comment by Bill Wendling · 4 years, 5 months ago
  94. 111d424 Merge pull request #783 from timgates42/bugfix/typo_standalone by Bill Wendling · 4 years, 6 months ago
  95. 453a413 Fix simple typo: standaline -> standalone by Tim Gates · 4 years, 6 months ago
  96. ee4c28e Bump version to 0.29.0 by Bill Wendling · 4 years, 6 months ago
  97. 9c6b331 Reformat with YAPF by Bill Wendling · 4 years, 6 months ago
  98. be634cd Improve the description of .yapfignore's syntax by Bill Wendling · 4 years, 6 months ago
  99. 505a59f Only the blank line only between the first nested class or function by Bill Wendling · 4 years, 6 months ago
  100. 405a524 Treat the closing bracket like normal when splitting everything by Bill Wendling · 4 years, 6 months ago