index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
python3
Age
Commit message (
Expand
)
Author
2023-08-08
tests: fix "4 custom target depends extmodule" with Python 3.8+ on Windows
Christoph Reiter
2022-11-14
tests: fix edge case where non-default python is used, by skipping it
Eli Schwartz
2022-04-20
Fix purelib and platlib validation in Python3 module.
Jussi Pakkanen
2021-09-29
tests: take into account Debian Python paths
Filipe LaĆns
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2020-02-10
test cases/python3/3 cython: fix dependency files
Gerion Entrup
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-12-02
tests/python/4: Test that custom target depends add PATH
Nirbheek Chauhan
2017-11-13
tests: test getting python module using pkg-config
Anonymous Maarten
2017-08-18
python3: Fix tests on Windows as it uses 'Lib' and 'Include'
Guillaume Poirier-Morency
2017-08-17
python3: Add tests for platform-dependant paths and cover include path
Guillaume Poirier-Morency
2017-03-30
python3: Add tests for sysconfig_path() and language_version()
Patrick Griffis
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
2016-11-09
Allow tests to mark themselves as skipped during runtime.
Jussi Pakkanen
2016-02-26
Python extension module finally works on Windows.
Jussi Pakkanen
2016-02-21
Skip cython test if it does not exist.
Jussi Pakkanen
2016-02-21
Can build Python extension on OSX.
Jussi Pakkanen
2016-02-21
Fix cython to work on platforms other than latest Ubuntu.
Jussi Pakkanen
2016-02-21
Added Cython sample project.
Jussi Pakkanen
2016-02-21
Can build a Python extension module.
Jussi Pakkanen
2016-02-21
Added plain Python sample project.
Jussi Pakkanen