summaryrefslogtreecommitdiff
path: root/distutils2/tests/test_msvc9compiler.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix winreg imports; we are not using a single codebase?ric Araujo2012-03-141-4/+1
|
* Fix ImportError in testJason R. Coombs2012-03-131-1/+4
|
* Fix backport changesets part 2: tests?ric Araujo2011-09-181-5/+9
|
* Fixed a python2.4 syntax errors.Alexandru Plugaru2011-08-301-5/+7
|
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-24/+19
|
* Updated imports to match new layoutJeremy Kloth2010-10-041-7/+10
| | | | Added test skips as appropriate for MSVC version
* refactored unittest import logic to improve accuracy of the coverage measurementYannick Gingras2010-09-301-2/+1
| | | | | | | | | | The unittest module is selectively imported from the standard library if we're running with a Python >= 3.2 or from and external library otherwise. This logic was moved from distutils2.test.support to distutils2.tests because the former module also imports various modules from distutils2, which would skew the coverage measurement because the definitions in those module would run before the instrumentation had a chance to be started.
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-0/+143