| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Branch merge | ?ric Araujo | 2011-11-20 | 1 | -2/+2 |
| |\ | |||||
| | * | Start a branch to provide Distutils2 for Python 3. | ?ric Araujo | 2011-09-24 | 1 | -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 Araujo | 2011-11-15 | 1 | -7/+2 |
| |/ | |||||
| * | Fixes to actually use the backports. | Jeremy Kloth | 2011-09-12 | 1 | -1/+1 |
| | | |||||
| * | Backported packaging from cpython default, overwriting previous version. | Vinay Sajip | 2011-08-18 | 1 | -31/+44 |
| | | |||||
| * | Save up a bit of memory thanks to dict.iter* and __iter__ | ?ric Araujo | 2010-12-17 | 1 | -1/+1 |
| | | |||||
| * | Fix typo found thanks to ?build --show-compiler? | ?ric Araujo | 2010-11-16 | 1 | -1/+1 |
| | | |||||
| * | A touch of PEP 8 and pyflaking | ?ric Araujo | 2010-11-16 | 1 | -13/+13 |
| | | |||||
| * | compiler_type -> name | Tarek Ziade | 2010-11-13 | 1 | -3/+3 |
| | | |||||
| * | now distutils2 uses set_command to set its own commands | Tarek Ziade | 2010-11-13 | 1 | -17/+21 |
| | | |||||
| * | now you can register your custom compilers using the .cfg files | Tarek Ziade | 2010-11-11 | 1 | -0/+6 |
| | | |||||
| * | now compilers are loaded using fully qualified names | Tarek Ziade | 2010-11-11 | 1 | -35/+20 |
| | | |||||
| * | moved general functions out of ccompiler | Tarek Ziade | 2010-11-11 | 1 | -0/+269 |
| | | |||||
| * | moved everything in the same dir - we want to include docs/ in the release | Tarek Ziade | 2010-09-19 | 1 | -0/+2 |
