| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | * | Nicer indentation | Jason R. Coombs | 2016-06-24 | 1 | -2/+4 |
| | * | Remove ARM launchers. Fixes #611. | Jason R. Coombs | 2016-06-09 | 3 | -3/+0 |
| | * | Merge pull request #597 from benjaoming/patch-1 | Jason R. Coombs | 2016-06-03 | 1 | -0/+4 |
| | |\ | |||||
| | | * | Fixing #190 following proposal by @jaraco | Benjamin Bach | 2016-06-02 | 1 | -0/+4 |
| | * | | Extract context manager for project_on_sys_path in test command | Jason R. Coombs | 2016-06-03 | 1 | -5/+16 |
| | * | | Use newer string formatting for rendering user agent. Re-use __version__ from... | Jason R. Coombs | 2016-06-01 | 1 | -3/+6 |
| | * | | Move setuptools to beginning of user-agent header. Fixes #598. | Jason R. Coombs | 2016-06-01 | 1 | -2/+2 |
| | * | | Add test for build_multipart | Jason R. Coombs | 2016-05-31 | 1 | -0/+12 |
| | * | | Return content type in _build_multipart | Jason R. Coombs | 2016-05-31 | 1 | -3/+4 |
| | * | | Replace _build_parts with map and flatten. | Jason R. Coombs | 2016-05-31 | 1 | -10/+9 |
| | * | | Normalize indent | Jason R. Coombs | 2016-05-31 | 1 | -16/+16 |
| | * | | Extract method for _build_part | Jason R. Coombs | 2016-05-31 | 1 | -2/+7 |
| | * | | Extract method for _build_multipart | Jason R. Coombs | 2016-05-31 | 1 | -10/+16 |
| | * | | Extract method for _build_parts. | Jason R. Coombs | 2016-05-31 | 1 | -21/+27 |
| | * | | Use bytes literals and simpler encoding logic when constructing multipart post | Jason R. Coombs | 2016-05-31 | 1 | -20/+14 |
| | * | | Use context for closing file | Jason R. Coombs | 2016-05-31 | 1 | -3/+2 |
| | |/ | |||||
| | * | Re-use unique_everseen from itertools recipes. | Jason R. Coombs | 2016-05-22 | 1 | -7/+24 |
| | * | Extract duplicate code into a single method. | Jason R. Coombs | 2016-05-22 | 1 | -20/+28 |
| | * | Rewrite find_data_files and exclude_data_files to follow the same pattern for... | Jason R. Coombs | 2016-05-22 | 1 | -17/+24 |
