summaryrefslogtreecommitdiff
path: root/setuptools/extension.py
Commit message (Expand)AuthorAgeFilesLines
* Move monkey patch to a separate moduleJason R. Coombs2014-09-261-53/+3
* Resave with excess whitespace removedJason R. Coombs2014-09-261-4/+4
* Adds monkeypatching for msvc9compiler.find_vcvarsall() to look for a standalo...Steve Dower2014-09-251-0/+54
* Use functools.partial and re.sub to construct the substitution function.Jason R. Coombs2014-03-101-7/+6
* self.language could be None (and is None by default)Jason R. Coombs2014-03-101-1/+2
* Use a single method to handle both languages.Jason R. Coombs2014-03-101-19/+15
* Map .pyx sources to .c or .cpp depending on languagelsinger2014-03-011-1/+12
* Misc. updates following 2to3 checks.Vinay Sajip2013-06-171-1/+1
* 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