1. 7edb384 Don't split before a first element list arg by Bill Wendling · 9 years ago
  2. c8c86ed Add 2016 to the copyright dates by Bill Wendling · 9 years ago
  3. 2064d88 Don't count spaces when disabling formatting. by Bill Wendling · 9 years ago
  4. 90a2aa5 Fix formatting of trailing comments. by Bill Wendling · 9 years ago
  5. bc6ce34 Ignore pseudo paren when calculating horz ws. by Bill Wendling · 9 years ago
  6. 8fc7cf9 Ignore pseudo parens when retaining spacing. by Bill Wendling · 9 years ago
  7. 95e47b9 Retain horizontal spacing of multiline comment by Bill Wendling · 9 years ago
  8. 4c88c6d Add space in place of pseudo paren. by Bill Wendling · 9 years ago
  9. 593a3b4 Add knobs to documentation. by Bill Wendling · 9 years ago
  10. 454cef6 Don't add a newline to an empty file. by Bill Wendling · 9 years ago
  11. bb7f866 Improve coverage. by Bill Wendling · 9 years ago
  12. dd58b28 Add check for disabled semicolon separated stmts. by Bill Wendling · 9 years ago
  13. 4a975b9 Reformat with YAPF. by Bill Wendling · 9 years ago
  14. bbd148c Enforce use of spaces required for disabled lines by Bill Wendling · 9 years ago
  15. a7e3f50 Don't over indent when line can be distinguished. by Bill Wendling · 9 years ago
  16. 9408987 Add DEDENT_CLOSING_BRACKETS by Łukasz Langa · 9 years ago
  17. 25c8e60 Reset previous column for a multiline string. by Bill Wendling · 9 years ago
  18. 276b0ae Format when lines are specified in middle of expression. by Bill Wendling · 9 years ago
  19. 942ab00 Retain spacing between disabled and enabled lines. by Bill Wendling · 10 years ago
  20. 83abff4 Retain comment position when formatting is disabled. by Bill Wendling · 10 years ago
  21. ffb8d73 Return 1 if the source code changed. by Bill Wendling · 10 years ago
  22. 60c9d48 Fix test. by Bill Wendling · 10 years ago
  23. fdd409a Add option to not join lines. by Bill Wendling · 10 years ago
  24. 6d1d6b7 Retain vert spacing inside data literals. by Bill Wendling · 10 years ago
  25. 049b0de Handle disable/enable as part of a multiline comment. by Bill Wendling · 10 years ago
  26. d904ebc Retain horizontal spaces. by Bill Wendling · 10 years ago
  27. b8645ea Fix all lint warnings. by Bill Wendling · 10 years ago
  28. 921ce03 Add in_place argument to FormatFile. by Andy Hayden · 10 years ago
  29. 70ab1e2 Don't modify horizontal spaces when disabled. by Bill Wendling · 10 years ago
  30. d358f36 Reformat to remove lint warnings. by Bill Wendling · 10 years ago
  31. eea18ae Add tests for #disable/#enable patterns by Eli Bendersky · 10 years ago
  32. dc13b7d More tests to increase coverage in yapf_api by Eli Bendersky · 10 years ago
  33. 02d2515 Improve test coverage of yapf_api and fix a docstring by Eli Bendersky · 10 years ago
  34. caeb524 Refactor a bunch of common code in yapf_test by Eli Bendersky · 10 years ago
  35. 5170c3a Add support for project-local style (in .style.yapf) by Sam Clegg · 10 years ago
  36. a0148c8 Fix edge case of python file which is blank lines. by Andy Hayden · 10 years ago
  37. ffcbff1 Remove some lint warnings. by Bill Wendling · 10 years ago
  38. 3b34420 Raise a SyntaxError when passed bad syntax. by Andy Hayden · 10 years ago
  39. b9ae472 Merge pull request #87 from pignacio/master by Eli Bendersky · 10 years ago
  40. 58801cf Take multiline strings into account. by Bill Wendling · 10 years ago
  41. 1d70a0d Honour disable/enable comments when --lines is set by Ignacio Rossi · 10 years ago
  42. a738b0a Retain semicolons when not formatting its line. by Bill Wendling · 10 years ago
  43. c7e9b78 Add a "chromium" style. by Bill Wendling · 10 years ago
  44. e30fbf5 Use utf-8 instead of unicode_escape when forcing encoding. by Eli Bendersky · 10 years ago
  45. d9b5926 fix #74, --lines over multiline strings erroneously inserted newlines by Andy Hayden · 10 years ago
  46. 0dfc87d Ending whitespace in comments. by Bill Wendling · 10 years ago
  47. fa9bdde Retain vert spacing between enable/disable regions. by Bill Wendling · 10 years ago
  48. ea8aa56 Retain vertical whitespace between formatted lines by Bill Wendling · 10 years ago
  49. d68761d It's Horizontal, not Vertical by Bill Wendling · 10 years ago
  50. 3c0d9ec Retain vertical spacing by Bill Wendling · 10 years ago
  51. 1dd4c1c Cleanup some pylint diagnistic messages. by Bill Wendling · 10 years ago
  52. 1d7fe7e Improve how lines are enabled or disabled. by Bill Wendling · 10 years ago
  53. 7a01d00 Disable post-reformatting verification by default. by Eli Bendersky · 10 years ago
  54. c80d69c Ensure that there's a newline at after the code. by Bill Wendling · 10 years ago
  55. 71a6659 Some cleanups. by Bill Wendling · 10 years ago
  56. c8c8691 Run YAPF on the files. by Bill Wendling · 10 years ago
  57. 1fe5034 Use TestLoader.discover to run all tests in setup.py by Eli Bendersky · 10 years ago
  58. 195d566 Implement configurable styles in yapf. by Eli Bendersky · 10 years ago
  59. b5b2a3a Style refactoring: create distinct PEP8 and Google styles. by Eli Bendersky · 10 years ago
  60. 1dcf0ff Move style settings to behind a functional interface. by Eli Bendersky · 10 years ago
  61. fed0710 Fix Python 3 compatibility issues in the main runner. by Eli Bendersky · 10 years ago
  62. 492bb68 Fix default indent_width by Eli Bendersky · 10 years ago
  63. a041bdb Use the correct "disable" comment. by Bill Wendling · 10 years ago
  64. 7d62345 Initial check in of YAPF 0.1. by Bill Wendling · 10 years ago