Home
last modified time | relevance | path

Searched +full:python +full:- +full:version (Results 1 – 25 of 1049) 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/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 …]
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dfind-python.js7 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/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/libxml2/
Dlibxml.spec.in5 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/
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/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/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/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/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/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/flutter/skia/infra/bots/recipes/test.expected/
DTest-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-SK_FORCE_RASTER_PIPELINE_BLITTER.json4 "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 …]
DTest-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SK_USE_DISCARDABLE_SCALEDIMAGECACHE.json4 "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 …]
Dfailed_dm.json4 "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 …]
/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 …]
/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 …]

12345678910>>...42