History log of /external/python/cpython2/Lib/distutils/msvc9compiler.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b1d867f14965e2369d31a3fcdab5bca34b4d81b4 26-May-2016 Martin Panter <vadmium+py@gmail.com> Issue #27076: Doc, comment and test function name spelling fixes

Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
/external/python/cpython2/Lib/distutils/msvc9compiler.py
77518434d0dbacb80cc19c7a1bb7c90beee457b8 08-Aug-2015 Steve Dower <steve.dower@microsoft.com> Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py
/external/python/cpython2/Lib/distutils/msvc9compiler.py
3dca9f52a42df726f80cd19117cd6d232f730adf 17-Oct-2011 Mark Hammond <mhammond@skippinet.com.au> normalize whitespace in Lib/distutils/msvc9compiler.py
/external/python/cpython2/Lib/distutils/msvc9compiler.py
323b5daa102504fda954a2f61268355c99977893 17-Oct-2011 Mark Hammond <mhammond@skippinet.com.au> Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest
/external/python/cpython2/Lib/distutils/msvc9compiler.py
3ba70368f5a0043b600476a5ea2585673a1ee772 12-Nov-2010 Éric Araujo <merwok@netwok.org> Merged revisions 86438 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
r86438 | eric.araujo | 2010-11-12 23:25:23 +0100 (ven., 12 nov. 2010) | 2 lines

And now for something completely different: Finish fixing #10252 again.
........
/external/python/cpython2/Lib/distutils/msvc9compiler.py
4ca58a9fd2c8a41b07a73c4652bac177f0e9b46e 12-Nov-2010 Éric Araujo <merwok@netwok.org> Merged revisions 86274,86276 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
r86274 | eric.araujo | 2010-11-06 16:57:52 +0100 (sam., 06 nov. 2010) | 2 lines

Correct the fix for #10252: Popen objects have no close method.
........
r86276 | eric.araujo | 2010-11-06 19:03:52 +0100 (sam., 06 nov. 2010) | 2 lines

Fix #10252 again (hopefully definitely). Patch by Brian Curtin.
........
/external/python/cpython2/Lib/distutils/msvc9compiler.py
d1feff70a3c08f91066b99a74ee1ca8f65bdfec1 06-Nov-2010 Éric Araujo <merwok@netwok.org> Merged revisions 86223-86224,86226,86234 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
r86223 | eric.araujo | 2010-11-06 00:51:56 +0100 (sam., 06 nov. 2010) | 2 lines

