summaryrefslogtreecommitdiff
path: root/Lib/distutils/tests/test_msvc9compiler.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-301-1/+1
* Issue #19600: Use specific asserts in distutils tests.Serhiy Storchaka2013-11-171-3/+3
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
* Issue #7833: Ext. modules built using distutils on Windows no longer get a ma...Mark Hammond2011-10-171-2/+45
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-2/+2
* Make sure each test can be run standalone (./python Lib/distutils/tests/x.py)Éric Araujo2010-11-061-1/+2
* Always close files in distutils code and tests (#10252).Éric Araujo2010-11-051-5/+9
* get_build_version() is needed even where sys.platform != "win32".Hirokazu Yamamoto2010-09-131-4/+8
* Issue #9313: Use unittest.skipUnless to skip old MSVC.Hirokazu Yamamoto2010-09-131-14/+5
* Issue #9313: Skips test_remove_visual_c_ref on old MSVC.Hirokazu Yamamoto2010-09-121-0/+5
* forgot to add the win32 test in the unittest skip callTarek Ziadé2009-12-211-1/+1
* Fixed #7556: editing the MSVC manifest file with a regexp was throwing an errorTarek Ziadé2009-12-211-7/+80
* Merged revisions 76399 via svnmerge fromTarek Ziadé2009-11-191-1/+1
* Merged revisions 76358 via svnmerge fromTarek Ziadé2009-11-181-5/+5
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-2/+2
* #5624: _winreg is winreg in Python 3.Georg Brandl2009-04-011-2/+2
* Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-...Benjamin Peterson2009-03-211-0/+4
* Merged revisions 70212 via svnmerge fromTarek Ziadé2009-03-071-0/+22
* Merged revisions 68373 via svnmerge fromHirokazu Yamamoto2009-01-071-0/+4
* Merged revisions 68081 via svnmerge fromTarek Ziadé2008-12-301-0/+33