summaryrefslogtreecommitdiff
path: root/cffi/setuptools_ext.py
Commit message (Expand)AuthorAgeFilesLines
* 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