Home
last modified time | relevance | path

Searched +full:python +full:- +full:version (Results 1 – 25 of 1036) sorted by relevance

12345678910>>...42

/third_party/skia/third_party/externals/angle2/
D.vpython3 # 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/node/deps/npm/node_modules/node-gyp/lib/
Dfind-python.js6 const extend = require('util')._extend // eslint-disable-line
21 `${localAppData}\\Programs\\Python\\Python${majorMinor}\\python.exe`,
22 `${programFiles}\\Python${majorMinor}\\python.exe`,
23 `${localAppData}\\Programs\\Python\\Python${majorMinor}-32\\python.exe`,
24 `${programFiles}\\Python${majorMinor}-32\\python.exe`,
25 `${programFilesX86}\\Python${majorMinor}-32\\python.exe`
29 `${programFiles}\\Python${majorMinor}\\python.exe`,
30 `${programFiles}\\Python${majorMinor}-32\\python.exe`,
31 `${programFilesX86}\\Python${majorMinor}-32\\python.exe`
49 log: logWithPrefix(log, 'find Python'),
[all …]
/third_party/python/Doc/using/
Dwindows.rst3 .. _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 …]
Dunix.rst3 .. _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 …]
Dmac.rst2 .. _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/node/deps/v8/
D.vpython3 # 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
27 # The default set of platforms vpython checks does not yet include mac-arm64.
29 # allows us to ensure that vpython specs stay mac-arm64-friendly
[all …]
D.vpython33 # 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
27 # The default set of platforms vpython checks does not yet include mac-arm64.
29 # allows us to ensure that vpython specs stay mac-arm64-friendly
[all …]
/third_party/python/Doc/faq/
Dgeneral.rst4 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/python/Doc/c-api/
Dstable.rst9 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/skia/infra/bots/recipes/test.expected/
DTest-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE.json5 "-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/protobuf/python/
Drelease.sh3 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/python/
DREADME.rst1 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 …]
DLICENSE4 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 …]
DMakefile.pre.in1 # Top-level Makefile for Python
14 # If you have a previous version of Python installed that you don't
29 VERSION= @VERSION@
63 # Use this to make a link between python$(VERSION) and python in $(BINDIR)
73 INSTALL_SHARED= ${INSTALL} -m 755
86 # once Python is installed (Issue #21121).
90 # once Python is installed (bpo-35257)
95 # command line to append to these values without stomping the pre-set
98 PY_CFLAGS_NODIST=$(CONFIGURE_CFLAGS_NODIST) $(CFLAGS_NODIST) -I$(srcdir)/Include/internal
102 PY_CPPFLAGS= $(BASECPPFLAGS) -I. -I$(srcdir)/Include $(CONFIGURE_CPPFLAGS) $(CPPFLAGS)
[all …]
/third_party/python/Doc/tutorial/
Dvenv.rst2 .. _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/python/Doc/howto/
Dpyporting.rst1 .. _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/
DBuild-Win-Clang-x86-Debug.json5 "-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/python/Mac/BuildScript/resources/
DLicense.rtf2 …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…
19Python core development team moved to BeOpen.com to form the BeOpen PythonLabs team. In October of…
21Python 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/PCbuild/
Dreadme.txt2 -----------------
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/skia/infra/bots/recipes/sync_and_compile.expected/
DBuild-Win10-Clang-x86_64-Release-NoDEPS.json4 "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/python/Misc/
Dpython.man1 .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/
Dwheels.yml1 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/node/deps/v8/third_party/v8/builtins/
DLICENSE4 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/python/Mac/
DREADME.rst2 Python on macOS README
6 Jack Jansen (2004-07),
7 Ronald Oussoren (2010-04),
8 Ned Deily (2012-06)
11 the Python distribution.
16 * ``--enable-framework[=DIR]``
18 If this argument is specified the build will create a Python.framework rather
20 _`Building and using a framework-based Python on macOS` for more
24 into that directory. This can be used to install a python framework into
27 $ ./configure --enable-framework=/Users/ronald/Library/Frameworks
[all …]
/third_party/python/Mac/PythonLauncher/
DMakefile.in8 VERSION= @VERSION@
14 BUILDPYTHON= $(builddir)/python$(BUILDEXE)
22 PYTHONAPPSDIR=@FRAMEWORKINSTALLAPPSPREFIX@/$(PYTHONFRAMEWORK) $(VERSION)
25 install: Python\ Launcher.app
26 test -d "$(DESTDIR)$(PYTHONAPPSDIR)" || mkdir -p "$(DESTDIR)$(PYTHONAPPSDIR)"
27-test -d "$(DESTDIR)$(PYTHONAPPSDIR)/Python Launcher.app" && rm -r "$(DESTDIR)$(PYTHONAPPSDIR)/Pyt…
28 /bin/cp -r "Python Launcher.app" "$(DESTDIR)$(PYTHONAPPSDIR)"
29 touch "$(DESTDIR)$(PYTHONAPPSDIR)/Python Launcher.app"
32 rm -f *.o "Python Launcher"
33 rm -rf "Python Launcher.app"
[all …]

12345678910>>...42