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
/
python3.py
Age
Commit message (
Expand
)
Author
2025-10-15
build: remove validation for name prefix and suffix
Dylan Baker
2024-07-30
flake8: move unused typing-only imports to TYPE_CHECKING
Eli Schwartz
2023-12-22
modules: get rid of the .*machine variables
Dylan Baker
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-07-28
modules/python3: exclude name_prefix and name_suffix
Dylan Baker
2023-07-28
modules/python3: use typed_pos_args for extension_module
Dylan Baker
2023-07-28
modules/python3: use typed_kwargs for extension_module
Dylan Baker
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-08-17
modules: use module level information about new and deprecation
Dylan Baker
2022-03-24
python 3 module: type-check all posargs
Eli Schwartz
2021-12-31
add FeatureNew decorators for various modules that were lacking them
Eli Schwartz
2021-05-28
modules: Add methods dict everywhere
Xavier Claessens
2021-05-28
modules: Stop using ModuleReturnValue where it's not needed
Xavier Claessens
2021-05-28
modules: Remove snippet methods
Xavier Claessens
2021-03-19
split program related classes and functions out of dependencies
Dylan Baker
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2020-03-23
Fix legacy env var support with cross
John Ericson
2019-01-02
Remove cross_info; cross file is parsed up front and discarded
John Ericson
2018-11-14
modules/python3: allow specifying in the native file
Dylan Baker
2018-10-07
Print warning when using deprecated 'python3' module
Xavier Claessens
2018-07-02
Remove permittedSnippetKwargs, snippets are not special
Nirbheek Chauhan
2018-04-15
Convert Gnome module to use find_program from interpreter.
Jussi Pakkanen
2018-04-03
Remove duplicated list of known kwargs for build targets
Xavier Claessens
2018-03-03
Fix flake8 'imported but unused' reports
Jon Turney
2017-11-20
Changed code to use detected executables rather than hardcoding sys.executable.
Jussi Pakkanen
2017-09-21
flake8: Clean up complained-about unused imports
Luke Shumaker
2017-08-17
python3: Add tests for platform-dependant paths and cover include path
Guillaume Poirier-Morency
2017-08-15
python3: Fix 'sysconfig_path' for platform-dependant paths
Guillaume Poirier-Morency
2017-06-26
Converted some modules.
Jussi Pakkanen
2017-03-30
python3: Add sysconfig_path() method
Patrick Griffis
2017-03-30
python3: Add language_version() method
Patrick Griffis
2017-01-09
Add .find_python() method. Supersedes #777.
Jussi Pakkanen
2017-01-09
There are two different kinds of extensions: modules that create new
Jussi Pakkanen
2017-01-09
Created a Python 3 module for simpler building of Python extension modules.
Jussi Pakkanen