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
2021-06-18
holders: Fix the remaining code to respect the holder changes
Daniel Mensinger
2021-06-17
expose SystemDependency and BuiltinDependency as toplevel classes
Eli Schwartz
2021-06-17
move base class for system dependencies into base.py
Eli Schwartz
2021-06-14
dependencies: Use the SystemDependency
Dylan Baker
2021-06-03
deps: Split dependencies.base
Daniel Mensinger
2021-05-28
modules: Add methods dict everywhere
Xavier Claessens
2021-05-28
modules: Remove snippet methods
Xavier Claessens
2021-05-08
interpreter: 'embed' kwarg is only valid in python module
Xavier Claessens
2021-04-12
interpreter: Split permitted_kwargs dict
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
2021-03-04
various python neatness cleanups
Eli Schwartz
2021-03-04
Simplify module API
Xavier Claessens
2021-01-04
Use a single coredata dictionary for options
Dylan Baker
2020-11-20
use real pathlib module
Dylan Baker
2020-10-06
python.dependency() is not respecting 'required' kwarg
Xavier Claessens
2020-10-04
pathlib: Fix resolve() by overriding it in Python 3.5
Daniel Mensinger
2020-05-10
python: install_sources() should default to pure, following the doc
Marc-André Lureau
2020-04-28
find_program: Fixes when the program has been overridden by executable
Xavier Claessens
2020-03-23
Fix legacy env var support with cross
John Ericson
2020-02-17
modules/python: Do not error out if positional args are passed
Nirbheek Chauhan
2020-01-29
dependencies: Make Dependency initializer signatures match
Dylan Baker
2020-01-08
types: import typing as T (fixes #6333)
Daniel Mensinger
2019-12-18
python: add embed to the python dependency function
Daniel Mensinger
2019-10-01
Make Python 2 tests optional(er) to prepare for py2 purge in Debian.
Jussi Pakkanen
2019-09-12
modules/python: improve log when probing Python binary
Ross Burton
2019-06-27
Improve error message when Python is not usable. [skip ci]
Jussi Pakkanen
2019-06-12
modules/python: add a modules keyword argument
Dylan Baker
2019-06-09
Purge `is_cross` and friends without changing user interfaces
John Ericson
2019-04-29
Fix builtin variable names
Daniel Mensinger
2019-04-21
Can run argument strings with internal Python. Closes #5217.
Jussi Pakkanen
2019-04-03
modules/python: normalize output for disabled by feature
Dylan Baker
2019-04-03
modules/python: Do disabler check after validating inputs
Dylan Baker
2019-04-03
modules/python: Report program found in find_installation()
Dylan Baker
2019-04-02
modules/python: Remove spaces around keyword arguments
Dylan Baker
2019-03-18
dependencies: fix Python linking for windows+mingw
Nacho García
2019-02-04
python: don't require a Python lib in case we don't link against it. Fixes #4841
Christoph Reiter
2019-01-16
Fix flake8 errors
Xavier Claessens
2019-01-02
Remove cross_info; cross file is parsed up front and discarded
John Ericson
2019-01-02
Avoid exception looking for python on windows if the launcher (py.exe) is not...
guruDanny67
2018-12-12
modules/python: Add path method
Dylan Baker
2018-12-12
modules/python: Refactor the PythonInstallation object
Dylan Baker
2018-12-12
modules/python: don't inherit from InterpreterObject
Dylan Baker
2018-12-12
modules/python: Don't pass instance variable to instance method
Dylan Baker
2018-12-10
python: only link extension modules against libpython when distutils does too...
Christoph Reiter
2018-12-05
modules/python: Do not override link_args with None largs
Philippe Normand
2018-11-14
modules/python: Allow use of the native file
Dylan Baker
2018-10-23
Add 'disabler' argument to functions returning not-found objects
Xavier Claessens
2018-09-18
python module: Only run command once to get all info
Xavier Claessens
2018-09-17
Fix version check when passing feature option to find_installation()
Xavier Claessens
[next]