summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/python.py
AgeCommit message (Expand)Author
2019-10-01Make Python 2 tests optional(er) to prepare for py2 purge in Debian.Jussi Pakkanen
2019-09-12modules/python: improve log when probing Python binaryRoss Burton
2019-06-27Improve error message when Python is not usable. [skip ci]Jussi Pakkanen
2019-06-12modules/python: add a modules keyword argumentDylan Baker
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson
2019-04-29Fix builtin variable namesDaniel Mensinger
2019-04-21Can run argument strings with internal Python. Closes #5217.Jussi Pakkanen
2019-04-03modules/python: normalize output for disabled by featureDylan Baker
2019-04-03modules/python: Do disabler check after validating inputsDylan Baker
2019-04-03modules/python: Report program found in find_installation()Dylan Baker
2019-04-02modules/python: Remove spaces around keyword argumentsDylan Baker
2019-03-18dependencies: fix Python linking for windows+mingwNacho GarcĂ­a
2019-02-04python: don't require a Python lib in case we don't link against it. Fixes #4841Christoph Reiter
2019-01-16Fix flake8 errorsXavier Claessens
2019-01-02Remove cross_info; cross file is parsed up front and discardedJohn Ericson
2019-01-02Avoid exception looking for python on windows if the launcher (py.exe) is not...guruDanny67
2018-12-12modules/python: Add path methodDylan Baker
2018-12-12modules/python: Refactor the PythonInstallation objectDylan Baker
2018-12-12modules/python: don't inherit from InterpreterObjectDylan Baker
2018-12-12modules/python: Don't pass instance variable to instance methodDylan Baker
2018-12-10python: only link extension modules against libpython when distutils does too...Christoph Reiter
2018-12-05modules/python: Do not override link_args with None largsPhilippe Normand
2018-11-14modules/python: Allow use of the native fileDylan Baker
2018-10-23Add 'disabler' argument to functions returning not-found objectsXavier Claessens
2018-09-18python module: Only run command once to get all infoXavier Claessens
2018-09-17Fix version check when passing feature option to find_installation()Xavier Claessens
2018-09-16find_installation: Add support for feature option in required kwargXavier Claessens
2018-08-09Make python module more robustDavid Seifert
2018-07-27python.find_installation: only try to find python with the py launcher if it ...Christoph Reiter
2018-07-02FeatureNew: Fix method names for some feature checksNirbheek Chauhan
2018-07-02Remove permittedSnippetKwargs, snippets are not specialNirbheek Chauhan
2018-06-20dependencies: Don't assume self.compiler is a C compilerNirbheek Chauhan
2018-06-01Add 0.46.0 featuresSalamandar
2018-05-04Interpreter: don't flatten the arguments of various methodsMathieu Duponchelle
2018-05-03python module: make it work with pypyMathieu Duponchelle
2018-04-21modules/python: add some more options around path and config_varsHavard Graff
2018-04-18Made Python module match the new init interface.Jussi Pakkanen
2018-04-09[fixup]: various minor tweaks found while documentingMathieu Duponchelle
2018-04-09[fixup]: Rename find to find_installationMathieu Duponchelle
2018-04-09[fixup]: Fix python2 detection and unit testMathieu Duponchelle
2018-04-07[fixup]: trivial fix after rebaseMathieu Duponchelle
2018-04-07[fixup]: extension_module: allow specifying install_dir OR subdirMathieu Duponchelle
2018-04-07[fixup]: Address PKG_CONFIG env vars commentsMathieu Duponchelle
2018-04-06Implement a generic python moduleMathieu Duponchelle