summaryrefslogtreecommitdiff
path: root/Lib/distutils/tests/test_msvccompiler.py
Commit message (Collapse)AuthorAgeFilesLines
* 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-081-2/+5
|
* Issue #25027: Reverts partial-static build options and adds vcruntime140.dll ↵Steve Dower2015-09-081-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