aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/build_ext.py
Commit message (Expand)AuthorAgeFilesLines
* Detect Cython later in the build process, allowing the library to be specifie...Jason R. Coombs2015-06-101-12/+3
* Force list type for easy concatenation.Jason R. Coombs2014-12-231-1/+1
* Add comments for clarity.Jason R. Coombs2014-12-231-0/+2
* Extract logic for getting the extensions for outputs.Jason R. Coombs2014-12-231-4/+7
* Collapse two generator expressions.Jason R. Coombs2014-12-231-2/+2
* Use itertools.product to pair each base with each extension.Jason R. Coombs2014-12-231-5/+7
* Extract method for clarity.Jason R. Coombs2014-12-231-1/+4
* Rewrite function to use extend and a generator expression.Jason R. Coombs2014-12-231-5/+4
* ReindentJason R. Coombs2014-12-231-5/+5
* Extract filtering of extensions that need stubs.Jason R. Coombs2014-12-231-2/+2
* Rewrite short-circuit for/if/else loop as any on generator expression.Jason R. Coombs2014-12-231-4/+1
* Extract variable for simplicity of indentation.Jason R. Coombs2014-12-231-3/+2
* Extract variables for clarity and simpler indentation.Jason R. Coombs2014-12-231-4/+4
* Define if_dl using simple lambda.Jason R. Coombs2014-12-231-4/+1
* Use hasattr per recommendation in docs for dl.Jason R. Coombs2014-12-231-4/+2
* Fixed PEP 8 compliancy of the setuptools.command packageAlex Grönholm2014-06-181-53/+69
* Remove import *Jason R. Coombs2014-02-091-1/+1
* Normalize indentation and remove unused importsJason R. Coombs2014-02-091-42/+33
* Use new sysconfig module with Python 2.7 or >=3.2.Arfrever Frehtes Taifersar Arahesis2013-06-121-9/+15
* Merge setuptools/command/*Jason R. Coombs2013-05-041-11/+9
|\
| * Copy changes from 1aae1efe5733 for setuptools/command/* (except easy_install.pyJason R. Coombs2013-05-031-9/+9
* | merge dancetarek2009-09-201-0/+5
|\ \
| * | Work around distutils 3.1 breaking ext_map.Martin v. Löwis2009-09-131-0/+5
| |/
* / make sure setuptools does like distutils in get_ext_filename fixes #41tarek2009-09-201-0/+2
|/
* Ensure that _full_name is set on all shared libs before extensionsPJ Eby2008-08-211-3/+3
* Update Pyrex/swig_sources workaround for newer Pyrex versionsPJ Eby2008-01-151-1/+1
* Tweak build configuration for OS X, based on suggestions from MichaelPJ Eby2006-01-141-22/+22
* Attempt to define some reasonable flags for OS X linker.PJ Eby2006-01-141-16/+15
* 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