summaryrefslogtreecommitdiff
path: root/docs/markdown/Python-module.md
Commit message (Collapse)AuthorAgeFilesLines
* modules/python: Do not error out if positional args are passedNirbheek Chauhan2020-02-171-2/+3
| | | | | | Also update the documentation. Fixes https://github.com/mesonbuild/meson/issues/6470
* python: add embed to the python dependency functionDaniel Mensinger2019-12-181-1/+5
|
* modules/python: add a modules keyword argumentDylan Baker2019-06-121-0/+2
| | | | | | This mirrors the modules keyword argument that some dependencies (such as qt and llvm) take. This allows an easier method to determine if modules are installed.
* docs: document that the .path() method for Python is new in 0.50 [skip ci]Dylan Baker2019-03-091-0/+11
| | | | Since this method was not included in 0.46-00.49 we should document that.
* Fix links to reference manualAlex Băluț2019-01-091-2/+2
|
* Update Python-module.mdLuca Weiss2018-11-041-1/+1
| | | Fix link to the disabler object
* Add 'disabler' argument to functions returning not-found objectsXavier Claessens2018-10-231-0/+3
| | | | | | When dependency(), find_library(), find_program(), or python.find_installation() return a not-found object and disabler is true, they return a Disabler object instead.
* find_installation: Add support for feature option in required kwargXavier Claessens2018-09-161-1/+3
| | | | Closes: #4165.
* Python module: update documentation for new APIMathieu Duponchelle2018-04-221-7/+33
|
* [fixup]: write documentationMathieu Duponchelle2018-04-091-0/+195