summaryrefslogtreecommitdiff
path: root/distutils2/tests/test_unixccompiler.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixes to actually use the backports.Jeremy Kloth2011-09-121-1/+1
|
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-11/+14
|
* Don?t import sysconfig from the (2.7) stdlib.?ric Araujo2010-11-161-5/+1
| | | | | distutils2._backport.sysconfig is actually *newer* than the versions in the 2.7 and 3.2 standard libraries.
* refactored unittest import logic to improve accuracy of the coverage measurementYannick Gingras2010-09-301-1/+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/+133