summaryrefslogtreecommitdiff
path: root/distutils2/compiler/extension.py
Commit message (Collapse)AuthorAgeFilesLines
* Start a branch to provide Distutils2 for Python 3.?ric Araujo2011-09-241-3/+3
| | | | | | | | | | 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.
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-29/+14
|
* moved extension into compiler/Tarek Ziade2010-11-131-0/+136