summaryrefslogtreecommitdiff
path: root/distutils2/compiler/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Branch merge?ric Araujo2011-11-201-2/+2
|\
| * Start a branch to provide Distutils2 for Python 3.?ric Araujo2011-09-241-2/+2
* | Remove 'verbose' arguments, obsoleted by logging?ric Araujo2011-11-151-7/+2
|/
* Fixes to actually use the backports.Jeremy Kloth2011-09-121-1/+1
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-31/+44
* Save up a bit of memory thanks to dict.iter* and __iter__?ric Araujo2010-12-171-1/+1
* Fix typo found thanks to ?build --show-compiler??ric Araujo2010-11-161-1/+1
* A touch of PEP 8 and pyflaking?ric Araujo2010-11-161-13/+13
* compiler_type -> nameTarek Ziade2010-11-131-3/+3
* now distutils2 uses set_command to set its own commandsTarek Ziade2010-11-131-17/+21
* now you can register your custom compilers using the .cfg filesTarek Ziade2010-11-111-0/+6
* now compilers are loaded using fully qualified namesTarek Ziade2010-11-111-35/+20
* moved general functions out of ccompilerTarek Ziade2010-11-111-0/+269
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-0/+2