Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 'main' into feature/pep660 | Anderson Bravalheri | 2022-08-06 | 1 | -2/+2 |
|\ | |||||
| * | docs: Silence sphinx errors for reference it cannot find | Anderson Bravalheri | 2022-08-06 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'main' into feature/pep660 | Anderson Bravalheri | 2022-08-05 | 1 | -1/+6 |
|\ \ | |/ | |||||
| * | Restore newline, lost when removing spaces using Github UI. | Jason R. Coombs | 2022-07-31 | 1 | -0/+1 |
| | | |||||
| * | Remove extraneous whitespace. | Jason R. Coombs | 2022-07-31 | 1 | -1/+0 |
| | | |||||
| * | DOC: Mention that Extension(..., runtime_library_dirs) raises on Windows | DWesl | 2022-07-30 | 1 | -1/+6 |
| | | | | | | | | | | May want a closer match to the exception message to make it easier to search, but this should help. Inspired by #3450. | ||||
* | | Make it possible for build_ext to export the output mapping | Anderson Bravalheri | 2022-06-19 | 1 | -0/+3 |
|/ | |||||
* | Make it easier to read the docstring for setuptools/extension | Anderson Bravalheri | 2022-06-14 | 1 | -0/+14 |
| | |||||
* | Fix missing intersphinx reference in Extension docstring | Anderson Bravalheri | 2022-06-14 | 1 | -1/+1 |
| | |||||
* | Add docstring documentation to setuptools.Extension | Anderson Bravalheri | 2022-06-14 | 1 | -1/+72 |
| | |||||
* | Use super() | 谭九鼎 | 2022-01-26 | 1 | -1/+1 |
| | |||||
* | Remove Python 2 compatibility | Jason R. Coombs | 2020-08-16 | 1 | -2/+0 |
| | |||||
* | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle" | Jason R. Coombs | 2017-02-24 | 1 | -1/+1 |
| | | | | | This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing changes made to aaec654d804cb78dbb6391afff721a63f26a71cd. | ||||
* | Strip out vendored packages and require them instead. Ref #581. | Jason R. Coombs | 2017-01-01 | 1 | -1/+1 |
| | |||||
* | Fix quantity of blank lines. | stepshal | 2016-10-18 | 1 | -1/+0 |
| | |||||
* | Move (much of?) the rest of the monkey patching into the monkey module | Jason R. Coombs | 2016-09-04 | 1 | -12/+3 |
| | |||||
* | Remove private prefix from monkey as monkey module explicitly declares that ↵ | Jason R. Coombs | 2016-09-04 | 1 | -2/+2 |
| | | | | all functions are private. | ||||
* | Introduce a new monkey module to encapsulate the monkeypatching. | Jason R. Coombs | 2016-09-04 | 1 | -1/+1 |
| | |||||
* | Make Extension accept positional arguments again (fixes #752). | Torsten Landschoff | 2016-08-20 | 1 | -3/+5 |
| | | | | | | As a side effect, py_limited_api may now only be passed as keyword argument. I think it is early enough for this feature to change this and enforce the flag to be passed as a keyword... | ||||
* | Merge pull request #718 from dholth/master | Jason R. Coombs | 2016-08-19 | 1 | -0/+4 |
|\ | | | | | use abi3 extension if Extension().is_abi3 | ||||
| * | rename is_abi3 to py_limited_api | Daniel Holth | 2016-08-05 | 1 | -2/+2 |
| | | |||||
| * | use abi3 extension if Extension().is_abi3 | Daniel Holth | 2016-08-03 | 1 | -0/+4 |
| | | |||||
* | | Fix _have_cython | Mehdi Abaakouk | 2016-08-03 | 1 | -1/+1 |
|/ | | | | | | In 3c047624, we remove the loop, but we miss to convert the tuple to a string. Because the exception is just ignored, we don't see that __import__ won't works | ||||
* | Add missing blank lines after class or function definition. | stepshal | 2016-07-21 | 1 | -0/+2 |
| | |||||
* | Fix quantity of blank lines after code object. | stepshal | 2016-07-13 | 1 | -0/+2 |
| | |||||
* | Rename msvc9_support to simply msvc. | Jason R. Coombs | 2016-07-02 | 1 | -2/+2 |
| | |||||
* | Always use Python 3 version of map | Jason R. Coombs | 2016-01-16 | 1 | -0/+2 |
| | |||||
* | Remove loop, made unnecessary by removal of support for Pyrex | Jason R. Coombs | 2015-06-10 | 1 | -8/+7 |
| | |||||
* | Detect Cython later in the build process, allowing the library to be ↵ | Jason R. Coombs | 2015-06-10 | 1 | -11/+10 |
| | | | | specified in setup_requires. Fixes #288. | ||||
* | Move monkey patch to a separate module | Jason R. Coombs | 2014-09-26 | 1 | -53/+3 |
| | |||||
* | Resave with excess whitespace removed | Jason R. Coombs | 2014-09-26 | 1 | -4/+4 |
| | |||||
* | Adds monkeypatching for msvc9compiler.find_vcvarsall() to look for a ↵ | Steve Dower | 2014-09-25 | 1 | -0/+54 |
| | | | | standalone compiler installation and improves the error message for missing VC installation. | ||||
* | Use functools.partial and re.sub to construct the substitution function. | Jason R. Coombs | 2014-03-10 | 1 | -7/+6 |
| | |||||
* | self.language could be None (and is None by default) | Jason R. Coombs | 2014-03-10 | 1 | -1/+2 |
| | |||||
* | Use a single method to handle both languages. | Jason R. Coombs | 2014-03-10 | 1 | -19/+15 |
| | |||||
* | Map .pyx sources to .c or .cpp depending on language | lsinger | 2014-03-01 | 1 | -1/+12 |
| | |||||
* | Misc. updates following 2to3 checks. | Vinay Sajip | 2013-06-17 | 1 | -1/+1 |
| | | | | | --HG-- branch : single-codebase | ||||
* | Converted have_pyrex into a function | Jason R. Coombs | 2012-03-10 | 1 | -13/+19 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : b676ea404118a121400f2fd1b67095ab4521b7a0 | ||||
* | Refactored Extension class so that __init__ is always called, but patched ↵ | Jason R. Coombs | 2012-03-10 | 1 | -11/+9 |
| | | | | | | | | behavior is still selected by has_pyrex. --HG-- branch : distribute extra : rebase_source : d5670bf4bc6606d828b4ec7be055e26a7d4a9730 | ||||
* | Reorganized imports | Jason R. Coombs | 2012-03-10 | 1 | -7/+9 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 3c54aa84f71220021b92f890359546b4ff41e5f6 | ||||
* | Indent with spaces | Jason R. Coombs | 2012-03-10 | 1 | -7/+7 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 799441b639f6f9c55fe25745e793ac29419f0293 | ||||
* | Refactored Cython/Pyrex optional build support to unify logic | Jason R. Coombs | 2011-03-18 | 1 | -14/+10 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : c924cf1817736349e9a254098b6d99cd97a3d35f | ||||
* | Applying patch provided by Didrik Pinte on #195 for Cython build_ext support | Jason R. Coombs | 2011-03-18 | 1 | -1/+9 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 69be8a07f86d1fbbdace2b7965a2c4a6cc5a14bf | ||||
* | Fix import that was breaking py3k | agronholm | 2009-08-06 | 1 | -1/+1 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 76bf8f9213536189bce76a41e798c44c5f468cbd | ||||
* | SharedLibrary -> Library. For now, Windows libs get built as shared, | PJ Eby | 2006-01-06 | 1 | -2/+2 |
| | | | | | | | | and other platforms get static. :( --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041941 | ||||
* | First draft of shared library build support. See tests/shlib_test | PJ Eby | 2006-01-05 | 1 | -17/+16 |
| | | | | | | | | | | for a trivial example. This has only been tested on Windows with a MinGW compiler, and the Mac OS support isn't finished. Testing w/other platforms+compilers would be helpful. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041927 | ||||
* | Enhanced setuptools infrastructure to support distutils extensions that | PJ Eby | 2005-08-06 | 1 | -0/+10 |
| | | | | | | | | | | can be plugged in at setup() time to define new setup() arguments or distutils commands. This allows modularization and reuse of distutils extensions in a way that was previously not possible. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041180 | ||||
* | Initial checkin of setuptools 0.0.1. | PJ Eby | 2004-03-19 | 1 | -0/+27 |
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4040869 |