Home
last modified time | relevance | path

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

12345678910>>...45

/third_party/boost/tools/build/src/tools/
Dpython.jam2 # Distributed under the Boost Software License, Version 1.0. (See
6 # Support for Python and the the Boost.Python library.
10 # - a project 'python' with a target 'python' in it, that corresponds to the
11 # python library
13 # - a main target rule 'python-extension' which can be used to build a python
16 # Extensions that use Boost.Python must explicitly link to it.
37 import property-set ;
42 project python ;
45 # targets in the python project, not in whatever project we were called by.
50 # This contains 'openpty' function need by python. Again, on some system need to
[all …]
/third_party/boost/libs/python/doc/
Dbuilding.qbk4 [copyright 2002 - 2015 David Abrahams, Stefan Seefeld]
8 / Software License, Version 1.0. (See accompanying
15 Boost.Python requires [@http://www.python.org/2.2 Python 2.2]
16 [footnote Note that although we tested earlier versions of Boost.Python
17 with Python 2.2, and we don't *think* we've done anything to break
18 compatibility, this release of Boost.Python may not have been tested
19 with versions of Python earlier than 2.4, so we're not 100% sure that
20 python 2.2 and 2.3 are supported.] *or* [@http://www.python.org newer].
25 There are two basic models for combining C++ and Python:
27 * [@http://www.python.org/doc/current/ext/intro.html extending],
[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/gstreamer/gstreamer/common/m4/
Das-python.m41 ## ------------------------
2 ## Python file handling
6 ## ------------------------
8 # AS_PATH_PYTHON([MINIMUM-VERSION])
10 # Adds support for distributing Python modules and packages. To
17 # locations to install python extension modules (shared libraries).
21 # If your package is configured with a different prefix to python,
23 # environment variable, or create a .pth file (see the python
26 # If the MINIMUM-VERSION argument is passed, AS_PATH_PYTHON will
27 # cause an error if the version of python installed on the system
[all …]
/third_party/gstreamer/gst_libav/common/m4/
Das-python.m41 ## ------------------------
2 ## Python file handling
6 ## ------------------------
8 # AS_PATH_PYTHON([MINIMUM-VERSION])
10 # Adds support for distributing Python modules and packages. To
17 # locations to install python extension modules (shared libraries).
21 # If your package is configured with a different prefix to python,
23 # environment variable, or create a .pth file (see the python
26 # If the MINIMUM-VERSION argument is passed, AS_PATH_PYTHON will
27 # cause an error if the version of python installed on the system
[all …]
/third_party/gstreamer/gstplugins_good/common/m4/
Das-python.m41 ## ------------------------
2 ## Python file handling
6 ## ------------------------
8 # AS_PATH_PYTHON([MINIMUM-VERSION])
10 # Adds support for distributing Python modules and packages. To
17 # locations to install python extension modules (shared libraries).
21 # If your package is configured with a different prefix to python,
23 # environment variable, or create a .pth file (see the python
26 # If the MINIMUM-VERSION argument is passed, AS_PATH_PYTHON will
27 # cause an error if the version of python installed on the system
[all …]
/third_party/gstreamer/gstplugins_base/common/m4/
Das-python.m41 ## ------------------------
2 ## Python file handling
6 ## ------------------------
8 # AS_PATH_PYTHON([MINIMUM-VERSION])
10 # Adds support for distributing Python modules and packages. To
17 # locations to install python extension modules (shared libraries).
21 # If your package is configured with a different prefix to python,
23 # environment variable, or create a .pth file (see the python
26 # If the MINIMUM-VERSION argument is passed, AS_PATH_PYTHON will
27 # cause an error if the version of python installed on the system
[all …]
/third_party/gstreamer/gstplugins_bad/common/m4/
Das-python.m41 ## ------------------------
2 ## Python file handling
6 ## ------------------------
8 # AS_PATH_PYTHON([MINIMUM-VERSION])
10 # Adds support for distributing Python modules and packages. To
17 # locations to install python extension modules (shared libraries).
21 # If your package is configured with a different prefix to python,
23 # environment variable, or create a .pth file (see the python
26 # If the MINIMUM-VERSION argument is passed, AS_PATH_PYTHON will
27 # cause an error if the version of python installed on the system
[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 Vista and newer. If you require Windows XP
[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/
DREADME.rst1 This is Python version 3.8.5
4 .. image:: https://travis-ci.org/python/cpython.svg?branch=3.8
6 :target: https://travis-ci.org/python/cpython/branches
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=3.8
12 .. image:: https://codecov.io/gh/python/cpython/branch/3.8/graph/badge.svg
14 :target: https://codecov.io/gh/python/cpython/branch/3.8
16 .. image:: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
17 :alt: Python Zulip chat
18 :target: https://python.zulipchat.com
[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/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/boost/libs/python/
DJamfile4 # Distributed under the Boost Software License, Version 1.0.
10 import python ;
13 # The `version-suffix` rule really belongs into python.jam, and
14 # should be moved there. `split-version` is only duplicated here
19 # Validate the version string and extract the major/minor part we care about.
21 local rule split-version ( version )
23 local major-minor = [ MATCH "^([0-9]+)\.([0-9]+)(.*)$" : $(version) : 1 2 3 ] ;
24 if ! $(major-minor[2]) || $(major-minor[3])
26 …ECHO "Warning: \"using python\" expects a two part (major, minor) version number; got" $(version) …
29 major-minor += 0 ;
[all …]
/third_party/libxml2/
Dlibxml.spec.in5 Version: @VERSION@
9 Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz
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/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/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/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/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 …]
DTest-Win2016-Clang-GCE-CPU-AVX2-x86_64-Debug-All-FAAA.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-Win2016-Clang-GCE-CPU-AVX2-x86_64-Debug-All-FSAA.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 …]

12345678910>>...45