Always close files in distutils code and tests (#10252).
........
r86224 | eric.araujo | 2010-11-06 00:58:34 +0100 (sam., 06 nov. 2010) | 2 lines

Add missing entry for r86223.
........
r86226 | eric.araujo | 2010-11-06 00:59:32 +0100 (sam., 06 nov. 2010) | 2 lines

Of course, I forgot one file in r86223.
........
r86234 | eric.araujo | 2010-11-06 03:10:32 +0100 (sam., 06 nov. 2010) | 2 lines

Also close file descriptors from os.popen and subprocess.Popen
........
/external/python/cpython2/Lib/distutils/msvc9compiler.py
afa1b309690ef6ea93500660a4c6d85a515e07df 21-Jun-2010 Benjamin Peterson <benjamin@python.org> fix finding visual studio 2008 on 64 bit #8854
/external/python/cpython2/Lib/distutils/msvc9compiler.py
c49b6efbca22929b9afc25de98c31aae3728cf8a 06-Mar-2010 Tarek Ziadé <ziade.tarek@gmail.com> search in the alternative location for VCExpress
/external/python/cpython2/Lib/distutils/msvc9compiler.py
92e68af56a2b95627c2220c3e190d7e3c2d4643e 26-Jan-2010 Tarek Ziadé <ziade.tarek@gmail.com> added local get_platform/set_platform APIs in distutils.sysconfig
/external/python/cpython2/Lib/distutils/msvc9compiler.py
5633a8048fd8d59c9b23c98fb7e6419689b06316 23-Jan-2010 Tarek Ziadé <ziade.tarek@gmail.com> taking sysconfig out of distutils
/external/python/cpython2/Lib/distutils/msvc9compiler.py
3efd767336e68a6c89d5e9937137db7ed1c75f33 22-Dec-2009 Tarek Ziadé <ziade.tarek@gmail.com> backported r76993 and r76994 so the trunk behaves the same way with MSVC Manifest files editing
/external/python/cpython2/Lib/distutils/msvc9compiler.py
2b66da7d15e47f9ca0d08d4f18fc63c3ee6a0d51 21-Dec-2009 Tarek Ziadé <ziade.tarek@gmail.com> massive import cleaning in Distutils
/external/python/cpython2/Lib/distutils/msvc9compiler.py
c218a2fac8d89b8e54e0ad99996ffdbfe5556a1e 03-Dec-2009 Martin v. Löwis <martin@v.loewis.de> Issue #4120: Drop reference to CRT from manifest when building
extensions with msvc9compiler.
/external/python/cpython2/Lib/distutils/msvc9compiler.py
943b24e7e46404df99b4b6d925b64479cc0e15c2 07-Mar-2009 Tarek Ziadé <ziade.tarek@gmail.com> Issue #5394: removed > 2.3 syntax from distutils.msvc9compiler
/external/python/cpython2/Lib/distutils/msvc9compiler.py
b1a85413b13f38a837cd753421eb4fcb23133940 31-Dec-2008 Tarek Ziadé <ziade.tarek@gmail.com> Fixed #4702: Throwing DistutilsPlatformError instead of IOError under win32 if MSVC is not found
/external/python/cpython2/Lib/distutils/msvc9compiler.py
aa67471227f40d96e99d8ac8c874cf3f36ee071b 28-Nov-2008 Christian Heimes <christian@cheimes.de> Fixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an exception
/external/python/cpython2/Lib/distutils/msvc9compiler.py
900155fa42a78b2c0b5fb6d01bb81264162d9fdc 18-Sep-2008 Mark Hammond <mhammond@skippinet.com.au> avoid putting unicode objects in the environment causing
later test failures. As discussed on #python-dev
/external/python/cpython2/Lib/distutils/msvc9compiler.py
293924bf31887d88130f8769d4dbaac878db13fd 03-Sep-2008 Amaury Forgeot d'Arc <amauryfa@gmail.com> Issue 2975: when compiling multiple extension modules with visual studio 2008
from the same python instance, some environment variables (LIB, INCLUDE)
would grow without limit.

Tested with these statements:
distutils.ccompiler.new_compiler().initialize()
print os.environ['LIB']
But I don't know how to turn them into reliable unit tests.
/external/python/cpython2/Lib/distutils/msvc9compiler.py
7c5c8e6823e476b46a30373e5a95e8b8e4c5fa09 02-May-2008 Mark Hammond <mhammond@skippinet.com.au> #2581: Vista UAC/elevation support for bdist_wininst
/external/python/cpython2/Lib/distutils/msvc9compiler.py
495cf99aaf40fb1c0859e528d5b2c52018fba09f 07-Apr-2008 Mark Hammond <mhammond@skippinet.com.au> Issue #2513: enable 64bit cross compilation on windows.
/external/python/cpython2/Lib/distutils/msvc9compiler.py
cbdb705c887fb9c7feaa83ad93c365448926b110 05-Dec-2007 Christian Heimes <christian@cheimes.de> Fixed bug #1557 by using popen.communicate() before popen.wait()
/external/python/cpython2/Lib/distutils/msvc9compiler.py
3305c52de76821ec03db37c8afa81eb017eedb07 03-Dec-2007 Christian Heimes <christian@cheimes.de> Applied my patch #1455 with some extra fixes for VS 2005
The new msvc9compiler module supports VS 2005 and VS 2008. I've also fixed build_ext to support PCbuild8 and PCbuild9 and backported my fix for xxmodule.c from py3k. The old code msvccompiler is still in place in case somebody likes to build an extension with VS 2003 or earlier.
I've also updated the cygwin compiler module for VS 2005 and VS 2008. It works with VS 2005 but I'm unable to test it with VS 2008. We have to wait for a new version of cygwin.
/external/python/cpython2/Lib/distutils/msvc9compiler.py