Searched +full:python +full:- +full:version (Results 1 – 25 of 1256) sorted by relevance
12345678910>>...51
/external/angle/ |
D | .vpython3 | 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 30 name: "infra/python/wheels/protobuf-py3" 31 version: "version:3.20.0" [all …]
|
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 …]
|
/external/libyuv/files/ |
D | .vpython3 | 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 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 …]
|
/external/python/pyfakefs/.github/workflows/ |
D | pythonpackage.yml | 8 runs-on: ${{ matrix.os }} 11 os: [ubuntu-latest] 12 python-version: [3.8] 14 - uses: actions/checkout@v2 15 - name: Set up Python ${{ matrix.python-version }} 16 uses: actions/setup-python@v2 18 python-version: ${{ matrix.python-version }} 19 - name: Install linter 21 uname -a 22 python -m pip install flake8 mypy [all …]
|
/external/selinux/.github/workflows/ |
D | run_tests.yml | 8 runs-on: ubuntu-latest 12 python-ruby-version: 13 - {python: '3.11', ruby: '3.1'} 14 - {python: '3.11', ruby: '3.1', other: 'test-flags-override'} 15 - {python: '3.11', ruby: '3.1', other: 'test-debug'} 16 - {python: '3.11', ruby: '3.1', other: 'linker-bfd'} 17 - {python: '3.11', ruby: '3.1', other: 'linker-gold'} 18 # Test several Python versions with the latest Ruby version 19 - {python: '3.10', ruby: '3.1'} 20 - {python: '3.9', ruby: '3.1'} [all …]
|
/external/tensorflow/tensorflow/tools/dockerfiles/ |
D | spec.yml | 4 # Licensed under the Apache License, Version 2.0 (the "License"); 8 # http://www.apache.org/licenses/LICENSE-2.0 33 - "{nightly}{jupyter}" 34 - "{_TAG_PREFIX}{ubuntu-devel}" 35 # Built per-release and pushed to tensorflow/tensorflow 36 # --arg _TAG_PREFIX=<val> should be set to "1.11" (for example) or "latest". 39 - "{_TAG_PREFIX}{ubuntu}{jupyter}" 42 - "{_TAG_PREFIX}{devel-onednn}" 43 - "{_TAG_PREFIX}{devel-onednn-mpich-horovod}" 44 - "{_TAG_PREFIX}{devel-onednn-mpich-horovod}{onednn-jupyter}" [all …]
|
/external/python/rsa/ |
D | CHANGELOG.md | 1 # Python-RSA changelog 3 ## Version 4.7 - released 2021-01-10 5 - Fix [#165](https://github.com/sybrenstuvel/python-rsa/issues/165]: 6 CVE-2020-25658 - Bleichenbacher-style timing oracle in PKCS#1 v1.5 decryption 8 - Add padding length check as described by PKCS#1 v1.5 (Fixes 9 [#164](https://github.com/sybrenstuvel/python-rsa/issues/164)) 10 - Reuse of blinding factors to speed up blinding operations. 11 Fixes [#162](https://github.com/sybrenstuvel/python-rsa/issues/162). 12 - Declare & test support for Python 3.9 15 ## Version 4.4 & 4.6 - released 2020-06-12 [all …]
|
D | README.md | 1 Pure Python RSA implementation 5 …[Build Status](https://travis-ci.org/sybrenstuvel/python-rsa.svg?branch=master)](https://travis-ci… 6 …alls.io/repos/github/sybrenstuvel/python-rsa/badge.svg?branch=master)](https://coveralls.io/github… 9 [Python-RSA](https://stuvel.eu/rsa) is a pure-Python RSA implementation. It supports 11 generation according to PKCS#1 version 1.5. It can be used as a Python 15 … found at the [Python-RSA homepage](https://stuvel.eu/rsa). For all changes, check [the changelog]… 21 or download it from the [Python Package Index](https://pypi.org/project/rsa/). 23 The source code is maintained at [GitHub](https://github.com/sybrenstuvel/python-rsa/) and is 24 licensed under the [Apache License, version 2.0](https://www.apache.org/licenses/LICENSE-2.0) 27 -------- [all …]
|
/external/python/cpython3/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 …]
|
/external/webrtc/ |
D | .vpython3 | 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 30 name: "infra/python/wheels/psutil/${vpython_platform}" 31 version: "version:5.8.0.chromium.2" [all …]
|
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 30 name: "infra/python/wheels/psutil/${platform}_${py_python}_${py_abi}" 31 version: "version:5.2.2" [all …]
|
/external/markdown/.github/workflows/ |
D | tox.yml | 8 - master 10 - '**' 13 - '**' 18 runs-on: ubuntu-latest 20 fail-fast: false 21 max-parallel: 4 23 tox-env: [py37, py38, py39, py310, pypy37, pypy38, pypy39, pygments] 25 - tox-env: py37 26 python-version: '3.7' 27 - tox-env: py38 [all …]
|
/external/python/portpicker/.github/workflows/ |
D | python-package.yml | 1 # This workflow will install Python dependencies, run tests and lint with a variety of Python versi… 2 …rmation see: https://help.github.com/actions/language-and-framework-guides/using-python-with-githu… 4 name: Python Portpicker & Portserver 9 - 'main' 12 - 'main' 15 build-ubuntu: 17 runs-on: ubuntu-latest 19 fail-fast: false 21 python-version: [3.6, 3.7, 3.8, 3.9, '3.10'] 24 - uses: actions/checkout@v2 [all …]
|
/external/scapy/.travis/ |
D | test.sh | 3 python -c 'import sys; print("sys.path:" , sys.path)' 6 …python -c 'import '$DEPENDENCY'; print("'$DEPENDENCY': "+str(getattr('$DEPENDENCY', "__version__",… 7 echo "----" 15 python --version 16 python -c "from scapy.all import *; print(conf)" 19 if [ -z "$SCAPY_SUDO" -o "$SCAPY_SUDO" = "false" ] 21 UT_FLAGS="-K netaccess -K needs_root -K manufdb" 24 SCAPY_SUDO="$SCAPY_SUDO -H" 29 UT_FLAGS+=" -K not_pcapdnet" 32 UT_FLAGS+=" -K ipv6" [all …]
|
/external/python/cpython3/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 …]
|
/external/python/cpython3/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 …]
|
/external/python/cpython2/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 20 types, and classes. Python combines remarkable power with very clear syntax. 24 Finally, Python is portable: it runs on many Unix variants, on the Mac, and on 25 PCs under MS-DOS, Windows, Windows NT, and OS/2. 27 To find out more, start with :ref:`tutorial-index`. The `Beginner's Guide to 28 Python <https://wiki.python.org/moin/BeginnersGuide>`_ links to other 29 introductory tutorials and resources for learning Python. [all …]
|
/external/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 …]
|
/external/fonttools/.github/workflows/ |
D | test.yml | 14 runs-on: ubuntu-latest 15 # https://github.community/t/github-actions-does-not-respect-skip-ci/17325/8 18 - uses: actions/checkout@v3 19 - name: Set up Python 3.x 20 uses: actions/setup-python@v4 22 python-version: "3.x" 23 - name: Install packages 25 - name: Run Tox 26 run: tox -e mypy,package_readme 29 runs-on: ${{ matrix.platform }} [all …]
|
/external/pdfium/ |
D | .vpython3 | 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 30 name: "infra/python/wheels/six-py2_py3" 31 version: "version:1.15.0" [all …]
|
/external/python/pyfakefs/ |
D | CHANGES.md | 6 ## [Version 4.5.6](https://pypi.python.org/pypi/pyfakefs/4.5.6) (2022-03-17) 10 * minimum supported pytest version is now 3.0 (older versions do not work 11 properly with current Python versions) 20 ## [Version 4.5.5](https://pypi.python.org/pypi/pyfakefs/4.5.5) (2022-02-14) 33 ## [Version 4.5.4](https://pypi.python.org/pypi/pyfakefs/4.5.4) (2022-01-12) 40 ## [Version 4.5.3](https://pypi.python.org/pypi/pyfakefs/4.5.3) (2021-11-08) 47 file system). In a future version, the default may be changed to better 50 ## [Version 4.5.2](https://pypi.python.org/pypi/pyfakefs/4.5.2) (2021-11-07) 68 ## [Version 4.5.1](https://pypi.python.org/pypi/pyfakefs/4.5.1) (2021-08-29) 72 * added handling of path-like where missing [all …]
|
/external/python/cpython3/ |
D | README.rst | 1 This is Python version 3.10.3 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 …]
|
/external/python/cpython3/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 …]
|
/external/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 "[START_DIR]\\skia\\bin\\fetch-gn" 31 "name": "fetch-gn" 37 "[START_DIR]\\cache\\work\\skia\\out\\Build-Win-Clang-x86-Debug\\Debug", [all …]
|
/external/python/cpython3/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 …]
|
12345678910>>...51