aboutsummaryrefslogtreecommitdiff
path: root/test cases/python3/2 extmodule
AgeCommit message (Expand)AuthorFilesLines
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-1/+1
2019-10-20Disable extension module tests with Python 3.8 and VS2015.Jussi Pakkanen1-0/+9
2018-08-26Tests for version constraints on custom lookup dependenciesJon Turney1-0/+4
2017-11-13tests: test getting python module using pkg-configAnonymous Maarten1-0/+5
2017-01-09Add .find_python() method. Supersedes #777.Jussi Pakkanen1-1/+3
2017-01-09Created a Python 3 module for simpler building of Python extension modules.Jussi Pakkanen2-13/+3
2016-12-10python3 dep: Check arch of libraries before usingNirbheek Chauhan1-5/+9
2016-02-26Python extension module finally works on Windows.Jussi Pakkanen2-1/+7
2016-02-21Can build Python extension on OSX.Jussi Pakkanen1-1/+9
2016-02-21Can build a Python extension module.Jussi Pakkanen4-0/+78