| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-04 | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | |
| performed by running "pyupgrade --py36-plus" and committing the results | |||
| 2019-10-20 | Disable extension module tests with Python 3.8 and VS2015. | Jussi Pakkanen | |
| 2018-08-26 | Tests for version constraints on custom lookup dependencies | Jon Turney | |
| 2017-11-13 | tests: test getting python module using pkg-config | Anonymous Maarten | |
| 2017-01-09 | Add .find_python() method. Supersedes #777. | Jussi Pakkanen | |
| 2017-01-09 | Created a Python 3 module for simpler building of Python extension modules. | Jussi Pakkanen | |
| 2016-12-10 | python3 dep: Check arch of libraries before using | Nirbheek Chauhan | |
| On Windows, we can build with both 32-bit and 64-bit compilers, but the Python is either 32-bit or 64-bit. Check the architecture of the found Python libraries and don't use them if they don't match our build_machine. Also skip the tests if the Python 3 dependency is not found. | |||
| 2016-02-26 | Python extension module finally works on Windows. | Jussi Pakkanen | |
| 2016-02-21 | Can build Python extension on OSX. | Jussi Pakkanen | |
| 2016-02-21 | Can build a Python extension module. | Jussi Pakkanen | |
