summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/_msvccompiler.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #27048: Prevents distutils failing on Windows when environment ↵Steve Dower2016-06-171-4/+2
| | | | variables contain non-ASCII characters
* Issue #25850: Use cross-compilation by default for 64-bit Windows.Steve Dower2016-01-161-16/+5
|
* Issue #25316: distutils raises OSError instead of DistutilsPlatformError ↵Steve Dower2015-10-051-8/+10
| | | | when MSVC is not installed.
* Whitespace fixes to make the commit hook on hg.python.org happy.Larry Hastings2015-09-091-2/+2
|
* Issue #25027: Reverts partial-static build options and adds vcruntime140.dll ↵Steve Dower2015-09-091-13/+63
| | | | to Windows installation.
* Issue #24798: _msvccompiler.py doesn't properly support manifestsSteve Dower2015-08-051-117/+50
|
* Update default msvccompiler link options to match the options used for core ↵Steve Dower2015-07-301-2/+2
| | | | | | builds. This ensures that wheels will work when moved to machines that have the same subset of the MSVC libraries as a regular CPython install. Specifically, vcruntime##0.dll may not be installed, and should not be a dependency.
* Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions.Steve Dower2015-05-231-0/+561