summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/python.py
AgeCommit message (Expand)Author
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