summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/msvc9compiler.py
Commit message (Expand)AuthorAgeFilesLines
* 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