aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Use isinstance() instead of type() for a typecheck.stepshal2016-07-141-1/+1
|/ / / /
* | | | Added tag v24.0.3 for changeset d425bd1ee620Jason R. Coombs2016-07-141-0/+1
| | | |
* | | | Bump version: 24.0.2 → 24.0.3v24.0.3Jason R. Coombs2016-07-142-2/+2
| | | |
* | | | Update changelogJason R. Coombs2016-07-141-0/+7
|/ / /
* | | Merge pull request #648 from stepshal/blank_linesJason R. Coombs2016-07-132-0/+2
|\ \ \ | | | | | | | | Add missing blank line.
| * | | Add missing blank line.stepshal2016-07-142-0/+2
| | | |
* | | | Merge pull request #642 from stepshal/bracketJason R. Coombs2016-07-131-1/+1
|\ \ \ \ | | | | | | | | | | tests: match closing bracket for visual identation
| * | | | tests: match closing bracket for visual identationstepshal2016-07-131-1/+1
| | | | |
* | | | | Remove commented codeJason R. Coombs2016-07-142-4/+0
| | | | |
* | | | | Merge pull request #639 from stepshal/block-commentJason R. Coombs2016-07-133-7/+7
|\ \ \ \ \ | | | | | | | | | | | | Format block comments.
| * | | | | Format block comments.stepshal2016-07-133-7/+7
| |/ / / /
* | | | | Merge pull request #637 from stepshal/comparisonJason R. Coombs2016-07-131-1/+1
|\ \ \ \ \ | | | | | | | | | | | | tests: fix comparison with None.
| * | | | | Fix comparison with None.stepshal2016-07-131-1/+1
| |/ / / /
* | | | | Merge pull request #634 from stepshal/whitespaceJason R. Coombs2016-07-1310-190/+190
|\ \ \ \ \ | |_|_|/ / |/| | | | Add missing whitespace.
| * | | | Add missing whitespace.stepshal2016-07-1410-190/+190
|/ / / /
* | | | Merge pull request #632 from stepshal/blank_linesJason R. Coombs2016-07-1337-32/+102
|\ \ \ \ | | |/ / | |/| | Fix quantity of blank lines after code object.
| * | | Fix quantity of blank lines after code object.stepshal2016-07-1337-32/+102
| |/ /
* | | Merge pull request #633 from stepshal/trailingJason R. Coombs2016-07-131-2/+2
|\ \ \ | |/ / |/| | utils: remove trailing whitespace
| * | Remove trailing whitespacestepshal2016-07-131-2/+2
|/ /
* | Added tag v24.0.2 for changeset 7996c56bf6a2Jason R. Coombs2016-07-041-0/+1
| |
* | Bump version: 24.0.1 → 24.0.2v24.0.2Jason R. Coombs2016-07-042-2/+2
| |
* | Merge pull request #628 from JGoutin/patch-1Jason R. Coombs2016-07-042-3/+13
|\ \ | | | | | | Minor change : Link to MSVC14 Standalone
| * | Update CHANGES.rstJ. Goutin2016-07-031-1/+1
| | |
| * | Update CHANGES.rstJ. Goutin2016-07-031-1/+1
| | |
| * | Update CHANGES.rstJ. Goutin2016-07-031-2/+8
| | |
| * | Minor change : Link to MSVC14 StandaloneJ. Goutin2016-07-031-1/+5
|/ / | | | | Add the new link to "Microsoft Visual C++ Build Tools" if MSVC14 is not installed.
* | Merge pull request #621 from stepshal/misspellingsJason R. Coombs2016-07-035-7/+7
|\ \ | | | | | | Fix misspellings
| * | Fix misspellingsstepshal2016-06-265-7/+7
| | |
* | | Added tag v24.0.1 for changeset 130a58f9503fJason R. Coombs2016-07-031-0/+1
| | |
* | | Bump version: 24.0.0 → 24.0.1v24.0.1Jason R. Coombs2016-07-032-2/+2
| | |
* | | Update changelog to reference issuesJason R. Coombs2016-07-031-2/+2
| | |
* | | Merge pull request #627 from JGoutin/patch-1Jason R. Coombs2016-07-032-17/+29
|\ \ \ | | | | | | | | msvc fixes
| * | | Update CHANGES.rstJ. Goutin2016-07-031-0/+6
| | | |
| * | | Update msvc.pyJ. Goutin2016-07-031-2/+1
| | | |
| * | | Update msvc.pyJ. Goutin2016-07-031-2/+2
| | | |
| * | | Update msvc.pyJ. Goutin2016-07-031-0/+1
| | | |
| * | | Update msvc.pyJ. Goutin2016-07-031-2/+2
| | | |
| * | | Update msvc.pyJ. Goutin2016-07-031-6/+16
| | | |
| * | | Update msvc.pyJ. Goutin2016-07-031-18/+11
| | | |
| * | | Update CHANGES.rstJ. Goutin2016-07-031-1/+5
| | | |
| * | | Update msvc.pyJ. Goutin2016-07-031-11/+6
| | | |
| * | | Update msvc.pyJ. Goutin2016-07-031-0/+4
| | | |
| * | | msvc fixeJ. Goutin2016-07-031-5/+5
|/ / / | | | | | | | | | | | | Fixes : - Bad argument name - Better Python 2 compatibility
* | | Added tag v24.0.0 for changeset 8d37b17a93ecJason R. Coombs2016-07-021-0/+1
| | |
* | | Bump version: 23.2.1 → 24.0.0v24.0.0Jason R. Coombs2016-07-022-2/+2
| | |
* | | Update changelogJason R. Coombs2016-07-021-2/+2
| | |
* | | Merge pull request #624 from pypa/feature/msvc-discoveryJason R. Coombs2016-07-025-67/+1203
|\ \ \ | | | | | | | | Improved support for MSVC discovery
| * | | Extract variable for bin_dirJason R. Coombs2016-07-021-2/+2
| | | |
| * | | Reindent to avoid raw strings and hanging indents. Let os.path.join provide ↵Jason R. Coombs2016-07-021-12/+28
| | | | | | | | | | | | | | | | the backslash characters.
| * | | Remove superfluous raw stringsJason R. Coombs2016-07-021-10/+10
| | | |