summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests/test_msvccompiler.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.6] bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler GH-1632 ↵Steve Dower2017-09-071-2/+26
| | | | (#3425)
* Issue #27048: Prevents distutils failing on Windows when environment ↵Steve Dower2016-06-171-0/+18
| | | | variables contain non-ASCII characters
* Whitespace fixes to make the commit hook on hg.python.org happy.Larry Hastings2015-09-091-1/+1
|
* Moves distutils test import within skippable class.Steve Dower2015-09-091-2/+5
|
* Issue #25027: Reverts partial-static build options and adds vcruntime140.dll ↵Steve Dower2015-09-091-5/+53
| | | | to Windows installation.
* Issue #24798: _msvccompiler.py doesn't properly support manifestsSteve Dower2015-08-051-121/+0
|
* Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions.Steve Dower2015-05-231-0/+160