summaryrefslogtreecommitdiff
path: root/setuptools/command/build_ext.py
Commit message (Expand)AuthorAgeFilesLines
* Don't write .py stubs except for actual extensions that don't alreadyPJ Eby2006-01-131-7/+7
* Oops.PJ Eby2006-01-131-3/+3
* Add experimental code for wrapping relocatable shared libraries onPJ Eby2006-01-131-17/+99
* SharedLibrary -> Library. For now, Windows libs get built as shared,PJ Eby2006-01-061-44/+44
* Remove debug print left in by mistake.PJ Eby2006-01-051-3/+3
* First draft of shared library build support. See tests/shlib_testPJ Eby2006-01-051-8/+90
* Fixed some problems building extensions when Pyrex was installed, especiallyPJ Eby2005-11-031-4/+45
* Fix a problem running build_ext -i w/no extensions.PJ Eby2005-08-221-1/+1
* Make "build_ext --inplace" work sanely w/multiple Python versions andPJ Eby2005-08-211-2/+37
* remove trailing blank lineFred Drake2004-04-051-1/+0
* Initial checkin of setuptools 0.0.1.PJ Eby2004-03-191-0/+7