1. 83d2bd0 Document --style and the formatting config file in README.rst by Eli Bendersky · 10 years ago
  2. 3a0143c Rename NO_BLANK_LINE_AFTER_CLASS_OR_DEF -> BLANK_LINE_BEFORE_NESTED_CLASS_OR_DEF by Eli Bendersky · 10 years ago
  3. 0e53e95 Merge pull request #1 from google/style-config by Eli Bendersky · 10 years ago
  4. d72019c Fix merge issues. by Eli Bendersky · 10 years ago
  5. 11b6f27 Merge branch 'master' of github.com:google/yapf into style-config by Eli Bendersky · 10 years ago
  6. 195d566 Implement configurable styles in yapf. by Eli Bendersky · 10 years ago
  7. 2a971b2 Add some comments to the docstring. by Bill Wendling · 10 years ago
  8. de275ba Use 'cls', which the linter seems to want. by Bill Wendling · 10 years ago
  9. 3c9f6f7 Remove unused imports. by Bill Wendling · 10 years ago
  10. 1a43667 Don't have spaces around the assignments. by Bill Wendling · 10 years ago
  11. d73379f Make the use of quotes consistent. by Bill Wendling · 10 years ago
  12. 60d8e5a Try not to split empty call argument lists. by Bill Wendling · 10 years ago
  13. bc526df Style refactoring: Refactor reformatter_test to properly set styles. by Eli Bendersky · 10 years ago
  14. 5303130 Force 2-space indentation for editing yapf in vim by Eli Bendersky · 10 years ago
  15. b5b2a3a Style refactoring: create distinct PEP8 and Google styles. by Eli Bendersky · 10 years ago
  16. 1dcf0ff Move style settings to behind a functional interface. by Eli Bendersky · 10 years ago
  17. 891f438 Update README to mention that Python 3 is now supported. by Eli Bendersky · 10 years ago
  18. adeef31 Add tests with Python3-specific syntax. by Eli Bendersky · 10 years ago
  19. 35d5dfc Adding Python 3.4 testing to Travis CI by Eli Bendersky · 10 years ago
  20. fed0710 Fix Python 3 compatibility issues in the main runner. by Eli Bendersky · 10 years ago
  21. 3e0e397 Handle emission to stdout across Python 2 & 3 by Eli Bendersky · 10 years ago
  22. e0ac159 Replace print statement by a print() call. by Eli Bendersky · 10 years ago
  23. a012ad2 Add a default value to GetNodeAnnotation by Eli Bendersky · 10 years ago
  24. 141eadf Add a knob to add a blank line between a class line and the first method. by Bill Wendling · 10 years ago
  25. d48d514 Remove another None ~ int comparison. by Eli Bendersky · 10 years ago
  26. aaaa464 Beginnings of Python 3 support. by Eli Bendersky · 10 years ago
  27. 492bb68 Fix default indent_width by Eli Bendersky · 10 years ago
  28. cd0aa2f ReST-ize the CONTRIBUTING guide by Eli Bendersky · 10 years ago
  29. d08130d ReST-ify the algorithm description a bit. by Eli Bendersky · 10 years ago
  30. 78b616e Clarify that YAPF currently requires Python 2.7 and 3.x is planned. by Eli Bendersky · 10 years ago
  31. 52e0411 Add notice that this isn't an official Google product. by Bill Wendling · 10 years ago
  32. fb8ab38 Add TravisCI indicator. by Bill Wendling · 10 years ago
  33. a041bdb Use the correct "disable" comment. by Bill Wendling · 10 years ago
  34. a84ebbc Set the indent to 2. by Bill Wendling · 10 years ago
  35. 1ea6265 Use correct name for README file. by Bill Wendling · 10 years ago
  36. b28c35b Add a TravisCI file for continuous integration testing. by Bill Wendling · 10 years ago
  37. f1d1d3c Use consistent naming of project. by Bill Wendling · 10 years ago
  38. ebf86a3 Check for YAPF only. by Bill Wendling · 10 years ago
  39. fa22c89 Revise so that the text renders well on GitHub. by Bill Wendling · 10 years ago
  40. 7d62345 Initial check in of YAPF 0.1. by Bill Wendling · 10 years ago