aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/extension.py
Commit message (Expand)AuthorAgeFilesLines
* Converted have_pyrex into a functionJason R. Coombs2012-03-101-13/+19
* Refactored Extension class so that __init__ is always called, but patched beh...Jason R. Coombs2012-03-101-11/+9
* Reorganized importsJason R. Coombs2012-03-101-7/+9
* Indent with spacesJason R. Coombs2012-03-101-7/+7
* Refactored Cython/Pyrex optional build support to unify logicJason R. Coombs2011-03-181-14/+10
* Applying patch provided by Didrik Pinte on #195 for Cython build_ext supportJason R. Coombs2011-03-181-1/+9
* Fix import that was breaking py3kagronholm2009-08-061-1/+1
* SharedLibrary -> Library. For now, Windows libs get built as shared,PJ Eby2006-01-061-2/+2
* First draft of shared library build support. See tests/shlib_testPJ Eby2006-01-051-17/+16
* Enhanced setuptools infrastructure to support distutils extensions thatPJ Eby2005-08-061-0/+10
* Initial checkin of setuptools 0.0.1.PJ Eby2004-03-191-0/+27