Home
last modified time | relevance | path

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

1234567

/external/python/oauth2client/docs/
Dindex.rst6 ``oauth2client`` makes it easy to interact with OAuth2-protected resources,
12 ---------------
16 .. code-block:: bash
18 $ pip install --upgrade oauth2client
22 .. code-block:: bash
26 $ python setup.py install
28 Using ``pypy``
29 --------------
31 - In order to use crypto libraries (e.g. for service accounts) you will
33 - Using ``pycrypto`` with ``pypy`` will be in general problematic. If
[all …]
/external/grpc-grpc/summerofcode/2016/
Dsiddharth_shukla.md3 The project, titled 'GRPC Python compatibility support', involved
5 for the GRPC Python library.
7 Python is, originally, a specification for a programming language. This
9 implementations of the [language specification](https://docs.python.org/3/reference/).
11 A small, and by no means exhaustive, list of some major python implementations
14 - [CPython](https://www.python.org/): The reference implementation
15 - [Jython](http://www.jython.org/): Python implemented in Java
16 - [Python for .NET](http://pythonnet.sourceforge.net/): CPython implementation that enables .NET li…
17 - [IronPython](http://ironpython.net/): Python implemented in .NET
18 - [PyPy](http://pypy.org/): Python implemented completely in Python
[all …]
/external/rust/crates/grpcio-sys/grpc/summerofcode/2016/
Dsiddharth_shukla.md3 The project, titled 'GRPC Python compatibility support', involved
5 for the GRPC Python library.
7 Python is, originally, a specification for a programming language. This
9 implementations of the [language specification](https://docs.python.org/3/reference/).
11 A small, and by no means exhaustive, list of some major python implementations
14 - [CPython](https://www.python.org/): The reference implementation
15 - [Jython](http://www.jython.org/): Python implemented in Java
16 - [Python for .NET](http://pythonnet.sourceforge.net/): CPython implementation that enables .NET li…
17 - [IronPython](http://ironpython.net/): Python implemented in .NET
18 - [PyPy](http://pypy.org/): Python implemented completely in Python
[all …]
/external/python/asn1crypto/.circleci/
Dconfig.yml5 # macOS 10.12, last version with Python 2.6
8 - checkout
9 - run: /usr/bin/python2.6 run.py deps
10 - run: /usr/bin/python2.6 run.py ci
11 pypy:
16 - checkout
17- run: curl --location -O https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.3.1-osx64.tar.bz2
18 - run: tar xvf pypy2.7-v7.3.1-osx64.tar.bz2
19 - run: mv pypy2.7-v7.3.1-osx64 pypy
20 - run: xattr -rc pypy
[all …]
/external/python/asn1crypto/
Dappveyor.yml5 - PYTHON_EXE: "C:\\Python26\\python.exe"
6 - PYTHON_EXE: "C:\\Python26-x64\\python.exe"
7 - PYTHON_EXE: "C:\\Python26-x64\\python.exe"
9 - PYTHON_EXE: "C:\\Python33\\python.exe"
10 - PYTHON_EXE: "C:\\Python33\\python.exe"
12 - PYTHON_EXE: "C:\\Python33-x64\\python.exe"
13 - PYTHON_EXE: "C:\\pypy2-v5.10.0-win32\\pypy.exe"
14 - PYTHON_EXE: "C:\\pypy2-v5.10.0-win32\\pypy.exe"
17 - ps: |-
19 if (!(Test-Path "$env:PYTMP")) {
[all …]
/external/grpc-grpc/tools/gce/
Dlinux_kokoro_performance_worker_init.sh8 # http://www.apache.org/licenses/LICENSE-2.0
20 set -ex
22 sudo apt-get update
25 sudo apt-get install -y openjdk-8-jdk
26 sudo apt-get install -y unzip lsof
28 sudo apt-get install -y \
30 autotools-dev \
31 build-essential \
36 gcc-multilib \
41 libc6-dbg \
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/gce/
Dlinux_kokoro_performance_worker_init.sh8 # http://www.apache.org/licenses/LICENSE-2.0
20 set -ex
22 sudo apt-get update
25 sudo apt-get install -y openjdk-8-jdk
26 sudo apt-get install -y unzip lsof
28 sudo apt-get install -y \
30 autotools-dev \
31 build-essential \
36 gcc-multilib \
41 libc6-dbg \
[all …]
/external/python/markupsafe/
DCHANGES.rst2 -------------
6 - Drop Python 2.7, 3.4, and 3.5 support.
7 - ``Markup.unescape`` uses :func:`html.unescape` to support HTML5
12 -------------
14 Released 2019-02-23
16 - Fix segfault when ``__html__`` method raises an exception when using
21 -------------
23 Released 2018-11-05
25 - Drop support for Python 2.6 and 3.3.
26 - Build wheels for Linux, Mac, and Windows, allowing systems without
[all …]
/external/python/cachetools/.github/workflows/
Dci.yml7 name: Python ${{ matrix.python }}
8 runs-on: ubuntu-20.04
10 fail-fast: false
12 python: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.6", "pypy-3.7"]
14 - uses: actions/checkout@v2
15 - uses: actions/setup-python@v2
17 python-version: ${{ matrix.python }}
18 - run: python -m pip install coverage tox
19 - run: python -m tox
20 - uses: codecov/codecov-action@v1
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/
DCHANGES19 *) Lifted max restrictions for pypy versions. Added pypy3 support.
25 *) Added support for pypy 2.2
43 mark (-b)
45 *) Added command line option for disabling the C implemention (-p)
47 *) Added support for python 3.4
56 *) Fix inconsistency between Python and C (Python implementation was buggy).
66 *) Added support for pypy (1.9, 2.0)
78 *) Added support for Python 3.3
80 *) Collapsion protection was reduced to "+ +" and "- -" sequences (which
86 *) "+ ++" and "- --" sequences are no longer collapsed. They were before,
[all …]
/external/python/pyfakefs/.github/workflows/
Dtestsuite.yml8 runs-on: ubuntu-latest
10 - name: Check out repository
12 - name: Set up Python
13 uses: actions/setup-python@v4
15 python-version: "3.10"
16 - name: install pytype
18 - name: Run pytype
20 pytype pyfakefs --keep-going --exclude pyfakefs/tests/* --exclude pyfakefs/pytest_tests/*
23 runs-on: ${{ matrix.os }}
25 fail-fast: false
[all …]
/external/python/setuptools/
Dsetup.cfg4 author = Python Packaging Authority
5 author_email = distutils-sig@python.org
6 description = Easily download, build, install, upgrade, and uninstall Python packages
10 Development Status :: 5 - Production/Stable
13 Programming Language :: Python :: 3
14 Programming Language :: Python :: 3 :: Only
15 Topic :: Software Development :: Libraries :: Python Modules
41 pytest-checkdocs >= 2.4
42 pytest-flake8
43 pytest-black >= 0.3.7; \
[all …]
/external/python/cpython2/Doc/reference/
Dintroduction.rst8 This reference manual describes the Python programming language. It is not
15 tried to re-implement Python from this document alone, you might have to guess
17 language. On the other hand, if you are using Python and wonder what the precise
20 language, maybe you could volunteer your time --- or invent a cloning machine
21 :-).
24 document --- the implementation may change, and other implementations of the
26 one Python implementation in widespread use (although alternate implementations
31 Every Python implementation comes with a number of built-in and standard
32 modules. These are documented in :ref:`library-index`. A few built-in modules
42 Though there is one Python implementation which is by far the most popular,
[all …]
/external/python/cpython3/Doc/reference/
Dintroduction.rst8 This reference manual describes the Python programming language. It is not
15 tried to re-implement Python from this document alone, you might have to guess
17 language. On the other hand, if you are using Python and wonder what the precise
20 language, maybe you could volunteer your time --- or invent a cloning machine
21 :-).
24 document --- the implementation may change, and other implementations of the
26 Python implementation in widespread use (although alternate implementations
32 Every Python implementation comes with a number of built-in and standard
33 modules. These are documented in :ref:`library-index`. A few built-in modules
43 Though there is one Python implementation which is by far the most popular,
[all …]
/external/grpc-grpc/src/python/grpcio/grpc/_cython/
DREADME.rst1 GRPC Python Cython layer
4 Package for the GRPC Python Cython layer.
7 ---------------
9 Cython is both a superset of the Python language with extensions for dealing
11 convenient means of statically typing expressions and of converting Python
13 Python/C interop by allowing fluid use of APIs in both from the same source.
17 -----------
19 - **Python 2 and 3 support**
20 Cython generated C code has precompiler macros to target both Python 2 and
21 Python 3 C APIs, even while acting as a superset of just the Python 2
[all …]
/external/scapy/.travis/
Dinstall.sh1 PIP=`which pip || (python --version 2>&1 | grep -q 'Python 2' && which pip2) || (python --version 2…
4 if [ -z "$SCAPY_SUDO" -o "$SCAPY_SUDO" = "false" ]
9 PIP_INSTALL_FLAGS="--user"
12 SCAPY_SUDO="$SCAPY_SUDO -H"
15 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U mock
17 if python --version 2>&1 | grep -q '^Python 3\.[0123]'
19 # cryptography with Python 3 < 3.4 requires enum34
20 $SCAPY_SUDO $PIP install $PIP_INSTALL_FLAGS -U enum34
23 if ! python --version 2>&1 | grep -q PyPy; then
24 # cryptography requires PyPy >= 2.6, Travis CI uses 2.5.0
[all …]
Dtest.sh3 python -c 'import sys; print("sys.path:" , sys.path)'
6python -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/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/
DCHANGES3 *) Added support for pypy 2.2
20 *) Added support for the following grouping @-rules:
23 *) Added support for Python 3.4 and Jython 2.7
30 *) Added support for pypy (1.9, 2.0)
37 *) Added support for Python 3.3
/external/selinux/.github/workflows/
Drun_tests.yml8 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/python/oauth2client/scripts/
Dinstall.sh9 # http://www.apache.org/licenses/LICENSE-2.0
17 set -ev
20 if [[ "${TOX_ENV}" == "pypy" ]]; then
24 eval "$(pyenv init -)"
25 pyenv install pypy-2.6.0
26 pyenv global pypy-2.6.0
29 if [[ "${TOX_ENV}" == "gae" && ! -d ${GAE_PYTHONPATH} ]]; then
30 python scripts/fetch_gae_sdk.py `dirname ${GAE_PYTHONPATH}`
/external/python/setuptools/setuptools/_vendor/importlib_metadata/
D_compat.py29 Give the backport primacy for discovering path-based distributions
30 by monkey-patching the stdlib O_O.
55 # In Python 2, the import system requires finders
57 # is deprecated in Python 3 in favor of find_spec().
66 Adjust for variable stacklevel on partial under PyPy.
70 is_pypy = platform.python_implementation() == 'PyPy'
/external/cronet/third_party/protobuf/python/google/protobuf/internal/
Dapi_implementation.py1 # Protocol Buffers - Google's data interchange format
3 # https://developers.google.com/protocol-buffers/
39 # pylint: disable=g-import-not-at-top
41 # The compile-time constants in the _api_implementation module can be used to
42 # switch to a certain implementation of the Python API at build time.
45 _api_version = -1 # Unspecified by compiler flags.
51 _default_implementation_type = ('cpp' if _api_version > 0 else 'python')
55 # of the Python API, overriding the compile-time constants in the
56 # _api_implementation module. Right now only 'python' and 'cpp' are valid
61 if _implementation_type != 'python':
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
Dpackage.cfg1 # -*- coding: utf-8 -*-
3 # Copyright 2009 - 2014
10 # http://www.apache.org/licenses/LICENSE-2.0
21 python.min = 2.3
22 python.max = 3.4
23 pypy.min = 1.9
24 pypy.max = 2.2
/external/python/google-auth-library-python/
Dnoxfile.py7 # http://www.apache.org/licenses/LICENSE-2.0
34 @nox.session(python="3.7")
36 session.install("flake8", "flake8-import-order", "docutils", BLACK_VERSION)
37 session.install("-e", ".")
38 session.run("black", "--check", *BLACK_PATHS)
41 "--import-order-style=google",
42 "--application-import-names=google,tests,system_tests",
48 "python", "setup.py", "check", "--metadata", "--restructuredtext", "--strict"
52 @nox.session(python="3.8")
56 The Python version should be consistent with what is
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
Dsetup.py1 # -*- coding: ascii -*-
3 # Copyright 2007 - 2013
10 # http://www.apache.org/licenses/LICENSE-2.0
41 """ Check python version """
42 if impl == 'python':
44 elif impl == 'pypy':
53 raise AssertionError("impl not in ('python', 'pypy', 'jython')")
66 max_required[-1] += 1
91 fp = open(filename, encoding='utf-8')
103 fp = open(filename, encoding='utf-8')
[all …]

1234567