summaryrefslogtreecommitdiff
path: root/Lib/distutils/msvc9compiler.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27076: Doc, comment and test function name spelling fixesMartin Panter2016-05-261-1/+1
* Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.pySteve Dower2015-08-071-1/+1
* normalize whitespace in Lib/distutils/msvc9compiler.pyMark Hammond2011-10-171-2/+2
* Issue #7833: Ext. modules built using distutils on Windows no longer get a ma...Mark Hammond2011-10-171-20/+57
* Merged revisions 86438 via svnmerge fromÉric Araujo2010-11-121-1/+0
* Merged revisions 86274,86276 via svnmerge fromÉric Araujo2010-11-121-14/+17
* Merged revisions 86223-86224,86226,86234 via svnmerge fromÉric Araujo2010-11-061-4/+6
* fix finding visual studio 2008 on 64 bit #8854Benjamin Peterson2010-06-211-4/+14
* search in the alternative location for VCExpressTarek Ziadé2010-03-061-1/+11
* added local get_platform/set_platform APIs in distutils.sysconfigTarek Ziadé2010-01-261-5/+5
* taking sysconfig out of distutilsTarek Ziadé2010-01-231-5/+5
* backported r76993 and r76994 so the trunk behaves the same way with MSVC Mani...Tarek Ziadé2009-12-211-22/+28
* massive import cleaning in DistutilsTarek Ziadé2009-12-211-4/+3
* Issue #4120: Drop reference to CRT from manifest when buildingMartin v. Löwis2009-12-031-0/+23
* Issue #5394: removed > 2.3 syntax from distutils.msvc9compilerTarek Ziadé2009-03-071-16/+20
* Fixed #4702: Throwing DistutilsPlatformError instead of IOError under win32 i...Tarek Ziadé2008-12-301-2/+2
* Fixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an...Christian Heimes2008-11-281-1/+1
* avoid putting unicode objects in the environment causingMark Hammond2008-09-181-3/+4
* Issue 2975: when compiling multiple extension modules with visual studio 2008Amaury Forgeot d'Arc2008-09-021-2/+13
* #2581: Vista UAC/elevation support for bdist_wininstMark Hammond2008-05-021-1/+24
* Issue #2513: enable 64bit cross compilation on windows.Mark Hammond2008-04-071-30/+42
* Fixed bug #1557 by using popen.communicate() before popen.wait()Christian Heimes2007-12-051-2/+5
* Applied my patch #1455 with some extra fixes for VS 2005Christian Heimes2007-12-031-0/+658