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
/
python
Age
Commit message (
Expand
)
Author
2025-11-14
tests: Skip limited API test on freethreading Python versions
Michał Górny
2025-06-03
tests: Add test for checking get_executable_serialization with interpreted ex...
L. E. Segovia
2025-02-28
tests: work around broken PyPy globbing by removing inert code
Eli Schwartz
2024-06-11
Python: add load test to limited API test
Andrew McNulty
2024-02-19
Fix KeyError in Python module
Charles Brunet
2023-10-02
tests: fix test case to not import distutils on python 3.12
Eli Schwartz
2023-08-14
Python: Add 'limited_api' kwarg to extension_module
Andrew McNulty
2023-08-08
tests: fix "4 custom target depends extmodule" with Python 3.8+ on Windows
Christoph Reiter
2023-05-05
Use release buildtype in Cython tests, and skip unless ninja backend
Ralf Gommers
2023-05-02
tests: add a python test for bytecode compilation
Eli Schwartz
2023-05-02
python module: add an automatic byte-compilation step
Eli Schwartz
2023-04-23
fix python.version() not working in some cases
Charles Brunet
2023-04-11
fix various spelling issues
Josh Soref
2023-03-28
test that python modules nominally compile without warnings
Eli Schwartz
2023-03-20
backends: add a new "none" backend
Eli Schwartz
2022-11-14
tests: fix edge case where non-default python is used, by skipping it
Eli Schwartz
2022-09-19
python module: allow specifying the pure kwarg in the installation object
Eli Schwartz
2022-07-08
implement the new preserve_path kwarg for install_data too
Eli Schwartz
2022-06-19
python module: implicitly add python dep to extensions
Eli Schwartz
2022-03-18
tests: make python2 dependency on 32-bit windows non-fatal
Eli Schwartz
2022-03-17
tests: don't skip python version tests if python is found but its dep is broken
Eli Schwartz
2022-03-16
unittests: convert python tests to project tests
Eli Schwartz
2021-10-08
python: Add platlibdir and purelibdir options
Xavier Claessens
2021-09-29
tests: take into account Debian Python paths
Filipe Laíns
2021-08-18
tests: python module should install files correctly
Eli Schwartz
2021-08-16
interpreter: Fix holder_map not being updated when subproject fails
Xavier Claessens
2021-08-15
Revert "interpreter: Fix holder_map not being updated when subproject fails"
Jussi Pakkanen
2021-08-09
interpreter: Fix holder_map not being updated when subproject fails
Xavier Claessens
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2020-07-12
simplify/correct test logic
Michael Hirsch
2020-07-12
some python test cases don't care about backend, so run them in any case
Michael Hirsch
2020-07-12
raise SystemExit() generally preferred to sys.exit(1)
Michael Hirsch
2020-07-12
c lang not needed for this test
Michael Hirsch
2020-07-12
setuptools is not stdlib, but distutils is
Michael Hirsch
2019-10-20
Disable extension module tests with Python 3.8 and VS2015.
Jussi Pakkanen
2019-06-12
modules/python: add a modules keyword argument
Dylan Baker
2019-04-03
modules/python: Report program found in find_installation()
Dylan Baker
2018-12-12
tests: Add tests for the python module
Dylan Baker
2018-05-03
python module: Move tests to test cases/unit
Nirbheek Chauhan
2018-04-09
[fixup]: Rename find to find_installation
Mathieu Duponchelle
2018-04-06
Implement a generic python module
Mathieu Duponchelle