aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/python3.py
AgeCommit message (Expand)AuthorFilesLines
2019-01-02Remove cross_info; cross file is parsed up front and discardedJohn Ericson1-4/+5
2018-11-14modules/python3: allow specifying in the native fileDylan Baker1-1/+4
2018-10-07Print warning when using deprecated 'python3' moduleXavier Claessens1-1/+2
2018-07-02Remove permittedSnippetKwargs, snippets are not specialNirbheek Chauhan1-3/+2
2018-04-15Convert Gnome module to use find_program from interpreter.Jussi Pakkanen1-4/+4
2018-04-03Remove duplicated list of known kwargs for build targetsXavier Claessens1-5/+2
2018-03-03Fix flake8 'imported but unused' reportsJon Turney1-1/+0
2017-11-20Changed code to use detected executables rather than hardcoding sys.executable.Jussi Pakkanen1-1/+1
2017-09-21flake8: Clean up complained-about unused importsLuke Shumaker1-1/+2
2017-08-17python3: Add tests for platform-dependant paths and cover include pathGuillaume Poirier-Morency1-1/+1
2017-08-15python3: Fix 'sysconfig_path' for platform-dependant pathsGuillaume Poirier-Morency1-1/+1
2017-06-26Converted some modules.Jussi Pakkanen1-4/+9
2017-03-30python3: Add sysconfig_path() methodPatrick Griffis1-0/+14
2017-03-30python3: Add language_version() methodPatrick Griffis1-0/+8
2017-01-09Add .find_python() method. Supersedes #777.Jussi Pakkanen1-1/+7
2017-01-09There are two different kinds of extensions: modules that create newJussi Pakkanen1-5/+8
2017-01-09Created a Python 3 module for simpler building of Python extension modules.Jussi Pakkanen1-0/+40