summaryrefslogtreecommitdiff
path: root/setuptools/extension.py
Commit message (Expand)AuthorAgeFilesLines
* Merge 'main' into feature/pep660Anderson Bravalheri2022-08-061-2/+2
|\
| * docs: Silence sphinx errors for reference it cannot findAnderson Bravalheri2022-08-061-2/+2
* | Merge branch 'main' into feature/pep660Anderson Bravalheri2022-08-051-1/+6
|\ \ | |/
| * Restore newline, lost when removing spaces using Github UI.Jason R. Coombs2022-07-311-0/+1
| * Remove extraneous whitespace.Jason R. Coombs2022-07-311-1/+0
| * DOC: Mention that Extension(..., runtime_library_dirs) raises on WindowsDWesl2022-07-301-1/+6
* | Make it possible for build_ext to export the output mappingAnderson Bravalheri2022-06-191-0/+3
|/
* Make it easier to read the docstring for setuptools/extensionAnderson Bravalheri2022-06-141-0/+14
* Fix missing intersphinx reference in Extension docstringAnderson Bravalheri2022-06-141-1/+1
* Add docstring documentation to setuptools.ExtensionAnderson Bravalheri2022-06-141-1/+72
* Use super()谭九鼎2022-01-261-1/+1
* Remove Python 2 compatibilityJason R. Coombs2020-08-161-2/+0
* Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"Jason R. Coombs2017-02-241-1/+1
* Strip out vendored packages and require them instead. Ref #581.Jason R. Coombs2017-01-011-1/+1
* Fix quantity of blank lines.stepshal2016-10-181-1/+0
* Move (much of?) the rest of the monkey patching into the monkey moduleJason R. Coombs2016-09-041-12/+3
* Remove private prefix from monkey as monkey module explicitly declares that a...Jason R. Coombs2016-09-041-2/+2
* Introduce a new monkey module to encapsulate the monkeypatching.Jason R. Coombs2016-09-041-1/+1
* Make Extension accept positional arguments again (fixes #752).Torsten Landschoff2016-08-201-3/+5
* Merge pull request #718 from dholth/masterJason R. Coombs2016-08-191-0/+4
|\
| * rename is_abi3 to py_limited_apiDaniel Holth2016-08-051-2/+2
| * use abi3 extension if Extension().is_abi3Daniel Holth2016-08-031-0/+4
* | Fix _have_cythonMehdi Abaakouk2016-08-031-1/+1
|/
* Add missing blank lines after class or function definition.stepshal2016-07-211-0/+2
* Fix quantity of blank lines after code object.stepshal2016-07-131-0/+2
* Rename msvc9_support to simply msvc.Jason R. Coombs2016-07-021-2/+2
* Always use Python 3 version of mapJason R. Coombs2016-01-161-0/+2
* Remove loop, made unnecessary by removal of support for PyrexJason R. Coombs2015-06-101-8/+7
* Detect Cython later in the build process, allowing the library to be specifie...Jason R. Coombs2015-06-101-11/+10
* 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