aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/build_ext.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fix broken importPJ Eby2006-01-141-0/+1
* Don't keep the stub .py file around, just the .pyc/.pyo. Don't writePJ Eby2006-01-141-40/+40
* Ensure installed stubs get compiled, even if there are no "pure" modulesPJ Eby2006-01-131-7/+7
* Write stub files correctly for build_ext --inplacePJ Eby2006-01-131-21/+21
* Implement LD_LIBRARY_PATH workaround stub loaderPJ Eby2006-01-131-45/+86
* 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