Searched +full:python +full:- +full:version (Results 1 – 25 of 1132) sorted by relevance
12345678910>>...46
| /third_party/skia/third_party/externals/angle2/ |
| D | .vpython | 3 # It describes patterns for python wheel dependencies of the python scripts in 5 # (since pure-python dependencies can be easily vendored into third_party). 7 # When vpython is invoked, it finds this file and builds a python VirtualEnv, 10 # this never requires the end-user machine to have a working python extension 14 # All python scripts in the repo share this same spec, to avoid dependency 17 # If you have depot_tools installed in your $PATH, you can invoke python scripts 19 # substituting `vpython` instead of `python` on the command line, e.g.: 20 # vpython path/to/script.py some --arguments 26 # https://chromium.googlesource.com/infra/luci/luci-go/+/main/vpython/api/vpython/spec.proto 33 name: "infra/python/wheels/jsonlines-py2_py3" [all …]
|
| /third_party/boost/tools/build/src/tools/ |
| D | python.jam | 2 # Distributed under the Boost Software License, Version 1.0. (See 6 # Support for Python and the the Boost.Python library. 10 # - a project 'python' with a target 'python' in it, that corresponds to the 11 # python library 13 # - a main target rule 'python-extension' which can be used to build a python 16 # Extensions that use Boost.Python must explicitly link to it. 37 import property-set ; 42 project python ; 45 # targets in the python project, not in whatever project we were called by. 50 # This contains 'openpty' function need by python. Again, on some system need to [all …]
|
| /third_party/nghttp2/m4/ |
| D | ax_python_devel.m4 | 2 # https://www.gnu.org/software/autoconf-archive/ax_python_devel.html 7 # AX_PYTHON_DEVEL([version]) 14 # This macro checks for Python and tries to get the include path to 15 # 'Python.h'. It provides the $(PYTHON_CPPFLAGS) and $(PYTHON_LIBS) output 17 # $(PYTHON_EXTRA_LDFLAGS) for embedding Python in your code. 19 # You can search for some particular version of Python by passing a 21 # note that you *have* to pass also an operator along with the version to 23 # version number. Don't use "PYTHON_VERSION" for this: that environment 24 # variable is declared as precious and thus reserved for the end-user. 26 # This macro should work for all versions of Python >= 2.1.0. As an end [all …]
|
| /third_party/boost/libs/python/doc/ |
| D | building.qbk | 4 [copyright 2002 - 2015 David Abrahams, Stefan Seefeld] 8 / Software License, Version 1.0. (See accompanying 15 Boost.Python requires [@http://www.python.org/2.2 Python 2.2] 16 [footnote Note that although we tested earlier versions of Boost.Python 17 with Python 2.2, and we don't *think* we've done anything to break 18 compatibility, this release of Boost.Python may not have been tested 19 with versions of Python earlier than 2.4, so we're not 100% sure that 20 python 2.2 and 2.3 are supported.] *or* [@http://www.python.org newer]. 25 There are two basic models for combining C++ and Python: 27 * [@http://www.python.org/doc/current/ext/intro.html extending], [all …]
|
| /third_party/python/Doc/using/ |
| D | windows.rst | 3 .. _using-on-windows: 6 Using Python on Windows 12 This document aims to give an overview of Windows-specific behaviour you should 13 know about when using Python on Microsoft Windows. 16 supported installation of Python. To make Python available, the CPython team 18 <https://www.python.org/download/releases/>`_ for many years. These installers 19 are primarily intended to add a per-user installation of Python, with the 22 available for application-local distributions. 24 As specified in :pep:`11`, a Python release only supports a Windows platform 26 Python |version| supports Windows 8.1 and newer. If you require Windows 7 [all …]
|
| D | unix.rst | 3 .. _using-on-unix: 6 Using Python on Unix platforms 12 Getting and installing the latest version of Python 16 -------- 18 Python comes preinstalled on most Linux distributions, and is available as a 21 latest version of Python from source. 23 In the event that Python doesn't come preinstalled and isn't in the repositories as 29 https://www.debian.org/doc/manuals/maint-guide/first.en.html 33 …https://docs-old.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide/ch-creating… 35 http://www.slackbook.org/html/package-management-making-packages.html [all …]
|
| D | mac.rst | 2 .. _using-on-mac: 5 Using Python on a Mac 11 Python on a Mac running macOS is in principle very similar to Python on 15 .. _getting-osx: 20 macOS since version 10.8 comes with Python 2.7 pre-installed by Apple. If you wish, you 21 are invited to install the most recent version of Python 3 from the Python 22 website (https://www.python.org). A current "universal binary" build of Python, 28 * A :file:`Python 3.9` folder in your :file:`Applications` folder. In here 30 Python distributions; and PythonLauncher, which handles double-clicking Python 33 * A framework :file:`/Library/Frameworks/Python.framework`, which includes the [all …]
|
| /third_party/python/Doc/faq/ |
| D | general.rst | 4 General Python FAQ 15 What is Python? 16 --------------- 18 Python is an interpreted, interactive, object-oriented programming language. It 21 object-oriented programming, such as procedural and functional programming. 22 Python combines remarkable power with very clear syntax. It has interfaces to 25 applications that need a programmable interface. Finally, Python is portable: 28 To find out more, start with :ref:`tutorial-index`. The `Beginner's Guide to 29 Python <https://wiki.python.org/moin/BeginnersGuide>`_ links to other 30 introductory tutorials and resources for learning Python. [all …]
|
| /third_party/node/deps/npm/node_modules/node-gyp/lib/ |
| D | find-python.js | 7 const extend = require('util')._extend // eslint-disable-line 18 log: logWithPrefix(log, 'find Python'), 19 argsExecutable: ['-c', 'import sys; print(sys.executable);'], 20 argsVersion: ['-c', 'import sys; print("%s.%s.%s" % sys.version_info[:3]);'], 29 path.join(process.env.SystemDrive || 'C:', 'Python27', 'python.exe'), 30 path.join(process.env.SystemDrive || 'C:', 'Python37', 'python.exe') 40 // Find Python by trying a sequence of possibilities. 41 // Ignore errors, keep trying until Python is found. 51 'checking Python explicitly set from NODE_GYP_FORCE_PYTHON') 52 this.addLog('- process.env.NODE_GYP_FORCE_PYTHON is ' + [all …]
|
| /third_party/python/Doc/c-api/ |
| D | stable.rst | 9 Python's C API is covered by the Backwards Compatibility Policy, :pep:`387`. 11 most changes will be source-compatible, typically by only adding new API. 15 CPython's Application Binary Interface (ABI) is forward- and 16 backwards-compatible across a minor release (if these are compiled the same 17 way; see :ref:`stable-abi-platform` below). 18 So, code compiled for Python 3.10.0 will work on 3.10.8 and vice versa, 28 Python 3.2 introduced the *Limited API*, a subset of Python's C API. 30 compiled once and work with multiple versions of Python. 31 Contents of the Limited API are :ref:`listed below <stable-abi-list>`. 33 To enable this, Python provides a *Stable ABI*: a set of symbols that will [all …]
|
| /third_party/python/ |
| D | README.rst | 1 This is Python version 3.10.2 4 .. image:: https://travis-ci.com/python/cpython.svg?branch=master 6 :target: https://travis-ci.com/python/cpython 8 .. image:: https://github.com/python/cpython/workflows/Tests/badge.svg 10 :target: https://github.com/python/cpython/actions 12 .. image:: https://dev.azure.com/python/cpython/_apis/build/status/Azure%20Pipelines%20CI?branchNam… 14 :target: https://dev.azure.com/python/cpython/_build/latest?definitionId=4&branchName=master 16 .. image:: https://img.shields.io/badge/discourse-join_chat-brightgreen.svg 17 :alt: Python Discourse chat 18 :target: https://discuss.python.org/ [all …]
|
| D | LICENSE | 4 Python was created in the early 1990s by Guido van Rossum at Stichting 6 as a successor of a language called ABC. Guido remains Python's 9 In 1995, Guido continued his work on Python at the Corporation for 14 In May 2000, Guido and the Python core development team moved to 17 Zope Corporation. In 2001, the Python Software Foundation (PSF, see 18 https://www.python.org/psf/) was formed, a non-profit organization 19 created specifically to own Python-related Intellectual Property. 22 All Python releases are Open Source (see http://www.opensource.org for 23 the Open Source Definition). Historically, most, but not all, Python 24 releases have also been GPL-compatible; the table below summarizes [all …]
|
| /third_party/skia/infra/bots/recipes/test.expected/ |
| D | Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE.json | 5 "-u", 7 "--json-output", 9 "ensure-directory", 10 "--mode", 20 "-u", 22 "--json-output", 25 "[START_DIR]\\skia\\infra\\bots\\assets\\skp\\VERSION", 29 "name": "Get skp VERSION", 31 "@@@STEP_LOG_LINE@VERSION@42@@@", 32 "@@@STEP_LOG_END@VERSION@@@" [all …]
|
| /third_party/boost/libs/python/ |
| D | Jamfile | 4 # Distributed under the Boost Software License, Version 1.0. 10 import python ; 13 # The `version-suffix` rule really belongs into python.jam, and 14 # should be moved there. `split-version` is only duplicated here 19 # Validate the version string and extract the major/minor part we care about. 21 local rule split-version ( version ) 23 local major-minor = [ MATCH "^([0-9]+)\.([0-9]+)(.*)$" : $(version) : 1 2 3 ] ; 24 if ! $(major-minor[2]) || $(major-minor[3]) 26 …ECHO "Warning: \"using python\" expects a two part (major, minor) version number; got" $(version) … 29 major-minor += 0 ; [all …]
|
| /third_party/python/Doc/howto/ |
| D | pyporting.rst | 1 .. _pyporting-howto: 4 Porting Python 2 Code to Python 3 11 With Python 3 being the future of Python while Python 2 is still in active 13 Python. This guide is meant to help you figure out how best to support both 14 Python 2 & 3 simultaneously. 16 If you are looking to port an extension module instead of pure Python code, 17 please see :ref:`cporting-howto`. 19 If you would like to read one core Python developer's take on why Python 3 20 came into existence, you can read Nick Coghlan's `Python 3 Q & A`_ or 21 Brett Cannon's `Why Python 3 exists`_. [all …]
|
| /third_party/skia/infra/bots/recipes/compile.expected/ |
| D | Build-Win-Clang-x86-Debug.json | 5 "-u", 7 "--json-output", 10 "[START_DIR]\\skia\\infra\\bots\\assets\\clang_win\\VERSION", 14 "name": "Get clang_win VERSION", 16 "@@@STEP_LOG_LINE@VERSION@42@@@", 17 "@@@STEP_LOG_END@VERSION@@@" 22 "python", 23 "-u", 24 "[START_DIR]\\skia\\bin\\fetch-gn" 32 "name": "fetch-gn" [all …]
|
| /third_party/protobuf/python/ |
| D | release.sh | 3 set -ex 6 grep "__version__ = '.*'" python/google/protobuf/__init__.py | sed -r "s/__version__ = '(.*)'/\1/" 10 local VERSION=$1 11 local PYTHON=$2 14 # Setuptools 45.0 removed support for Python 2, so to test with Python 2 we 15 # pass --no-setuptools here and then install an older setuptools version 17 virtualenv -p `which $PYTHON` --no-setuptools test-venv 21 touch test-venv/bin/protoc 22 chmod +x test-venv/bin/protoc 24 source test-venv/bin/activate [all …]
|
| /third_party/skia/infra/bots/recipes/sync_and_compile.expected/ |
| D | Build-Win10-Clang-x86_64-Release-NoDEPS.json | 4 "python", 5 "-u", 14 "@@@STEP_LOG_LINE@python.inline@@@@", 15 "@@@STEP_LOG_LINE@python.inline@from __future__ import print_function@@@", 16 "@@@STEP_LOG_LINE@python.inline@import subprocess@@@", 17 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 18 "@@@STEP_LOG_LINE@python.inline@@@@", 19 "@@@STEP_LOG_LINE@python.inline@which = 'where' if sys.platform == 'win32' else 'which'@@@", 20 "@@@STEP_LOG_LINE@python.inline@git = subprocess.check_output([which, 'git'])@@@", 21 "@@@STEP_LOG_LINE@python.inline@print('git was found at %s' % git)@@@", [all …]
|
| /third_party/libxml2/ |
| D | libxml.spec.in | 5 Version: @VERSION@ 9 …d.gnome.org/sources/libxml2/@LIBXML_MAJOR_VERSION@.@LIBXML_MINOR_VERSION@/libxml2-%{version}.tar.xz 10 BuildRoot: %{_tmppath}/%{name}-%{version}-root 11 BuildRequires: python-devel 13 BuildRequires: python3-devel 15 BuildRequires: zlib-devel 17 BuildRequires: xz-devel 25 can be a simple SAX stream or and in-memory DOM like representations. 26 In this case one can use the built-in XPath and XPointer implementation 34 Requires: libxml2 = %{version}-%{release} [all …]
|
| /third_party/python/PCbuild/ |
| D | readme.txt | 2 ----------------- 4 1. Install Microsoft Visual Studio 2017 with Python workload and 5 Python native development component. 6 1a. Optionally install Python 3.6 or later. If not installed, 7 get_externals.bat (via build.bat) will download and use Python via 9 2. Run "build.bat" to build Python in 32-bit Release configuration. 10 3. (Optional, but recommended) Run the test suite with "rt.bat -q". 13 Building Python using Microsoft Visual C++ 14 ------------------------------------------ 16 This directory is used to build CPython for Microsoft Windows NT version [all …]
|
| /third_party/python/Mac/BuildScript/resources/ |
| D | License.rtf | 2 …0{\fonttbl\f0\fswiss\fcharset0 Helvetica-Bold;\f1\fswiss\fcharset0 Helvetica;\f2\fmodern\fcharset0… 15 Python was created in the early 1990s by Guido van Rossum at Stichting Mathematisch Centrum (CWI, s… 17 In 1995, Guido continued his work on Python at the Corporation for National Research Initiatives (C… 19 …Python core development team moved to BeOpen.com to form the BeOpen PythonLabs team. In October of… 21 …Python releases are Open Source (see http://www.opensource.org for the Open Source Definition). Hi… 24 \f2\b Release Derived Year Owner GPL-\ 28 0.9.0 thru 1.2 n/a 1991-1995 CWI yes\ 29 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes\ 38 2.2 and above 2.1.1 2001-now PSF yes\ 43 …-compatible doesn't mean that we're distributing Python under the GPL. All Python licenses, unlike… [all …]
|
| /third_party/python/Misc/ |
| D | python.man | 1 .TH PYTHON "1" 4 .\" groff -Tascii -man python.man | less 7 python \- an interpreted, interactive, object-oriented programming language 9 .B python 11 .B \-B 14 .B \-b 17 .B \-d 20 .B \-E 23 .B \-h 26 .B \-i [all …]
|
| /third_party/benchmark/.github/workflows/ |
| D | wheels.yml | 1 name: Build and upload Python wheels 7 - published 12 runs-on: ubuntu-latest 14 - name: Check out repo 17 - name: Install Python 3.9 18 uses: actions/setup-python@v2 20 python-version: 3.9 22 - name: Build and check sdist 24 python setup.py sdist 25 - name: Upload sdist [all …]
|
| /third_party/python/Doc/tutorial/ |
| D | venv.rst | 2 .. _tut-venv: 11 Python applications will often use packages and modules that don't 13 need a specific version of a library, because the application may 15 written using an obsolete version of the library's interface. 17 This means it may not be possible for one Python installation to meet 18 the requirements of every application. If application A needs version 19 1.0 of a particular module but application B needs version 2.0, then 20 the requirements are in conflict and installing either version 1.0 or 2.0 24 self-contained directory tree that contains a Python installation for a 25 particular version of Python, plus a number of additional packages. [all …]
|
| /third_party/flutter/skia/infra/bots/recipes/test.expected/ |
| D | Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER.json | 4 "python", 5 "-u", 7 "--json-output", 9 "ensure-directory", 10 "--mode", 19 "python", 20 "-u", 22 "--json-output", 25 "[START_DIR]/skia/infra/bots/assets/skp/VERSION", 29 "name": "Get skp VERSION" [all …]
|
12345678910>>...46