aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/distutils/tests/test_msvc9compiler.py
Commit message (Expand)AuthorAge
* gh-92584: Remove the distutils package (#99061)Victor Stinner2022-11-03
* bpo-5846: Do not use obsolete unittest functions. (GH-28303)Serhiy Storchaka2021-09-13
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-30
* Issue #19600: Use specific asserts in distutils tests.Serhiy Storchaka2013-11-17
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-18
* Issue #7833: Ext. modules built using distutils on Windows no longer get a ma...Mark Hammond2011-10-17
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-20
* Make sure each test can be run standalone (./python Lib/distutils/tests/x.py)Éric Araujo2010-11-06
* Always close files in distutils code and tests (#10252).Éric Araujo2010-11-05
* get_build_version() is needed even where sys.platform != "win32".Hirokazu Yamamoto2010-09-13
* Issue #9313: Use unittest.skipUnless to skip old MSVC.Hirokazu Yamamoto2010-09-13
* Issue #9313: Skips test_remove_visual_c_ref on old MSVC.Hirokazu Yamamoto2010-09-12
* forgot to add the win32 test in the unittest skip callTarek Ziadé2009-12-21
* Fixed #7556: editing the MSVC manifest file with a regexp was throwing an errorTarek Ziadé2009-12-21
* Merged revisions 76399 via svnmerge fromTarek Ziadé2009-11-19
* Merged revisions 76358 via svnmerge fromTarek Ziadé2009-11-18
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* #5624: _winreg is winreg in Python 3.Georg Brandl2009-04-01
* Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-...Benjamin Peterson2009-03-21
* Merged revisions 70212 via svnmerge fromTarek Ziadé2009-03-07
* Merged revisions 68373 via svnmerge fromHirokazu Yamamoto2009-01-07
* Merged revisions 68081 via svnmerge fromTarek Ziadé2008-12-30