summaryrefslogtreecommitdiff
path: root/distutils2/tests/test_compiler.py
Commit message (Collapse)AuthorAgeFilesLines
* Start a branch to provide Distutils2 for Python 3.?ric Araujo2011-09-241-2/+2
| | | | | | | | | | This codebase is compatible with 3.1, 3.2 and 3.3. It was converted with 2to3 and a semi-automated diff/merge with packaging in 3.3 to fix some idioms. We?ve now come full circle from 2.x to 3.x to 2.x to 3.x again :) Starting from now, contributors can make patches for packaging (preferred, as the stdlib?s regrtest is very useful), distutils2 or distutils-python3, and we?ll make patches flow between versions.
* Fix backport changesets part 2: tests?ric Araujo2011-09-181-1/+1
|
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-8/+8
|
* fixed testTarek Ziade2010-11-131-1/+5
|
* moved general functions out of ccompilerTarek Ziade2010-11-111-0/+62