summaryrefslogtreecommitdiff
path: root/cffi/setuptools_ext.py
Commit message (Expand)AuthorAgeFilesLines
* another attempt at Py_LIMITED_API on Windows on CPython >= 3.5Armin Rigo2020-08-131-1/+3
* #355 #350Armin Rigo2020-08-121-3/+3
* On Windows, we still can't use Py_LIMITED_API for bad reasons.Armin Rigo2019-02-161-1/+7
* "python setup.py sdist" should not list the generated ABI module.Armin Rigo2018-09-091-0/+12
* setuptools_ext.py edited online with BitbucketOfek Lev2018-08-191-6/+1
* Import from setuptools instead of distutils from hereArmin Rigo2018-02-231-2/+2
* More comments for e59662b013b4Armin Rigo2018-02-111-0/+7
* In ABI mode, add the python file into the dist.py_modules list.Armin Rigo2018-02-111-0/+4
* Don't define py_limited_api at all on Windows, for now.Armin Rigo2018-01-131-1/+6
* We're interested in --with-pydebug not -dStefano Rivera2016-12-301-2/+3
* setuptools_ext.py edited online with BitbucketAL_Ilia/setuptools_extpy-edited-online-with-bitb-1476289245197Ilia Sergachev2016-10-121-0/+1
* CPython should ignore the .abi3.so extension in a debugging version,Armin Rigo2016-10-101-1/+6
* If we don't know the version number of setuptools, we try to setArmin Rigo2016-08-221-1/+4
* Remove the extra checks, which should be unnecessary and possibly causeArmin Rigo2016-08-221-1/+1
* use py_limited_api flag when available.Daniel Holth2016-08-211-1/+18
* From https://github.com/pyca/cryptography/pull/2156: add the pre_run()Armin Rigo2015-08-011-2/+9
* Move these two lines outside the "with"Armin Rigo2015-06-011-2/+2
* Issue #205: Python 2.6 compat: "import" accept files that don't finishArmin Rigo2015-06-011-1/+3
* Test and fixes for actually calling distutils and setuptools withArmin Rigo2015-05-271-5/+19
* Fix multiple sources arguments passed to setuptools.fix-multiple-sources-argumentsChristopher Rosell2015-05-201-1/+1
* Initialize the __name__ and __file__ arguments when we're about toArmin Rigo2015-05-181-1/+1
* Last TODO item: setuptools on out-of-line ABI-mode modulesArmin Rigo2015-05-171-9/+46
* Use execfile() to load the build script from setuptools_ext, insteadArmin Rigo2015-05-171-8/+27
* more fixesArmin Rigo2015-05-121-1/+1
* the big Moving Files Around stepArmin Rigo2015-05-121-0/+82