Home
last modified time | relevance | path

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

12345678910>>...44

/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/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/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/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/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/grpc/tools/internal_ci/helper_scripts/
Dprepare_build_macos_rc4 # Licensed under the Apache License, Version 2.0 (the "License");
8 # http://www.apache.org/licenses/LICENSE-2.0
19 echo "OS: $(sw_vers -productName) $(sw_vers -productVersion) $(sw_vers -buildVersion)"
20 echo "CPU type: $(sysctl -n machdep.cpu.brand_string)"
21 echo "CPU: $(sysctl -n machdep.cpu.vendor) $(uname -m) Family $(sysctl -n machdep.cpu.family) Model…
22 echo "CPU Cores: $(sysctl -n hw.ncpu)"
23 echo "Memory: $(sysctl -n hw.memsize)"
24 echo "Kokoro image version: $(cat /VERSION)"
28 df -h /tmpfs /
32 ulimit -a
[all …]
/third_party/python/
DREADME.rst1 This is Python version 3.11.13
4 .. image:: https://github.com/python/cpython/workflows/Tests/badge.svg
6 :target: https://github.com/python/cpython/actions
8 .. image:: https://dev.azure.com/python/cpython/_apis/build/status/Azure%20Pipelines%20CI?branchNam…
10 :target: https://dev.azure.com/python/cpython/_build/latest?definitionId=4&branchName=main
12 .. image:: https://img.shields.io/badge/discourse-join_chat-brightgreen.svg
13 :alt: Python Discourse chat
14 :target: https://discuss.python.org/
17 Copyright © 2001-2023 Python Software Foundation. All rights reserved.
24 -------------------
[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 https://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
30 VERSION= @VERSION@
64 # Use this to make a link between python$(VERSION) and python in $(BINDIR)
74 INSTALL_SHARED= ${INSTALL} -m 755
87 # once Python is installed (Issue #21121).
91 # once Python is installed (bpo-35257)
99 # command line to append to these values without stomping the pre-set
102 PY_CFLAGS_NODIST=$(CONFIGURE_CFLAGS_NODIST) $(CFLAGS_NODIST) -I$(srcdir)/Include/internal
106 PY_CPPFLAGS= $(BASECPPFLAGS) -I. -I$(srcdir)/Include $(CONFIGURE_CPPFLAGS) $(CPPFLAGS)
[all …]
/third_party/protobuf/python/dist/
Dpython_downloads.bzl1 """Helper methods to download different python versions"""
9 strip_include_prefix = "Python-{}/Include",
18 name: The name of the target, should be in the form python_{VERSION}
19 sha256: The sha256 of the python package for the specified version
21 version = name.split("-")[1]
25 "https://www.python.org/ftp/python/{0}/Python-{0}.tgz"
26 .format(version),
29 build_file_content = limited_api_build_file.format(version),
31 "echo '#define SIZEOF_WCHAR_T 4' > Python-{}/Include/pyconfig.h"
32 .format(version),
[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/mesa3d/bin/
Dpython-venv.sh2 set -eu
10 readonly venv_python_version=$venv_dir/python-version.txt
12 if [ -d "$venv_dir" ]
14 if [ ! -r "$venv_python_version" ]
16 echo "Python environment predates Python version checks."
18 rm -rf "$venv_dir"
19 elif ! cmp --quiet <(python --version) "$venv_python_version"
22 new=$(python --version)
23 echo "Python version has changed ($old -> $new)."
24 echo "Python environment needs to be regenerated."
[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/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 https://opensource.org for the Open Source Definition). Histo…
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/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 on 32- and 64-
[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/grpc/tools/run_tests/artifacts/
Dbuild_artifact_python.sh4 # Licensed under the Apache License, Version 2.0 (the "License");
8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
21 export PYTHON=${PYTHON:-python}
22 export AUDITWHEEL=${AUDITWHEEL:-auditwheel}
28 # Needed for building binary distribution wheels -- bdist_wheel
29 "${PYTHON}" -m pip install --upgrade pip
30 # Ping to a single version to make sure we're building the same artifacts
31 "${PYTHON}" -m pip install setuptools==69.5.1 wheel==0.43.0
37 # since the docker images used for building python wheels
[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.
19 the version of Xcode that shipped with the OS version or one newer.
29 * ``--enable-framework[=DIR]``
31 If this argument is specified the build will create a Python.framework rather
33 _`Building and using a framework-based Python on macOS` for more
37 into that directory. This can be used to install a python framework into
[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/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/skia/m133/third_party/externals/libyuv/
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
30 name: "infra/python/wheels/psutil/${platform}_${py_python}_${py_abi}"
31 version: "version:5.2.2"
[all …]
/third_party/python/PC/
Dlauncher-usage.txt1 Python Launcher for Windows Version %s
4 %s [launcher-args] [python-args] [script [script-args]]
7 -2 : Launch the latest Python 2.x version
8 -3 : Launch the latest Python 3.x version
9 -X.Y : Launch the specified Python version
12 available. Add a "-32" to the argument to only launch 32-bit runtimes,
13 or add "-64" to omit 32-bit runtimes (this latter option is deprecated).
15 To select a specific runtime, use the -V: options.
17 -V:TAG : Launch a Python runtime with the specified tag
18 -V:COMPANY/TAG : Launch a Python runtime from the specified company and
[all …]

12345678910>>...44