Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Python 2 compatibility | Jason R. Coombs | 2020-08-16 | 1 | -14/+2 |
| | |||||
* | Change load_module to exec_module | Andrew Murray | 2020-08-10 | 1 | -4/+6 |
| | |||||
* | Change exec_module to load_module | Alex Henrie | 2020-07-11 | 1 | -1/+1 |
| | | | | Fixes #2246 | ||||
* | Use importlib instead of imp in __bootstrap__ functions | Alex Henrie | 2020-06-21 | 1 | -2/+4 |
| | |||||
* | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2020-01-19 | 1 | -3/+6 |
| | |||||
* | Fix for Python 4: replace unsafe six.PY3 with PY2 | Hugo | 2020-01-08 | 1 | -1/+1 |
| | |||||
* | Fix some usage of deprecated `imp` module | Anthony Sottile | 2019-08-17 | 1 | -2/+8 |
| | |||||
* | Drop support for EOL Python 3.3 | Hugo | 2018-05-24 | 1 | -11/+1 |
| | |||||
* | Revert "Prefer new_build_ext for Cython builds as recommended by Cython ↵ | Jason R. Coombs | 2018-02-06 | 1 | -1/+1 |
| | | | | | | project. Fixes #1270." Reopens #1270. Fixes #1271. This reverts commit 038baa16016503708cf3bddcaf2f9b8d541c17bc. | ||||
* | Prefer new_build_ext for Cython builds as recommended by Cython project. ↵ | Jason R. Coombs | 2018-02-04 | 1 | -1/+1 |
| | | | | Fixes #1270. | ||||
* | Import Cython.Compiler.Main as recommended by Cython project to improve ↵ | Jason R. Coombs | 2018-02-04 | 1 | -0/+3 |
| | | | | Cython detection. Fixes #1229. | ||||
* | 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 |
| | |||||
* | Extract a helper to capture the temporary workaround. Ref #837. | Jason R. Coombs | 2016-11-04 | 1 | -1/+11 |
| | |||||
* | use consistent quotes | Paul Kehrer | 2016-11-03 | 1 | -1/+1 |
| | |||||
* | Support Python 3.3.0 for extension suffix | Paul Kehrer | 2016-11-03 | 1 | -1/+1 |
| | | | | | In setuptools 27.0+ extension building fails on Python 3.3.0 because the extension suffix is obtained using `SO` and not `EXT_SUFFIX` (which is used in 3.3.1 and above). See: https://hg.python.org/cpython/file/v3.3.0/Lib/distutils/command/build_ext.py#l673 This patch tries `EXT_SUFFIX` and falls back to `SO` if `EXT_SUFFIX` is falsey. | ||||
* | Fix spacing after comment hash. | stepshal | 2016-10-25 | 1 | -1/+1 |
| | |||||
* | Fix quantity of blank lines. | stepshal | 2016-10-18 | 1 | -2/+0 |
| | |||||
* | Use EXT_SUFFIX instead of SO for py_limited_api renaming | Donald Stufft | 2016-09-09 | 1 | -1/+1 |
| | |||||
* | Fix quantity of blank lines after code object, class of function definition. | stepshal | 2016-08-20 | 1 | -0/+2 |
| | |||||
* | Extract variable for boolean expression for nicer indentation. | Jason R. Coombs | 2016-08-19 | 1 | -2/+6 |
| | |||||
* | Move import to the top | Jason R. Coombs | 2016-08-19 | 1 | -6/+3 |
| | |||||
* | Move import to top | Jason R. Coombs | 2016-08-19 | 1 | -1/+1 |
| | |||||
* | Reorganize imports | Jason R. Coombs | 2016-08-19 | 1 | -4/+4 |
| | |||||
* | rename is_abi3 to py_limited_api | Daniel Holth | 2016-08-05 | 1 | -1/+3 |
| | |||||
* | use abi3 extension if Extension().is_abi3 | Daniel Holth | 2016-08-03 | 1 | -0/+13 |
| | |||||
* | Fix quantity of blank lines after code object. | stepshal | 2016-07-13 | 1 | -0/+2 |
| | |||||
* | build_ext: move block customizing compiler for shared lib into a function | Cosimo Lupo | 2016-05-18 | 1 | -14/+22 |
| | |||||
* | build_ext: always import _CONFIG_VARS from distutils.sysconfig instead of ↵ | Cosimo Lupo | 2016-05-04 | 1 | -8/+4 |
| | | | | | | | | sysconfig otherwise `distutils.sysconfig.customize_compiler` does not configure OSX compiler for -dynamiclib See https://github.com/pypa/setuptools/issues/571 | ||||
* | Detect Cython later in the build process, allowing the library to be ↵ | Jason R. Coombs | 2015-06-10 | 1 | -12/+3 |
| | | | | specified in setup_requires. Fixes #288. | ||||
* | Force list type for easy concatenation. | Jason R. Coombs | 2014-12-23 | 1 | -1/+1 |
| | |||||
* | Add comments for clarity. | Jason R. Coombs | 2014-12-23 | 1 | -0/+2 |
| | |||||
* | Extract logic for getting the extensions for outputs. | Jason R. Coombs | 2014-12-23 | 1 | -4/+7 |
| | |||||
* | Collapse two generator expressions. | Jason R. Coombs | 2014-12-23 | 1 | -2/+2 |
| | |||||
* | Use itertools.product to pair each base with each extension. | Jason R. Coombs | 2014-12-23 | 1 | -5/+7 |
| | |||||
* | Extract method for clarity. | Jason R. Coombs | 2014-12-23 | 1 | -1/+4 |
| | |||||
* | Rewrite function to use extend and a generator expression. | Jason R. Coombs | 2014-12-23 | 1 | -5/+4 |
| | |||||
* | Reindent | Jason R. Coombs | 2014-12-23 | 1 | -5/+5 |
| | |||||
* | Extract filtering of extensions that need stubs. | Jason R. Coombs | 2014-12-23 | 1 | -2/+2 |
| | |||||
* | Rewrite short-circuit for/if/else loop as any on generator expression. | Jason R. Coombs | 2014-12-23 | 1 | -4/+1 |
| | |||||
* | Extract variable for simplicity of indentation. | Jason R. Coombs | 2014-12-23 | 1 | -3/+2 |
| | |||||
* | Extract variables for clarity and simpler indentation. | Jason R. Coombs | 2014-12-23 | 1 | -4/+4 |
| | |||||
* | Define if_dl using simple lambda. | Jason R. Coombs | 2014-12-23 | 1 | -4/+1 |
| | |||||
* | Use hasattr per recommendation in docs for dl. | Jason R. Coombs | 2014-12-23 | 1 | -4/+2 |
| | |||||
* | Fixed PEP 8 compliancy of the setuptools.command package | Alex Grönholm | 2014-06-18 | 1 | -53/+69 |
| | |||||
* | Remove import * | Jason R. Coombs | 2014-02-09 | 1 | -1/+1 |
| | |||||
* | Normalize indentation and remove unused imports | Jason R. Coombs | 2014-02-09 | 1 | -42/+33 |
| | |||||
* | Use new sysconfig module with Python 2.7 or >=3.2. | Arfrever Frehtes Taifersar Arahesis | 2013-06-12 | 1 | -9/+15 |
| | |||||
* | Merge setuptools/command/* | Jason R. Coombs | 2013-05-04 | 1 | -11/+9 |
|\ | | | | | | | | | --HG-- branch : Setuptools-Distribute merge | ||||
| * | Copy changes from 1aae1efe5733 for setuptools/command/* (except easy_install.py | Jason R. Coombs | 2013-05-03 | 1 | -9/+9 |
| | | | | | | | | | | | | --HG-- branch : Setuptools-Distribute merge extra : source : 0c89fbb19c269ce1cb3bc3e9ece9864127768169 |