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