| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #641 from stepshal/colon | Jason R. Coombs | 2016-07-20 | 5 | -16/+32 |
| |\ | |||||
| | * | Put colon-separated compound statement on separate lines. | stepshal | 2016-07-21 | 5 | -16/+32 |
| * | | Merge pull request #661 from stepshal/block_comment | Jason R. Coombs | 2016-07-20 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Format block comment. | stepshal | 2016-07-21 | 1 | -1/+1 |
| | |/ | |||||
| * | | Test for membership should be 'not in'. | stepshal | 2016-07-21 | 1 | -3/+3 |
| |/ | |||||
| * | Merge pull request #655 from stepshal/imorts_in_same_block | Jason R. Coombs | 2016-07-20 | 5 | -5/+5 |
| |\ | |||||
| | * | Put imports in same block alphabeticaly. | stepshal | 2016-07-14 | 5 | -5/+5 |
| * | | Add test capturing expectation of PYPI_MD5 pattern | Jason R. Coombs | 2016-07-20 | 1 | -0/+10 |
| * | | Merge pull request #652 from stepshal/one_comma | Jason R. Coombs | 2016-07-20 | 2 | -2/+2 |
| |\ \ | |||||
| | * | | Make exactly one space after comma. | stepshal | 2016-07-14 | 2 | -2/+2 |
| | |/ | |||||
| * | | Merge pull request #650 from stepshal/closing_bracket | Jason R. Coombs | 2016-07-20 | 2 | -2/+2 |
| |\ \ | |||||
| | * | | Match closing bracket identation of opening bracket's line. | stepshal | 2016-07-14 | 2 | -2/+2 |
| * | | | Merge pull request #644 from stepshal/spacing-comment-hash | Jason R. Coombs | 2016-07-20 | 4 | -7/+7 |
| |\ \ \ | |||||
| | * | | | Fix spacing after comment hash. | stepshal | 2016-07-14 | 4 | -7/+7 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #640 from stepshal/parameter | Jason R. Coombs | 2016-07-20 | 4 | -13/+13 |
| |\ \ \ | |||||
| | * | | | Remove whitespace around parameter '=' sign. | stepshal | 2016-07-14 | 4 | -13/+13 |
| | |/ / | |||||
| * | | | Merge pull request #635 from stepshal/operators | Jason R. Coombs | 2016-07-20 | 11 | -69/+69 |
| |\ \ \ | |||||
| | * | | | Fix missing whitespace around operator. | stepshal | 2016-07-14 | 11 | -69/+69 |
| | |/ / | |||||
| * | | | Use isinstance() instead of type() for a typecheck. | stepshal | 2016-07-14 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #648 from stepshal/blank_lines | Jason R. Coombs | 2016-07-13 | 2 | -0/+2 |
| |\ \ | |||||
| | * | | Add missing blank line. | stepshal | 2016-07-14 | 2 | -0/+2 |
| * | | | Merge pull request #642 from stepshal/bracket | Jason R. Coombs | 2016-07-13 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | tests: match closing bracket for visual identation | stepshal | 2016-07-13 | 1 | -1/+1 |
| * | | | | Remove commented code | Jason R. Coombs | 2016-07-14 | 2 | -4/+0 |
| * | | | | Merge pull request #639 from stepshal/block-comment | Jason R. Coombs | 2016-07-13 | 3 | -7/+7 |
| |\ \ \ \ | |||||
| | * | | | | Format block comments. | stepshal | 2016-07-13 | 3 | -7/+7 |
| | |/ / / | |||||
| * | | | | Merge pull request #637 from stepshal/comparison | Jason R. Coombs | 2016-07-13 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | Fix comparison with None. | stepshal | 2016-07-13 | 1 | -1/+1 |
| | |/ / / | |||||
| * | | | | Add missing whitespace. | stepshal | 2016-07-14 | 10 | -190/+190 |
| | |_|/ |/| | | |||||
| * | | | Merge pull request #632 from stepshal/blank_lines | Jason R. Coombs | 2016-07-13 | 33 | -32/+95 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Fix quantity of blank lines after code object. | stepshal | 2016-07-13 | 33 | -32/+95 |
| | |/ | |||||
| * | | Remove trailing whitespace | stepshal | 2016-07-13 | 1 | -2/+2 |
| |/ | |||||
| * | Minor change : Link to MSVC14 Standalone | J. Goutin | 2016-07-03 | 1 | -1/+5 |
| * | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -2/+1 |
| * | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -2/+2 |
| * | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -0/+1 |
| * | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -2/+2 |
| * | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -6/+16 |
| * | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -18/+11 |
| * | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -11/+6 |
| * | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -0/+4 |
| * | msvc fixe | J. Goutin | 2016-07-03 | 1 | -5/+5 |
| * | Extract variable for bin_dir | Jason R. Coombs | 2016-07-02 | 1 | -2/+2 |
| * | Reindent to avoid raw strings and hanging indents. Let os.path.join provide t... | Jason R. Coombs | 2016-07-02 | 1 | -12/+28 |
| * | Remove superfluous raw strings | Jason R. Coombs | 2016-07-02 | 1 | -10/+10 |
| * | Extract template as variable to avoid line continuation. | Jason R. Coombs | 2016-07-02 | 2 | -3/+3 |
| * | Rename test for msvc module as well | Jason R. Coombs | 2016-07-02 | 1 | -0/+0 |
| * | Merge with 23.2.1 | Jason R. Coombs | 2016-07-02 | 11 | -76/+193 |
| |\ | |||||
| | * | Don't use deprecated 'U' flag to read manifest | Victor Stinner | 2016-06-29 | 1 | -1/+1 |
| | * | Mark tag_svn_revision as deprecated. Ref #619. | Jason R. Coombs | 2016-06-24 | 1 | -0/+4 |
