summaryrefslogtreecommitdiff
path: root/distutils2/compiler/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Branch merge?ric Araujo2011-11-201-2/+2
|\
| * 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.
* | 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