1. 46d67b3 Add space between ending comma and closing bracket by Bill Wendling · 10 years ago
  2. aea7c4e Don't split keyword/argument pairs. by Bill Wendling · 10 years ago
  3. 5618fb1 Enforce single line before non-zero column func. by Bill Wendling · 10 years ago
  4. d4ddd58 A tuple on one line may want to remain on one line. by Bill Wendling · 10 years ago
  5. 729279e Support exec used as a method. by Eli Bendersky · 10 years ago
  6. 4899ea2 Add tests for stripping blank lines at the end of the file. by Eli Bendersky · 10 years ago
  7. 8ffdc73 Rename SingleLineReformatterTest since it's no longer for single lines only by Eli Bendersky · 10 years ago
  8. 2f5c5c8 Add a test for verification of future imports by Eli Bendersky · 10 years ago
  9. a4bbf76 Add a --noverify flag to yapf and a verify arg to the APIs. by Eli Bendersky · 10 years ago
  10. 5a95396 Wrap a single ENDMARKER node in a file_input. by Bill Wendling · 10 years ago
  11. a731fa4 Honor ending whitespace after simple statements. by Bill Wendling · 10 years ago
  12. f95b17e Split semicolon separated statements by Bill Wendling · 10 years ago
  13. 0da6b3f Don't allow a space before a semicolon. by Bill Wendling · 10 years ago
  14. 6430c30 Make sure that we retain the last space. by Bill Wendling · 10 years ago
  15. c80d69c Ensure that there's a newline at after the code. by Bill Wendling · 10 years ago
  16. fac46f4 Enforce a space after a DOT in import statement. by Bill Wendling · 10 years ago
  17. 3284b3a Fix verification when there's a comment between decorators. by Eli Bendersky · 10 years ago
  18. 3756f78 Add reformatting test for a list comprehension by Eli Bendersky · 10 years ago
  19. 71a6659 Some cleanups. by Bill Wendling · 10 years ago
  20. 20cca3b Separate each item in a list if ends in comma. by Bill Wendling · 10 years ago
  21. 205d641 PEP 8 wants two spaces before inline comments. by Bill Wendling · 10 years ago
  22. fc1da47 Support single line compound stmts for 'elif' and 'else'. by Bill Wendling · 10 years ago
  23. 2993caf Make sure we have the correct depth. by Bill Wendling · 10 years ago
  24. 19a7dc0 Don't set a None SPLIT_PENALTY by Eli Bendersky · 10 years ago
  25. bdca27e Add increasingly larger penalties for expressions. by Bill Wendling · 10 years ago
  26. cc5f135 Don't incur a penalty for some splittings. by Bill Wendling · 10 years ago
  27. c8c8691 Run YAPF on the files. by Bill Wendling · 10 years ago
  28. b74fee0 Disable formatting on hand-formatted data structures. by Bill Wendling · 10 years ago
  29. 344513f Use Google style formatting for consistency. by Bill Wendling · 10 years ago
  30. a71a3d4 Enforce a space between 'not' and '('. by Bill Wendling · 10 years ago
  31. ac8a8d7 Merge pull request #2 from google/testrun-discovery by Bill Wendling · 10 years ago
  32. 986361c Make errors reading the style config friendlier. by Eli Bendersky · 10 years ago
  33. 1fe5034 Use TestLoader.discover to run all tests in setup.py by Eli Bendersky · 10 years ago
  34. 3a0143c Rename NO_BLANK_LINE_AFTER_CLASS_OR_DEF -> BLANK_LINE_BEFORE_NESTED_CLASS_OR_DEF by Eli Bendersky · 10 years ago
  35. 11b6f27 Merge branch 'master' of github.com:google/yapf into style-config by Eli Bendersky · 10 years ago
  36. 195d566 Implement configurable styles in yapf. by Eli Bendersky · 10 years ago
  37. de275ba Use 'cls', which the linter seems to want. by Bill Wendling · 10 years ago
  38. 3c9f6f7 Remove unused imports. by Bill Wendling · 10 years ago
  39. 60d8e5a Try not to split empty call argument lists. by Bill Wendling · 10 years ago
  40. bc526df Style refactoring: Refactor reformatter_test to properly set styles. by Eli Bendersky · 10 years ago
  41. b5b2a3a Style refactoring: create distinct PEP8 and Google styles. by Eli Bendersky · 10 years ago
  42. 1dcf0ff Move style settings to behind a functional interface. by Eli Bendersky · 10 years ago
  43. adeef31 Add tests with Python3-specific syntax. by Eli Bendersky · 10 years ago
  44. fed0710 Fix Python 3 compatibility issues in the main runner. by Eli Bendersky · 10 years ago
  45. 3e0e397 Handle emission to stdout across Python 2 & 3 by Eli Bendersky · 10 years ago
  46. e0ac159 Replace print statement by a print() call. by Eli Bendersky · 10 years ago
  47. 141eadf Add a knob to add a blank line between a class line and the first method. by Bill Wendling · 10 years ago
  48. aaaa464 Beginnings of Python 3 support. by Eli Bendersky · 10 years ago
  49. 492bb68 Fix default indent_width by Eli Bendersky · 10 years ago
  50. a041bdb Use the correct "disable" comment. by Bill Wendling · 10 years ago
  51. a84ebbc Set the indent to 2. by Bill Wendling · 10 years ago
  52. 7d62345 Initial check in of YAPF 0.1. by Bill Wendling · 10 years ago