Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | 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. | |||||
| | * | | | | 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. | |||||
| | * | | | | 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. | |||||
| | * | | | | 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. | |||||
| | * | | | 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 | |||||
| | * | | | | 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. | |||||
| | * | | | | | 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 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | tests: fix comparison with None. | |||||
| | * | | | | | 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. | |||||
| | * | | | 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 | |
| | | | | | | | | | Add the new link to "Microsoft Visual C++ Build Tools" if MSVC14 is not installed. | |||||
| * | | 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 | |
| | | | | | | | | | | | | | | | Fixes : - Bad argument name - Better Python 2 compatibility | |||||
| * | | 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 ↵ | Jason R. Coombs | 2016-07-02 | 1 | -12/+28 | |
| | | | | | | | | | | | | the backslash characters. | |||||
| * | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The universal newlines mode ('U' flag) is deprecated since Python 3.4. It only replaces "\r\n" with "\n", but it doesn't split lines at "\r" (Mac newline). In practice, the flag was useless, the sdist.read_manifest() method already uses line.strip() and so removes newline characters. | |||||
| | * | | 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 | |
| | | | ||||||
| * | | Rename msvc9_support to simply msvc. | Jason R. Coombs | 2016-07-02 | 3 | -5/+6 | |
| | | | ||||||
| * | | Some fixes | J. Goutin | 2016-06-14 | 1 | -15/+19 | |
| | | | | | | | | | | | | | | | - Fix issue #593 - Fix some forgotten "vcver" => "vc_ver" renames in previous commit. - Add comment on why I didn't followed PEP8 for some variables names. | |||||
| * | | Merge with 21.2.0 | Jason R. Coombs | 2016-05-22 | 3 | -82/+151 | |
| |\ \ | ||||||
| * | | | Use underscore to separate words (or acronyms) for clarity (vc_ver). | Jason R. Coombs | 2016-05-22 | 1 | -60/+60 | |
| | | | | ||||||
| * | | | Add missing C for consistency. | Jason R. Coombs | 2016-05-22 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Remove extra redundant work. Patch the module so behavior is the same on ↵ | Jason R. Coombs | 2016-05-22 | 1 | -5/+0 | |
| | | | | | | | | | | | | | | | | Unix systems even if not invoked. Tests still pass on Linux due to import protections. | |||||
| * | | | Update msvc9_support.py | J. Goutin | 2016-05-19 | 1 | -13/+18 | |
| | | | | ||||||
| * | | | Merge with master to fix failing tests | Jason R. Coombs | 2016-05-18 | 15 | -154/+235 | |
| |\ \ \ | ||||||
| * | | | | Some fixes | J. Goutin | 2016-05-02 | 1 | -16/+17 | |
| | | | | | | | | | | | | | | | After testing VC Builds Tools 2015 with current = Amd64 and target = Amd64, x86, Arm |