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