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
/
mesonbuild
/
modules
/
python.py
Age
Commit message (
Expand
)
Author
2022-12-09
python module: don't overwrite and destroy the .pc dependency name
Eli Schwartz
2022-11-30
pylint: enable the set_membership plugin
Dylan Baker
2022-11-24
python module: fix broken non-embed dependency
Eli Schwartz
2022-11-23
python: Use correct extension filename suffix on Python < 3.8.7
Daniele Nicolodi
2022-09-19
python module: allow specifying the pure kwarg in the installation object
Eli Schwartz
2022-08-25
Revert "Windows: Improve Python 3.8+ module check on Windows"
Eli Schwartz
2022-08-22
introspection: untangle install_plan implemetation, fix a bunch of wrong ones
Eli Schwartz
2022-08-17
modules: use module level information about new and deprecation
Dylan Baker
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-06-19
python module: cache dependency() lookup between invocations
Eli Schwartz
2022-06-13
flake8: don't use f-strings for strings without formatting
Eli Schwartz
2022-05-09
python module: default extensions to hidden symbol visibility
Eli Schwartz
2022-05-02
Windows: Improve Python 3.8+ module check on Windows
Chun-wei Fan
2022-04-12
python module: windows dll name for pypy needs special casing
Matti Picus
2022-04-10
Use a temp file to invoke the introspection command.
Jussi Pakkanen
2022-04-10
python module: restore logging for broken python
Eli Schwartz
2022-03-16
python: Remove warning about invalid install path
Xavier Claessens
2022-03-15
Revert "devenv: Set PYTHONPATH where we install python modules"
Eli Schwartz
2022-03-10
Remove a spurious debug print in Python module
Ralf Gommers
2022-03-07
fix correctly detecting whether python is found if link args are empty
Eli Schwartz
2022-03-07
merge various TYPE_CHECKING blocks into one
Eli Schwartz
2022-02-28
devenv: Set PYTHONPATH where we install python modules
Xavier Claessens
2022-02-28
Cache the result of python.find_installation()
Xavier Claessens
2022-02-22
python module: add option to specify a python environment to install to
Eli Schwartz
2022-01-20
python module: only find a pkg-config dependency from the found python
Eli Schwartz
2021-11-15
Fix to find Python files for Windows virtualenvs
Matthew Brett
2021-11-09
python: Better detect when install path is not in sys.path
Xavier Claessens
2021-11-02
python.dependency(): Do not stop when first candidate is not found
Xavier Claessens
2021-10-27
fix various flake8 whitespace errors
Eli Schwartz
2021-10-26
dep.name(): return dependency name even if dependency is not found
Thomas Heijligen
2021-10-10
Fix typos discovered by codespell
Christian Clauss
2021-10-08
python: Add platlibdir and purelibdir options
Xavier Claessens
2021-10-04
f-strings
Eli Schwartz
2021-09-29
modules: python: better handling of the Python paths for Debian
Filipe Laíns
2021-09-06
mintro: add installed_plan
Filipe Laíns
2021-08-31
python module: fix error message mentioning setuptools
Eli Schwartz
2021-08-30
Add missing "disabler" kwarg to python.dependency()
Xavier Claessens
2021-08-27
interpreter: fix cases of `KwargInfo(..., T, default=None)`
Dylan Baker
2021-08-27
python module: produce the correct install path on every OS
Eli Schwartz
2021-08-22
python: Workaround broken install path
Xavier Claessens
2021-08-18
python module: fix extensions without explicit subdir being installed to libdir
Eli Schwartz
2021-08-18
python module: make external program wrapper have access to useful metadata
Eli Schwartz
2021-08-18
Fix incorrect .name attribute for python program
Eli Schwartz
2021-08-18
fix some confusingly indirect code
Eli Schwartz
2021-08-17
Add install tags
Xavier Claessens
2021-08-03
Fix python module leaving PKG_CONFIG_LIBDIR set in os.environ.
Xavier Claessens
2021-07-13
modules/python: fix up a few simply typing warnings/errors
Dylan Baker
2021-07-13
modules/python: Allow trying a macos framework as well other methods
Dylan Baker
2021-07-13
modules/python: make some internal helpers protected
Dylan Baker
[next]