aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_build_ext.py
Commit message (Expand)AuthorAgeFilesLines
* Fix quantity of blank lines after code object, class of function definition.stepshal2016-08-201-0/+1
* Use six for python major version detectionJason R. Coombs2016-08-191-4/+6
* gate test against get_abi3_suffix()Daniel Holth2016-08-051-1/+1
* rename is_abi3 to py_limited_apiDaniel Holth2016-08-051-1/+1
* call finalize_options in testDaniel Holth2016-08-051-2/+7
* use abi3 extension if Extension().is_abi3Daniel Holth2016-08-031-1/+19
* Fix quantity of blank lines after code object.stepshal2016-07-131-0/+2
* Remove superfluous commentJason R. Coombs2015-01-011-3/+0
* Use pytest for test discovery in build_extJason R. Coombs2015-01-011-2/+1
* Remodel comment as docstring.Jason R. Coombs2015-01-011-3/+5
* Use namespacing for easier readingJason R. Coombs2015-01-011-2/+3
* Clean some imports.Arfrever Frehtes Taifersar Arahesis2014-02-151-2/+1
* make sure setuptools does like distutils in get_ext_filename fixes #41tarek2009-09-201-0/+20