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
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-10-17
interpreter: use typed_kwargs for build_target.gnu_symbol_visibility
Dylan Baker
2023-10-17
interpreter: use typed_kwargs for build_target.native
Dylan Baker
2023-08-14
Python: Add 'limited_api' kwarg to extension_module
Andrew McNulty
2023-08-10
python module: add a few more type annotations
Eli Schwartz
2023-08-10
allow some ObjectHolder subclasses to continue to be generic
Eli Schwartz
2023-07-28
modules/python: use typed_pos_args for extension_module
Dylan Baker
2023-07-28
modules/python: typed_kwargs for subdir
Dylan Baker
2023-07-28
modules/python: use the SHARED_MOD_KWS for extension method
Dylan Baker
2023-07-26
Fix install_data() default install path
Daniele Nicolodi
2023-07-19
move various bits of type-checking only code to TYPE_CHECKING blocks
Eli Schwartz
2023-07-19
fix implicit_reexport issues and enforce them going forward
Eli Schwartz
2023-06-01
python: Use detect.find_external_dependency() for log consistency
Xavier Claessens
2023-05-03
python bytecompile: use correct install tag
Eli Schwartz
2023-05-02
bytecompile: switch to handling destdir in the script launcher env
Eli Schwartz
2023-05-02
python module: add an automatic byte-compilation step
Eli Schwartz
2023-05-02
Log python name when not found
Charles Brunet
2023-05-02
Find python3.xx on windows
Charles Brunet
2023-05-02
Ensure python fallback has the right version
Charles Brunet
2023-02-22
merge the python dependency from the python module into dependencies
Eli Schwartz
2023-02-22
partial migration of the python module dependency into dependencies
Eli Schwartz
2023-02-22
python module/dependency: move the specialized external program
Eli Schwartz
2023-02-22
python module: inline the dependency methods checking
Eli Schwartz
2023-02-22
python module: move the introspection script into an external script
Eli Schwartz
2023-02-22
python module: break the association between dependency and installation objects
Eli Schwartz
2023-02-22
python module: fix a few mypy issues
Eli Schwartz
2023-02-02
set default install_tag of python.install_sources() to "python-runtime"
Peter Urban
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
[next]