Searched full:pyver (Results 1 – 25 of 27) sorted by relevance
12
/external/python/cpython2/Mac/BuildScript/scripts/ |
D | postflight.framework | 6 PYVER="@PYVER@" 7 FWK="/Library/Frameworks/Python.framework/Versions/@PYVER@" 9 "${FWK}/bin/python@PYVER@" -Wi -tt \ 10 "${FWK}/lib/python${PYVER}/compileall.py" \ 12 "${FWK}/lib/python${PYVER}" 14 "${FWK}/bin/python@PYVER@" -Wi -tt -O \ 15 "${FWK}/lib/python${PYVER}/compileall.py" \ 17 "${FWK}/lib/python${PYVER}" 19 "${FWK}/bin/python@PYVER@" -Wi \ 20 "${FWK}/lib/python${PYVER}/compileall.py" \ [all …]
|
D | postflight.ensurepip | 6 PYVER="@PYVER@" 8 FWK="/Library/Frameworks/Python.framework/Versions/${PYVER}" 13 "${FWK}/bin/python${PYVER}" -m ensurepip --upgrade 15 "${FWK}/bin/python${PYVER}" -Wi \ 16 "${FWK}/lib/python${PYVER}/compileall.py" \ 18 "${FWK}/lib/python${PYVER}/site-packages" 20 "${FWK}/bin/python${PYVER}" -Wi -O \ 21 "${FWK}/lib/python${PYVER}/compileall.py" \ 23 "${FWK}/lib/python${PYVER}/site-packages" 25 chgrp -R admin "${FWK}/lib/python${PYVER}/site-packages" "${FWK}/bin" [all …]
|
D | postflight.documentation | 3 PYVER="@PYVER@" 4 FWK="/Library/Frameworks/Python.framework/Versions/${PYVER}" 7 APPDIR="/Applications/Python ${PYVER}" 9 SHARE_DOCDIR="${SHARE_DIR}/doc/python${PYVER}"
|
D | postflight.patch-profile | 8 PYVER="@PYVER@" 9 PYTHON_ROOT="/Library/Frameworks/Python.framework/Versions/@PYVER@" 60 echo "# Setting PATH for Python ${PYVER}" >> "${RC}" 92 echo "# Setting PATH for Python ${PYVER}" >> "${PR}"
|
/external/python/cpython3/Mac/BuildScript/scripts/ |
D | postflight.framework | 6 PYVER="@PYVER@" 7 FWK="/Library/Frameworks/Python.framework/Versions/@PYVER@" 9 "${FWK}/bin/python@PYVER@" -E -s -Wi \ 10 "${FWK}/lib/python${PYVER}/compileall.py" -q -j0 \ 12 "${FWK}/lib/python${PYVER}" 14 "${FWK}/bin/python@PYVER@" -E -s -Wi -O \ 15 "${FWK}/lib/python${PYVER}/compileall.py" -q -j0 \ 17 "${FWK}/lib/python${PYVER}" 19 "${FWK}/bin/python@PYVER@" -E -s -Wi \ 20 "${FWK}/lib/python${PYVER}/compileall.py" -q -j0 \ [all …]
|
D | postflight.ensurepip | 6 PYVER="@PYVER@" 8 FWK="/Library/Frameworks/Python.framework/Versions/${PYVER}" 13 "${FWK}/bin/python${PYVER}" -E -s -m ensurepip --upgrade 20 "${FWK}/bin/python${PYVER}" -E -s -Wi \ 21 "${FWK}/lib/python${PYVER}/compileall.py" -q -j0 \ 23 "${FWK}/lib/python${PYVER}/site-packages" 25 "${FWK}/bin/python${PYVER}" -E -s -Wi -O \ 26 "${FWK}/lib/python${PYVER}/compileall.py" -q -j0 \ 28 "${FWK}/lib/python${PYVER}/site-packages" 30 chgrp -R admin "${FWK}/lib/python${PYVER}/site-packages" "${FWK}/bin" [all …]
|
D | postflight.documentation | 3 PYVER="@PYVER@" 4 FWK="/Library/Frameworks/Python.framework/Versions/${PYVER}" 7 APPDIR="/Applications/Python ${PYVER}" 9 SHARE_DOCDIR="${SHARE_DIR}/doc/python${PYVER}"
|
D | postflight.patch-profile | 8 PYVER=@PYVER@ 9 PYTHON_ROOT="/Library/Frameworks/Python.framework/Versions/@PYVER@" 60 echo "# Setting PATH for Python ${PYVER}" >> "${RC}" 92 echo "# Setting PATH for Python ${PYVER}" >> "${PR}"
|
/external/selinux/ |
D | .travis.yml | 14 - PYVER=python3.7 RUBYLIBVER=2.6 15 - PYVER=python3.7 RUBYLIBVER=2.6 TEST_FLAGS_OVERRIDE=1 16 - PYVER=python3.7 RUBYLIBVER=2.6 LINKER=gold 17 - PYVER=python3.7 RUBYLIBVER=2.6 LINKER=bfd 20 - PYVER=python2.7 RUBYLIBVER=2.6 21 - PYVER=python3.5 RUBYLIBVER=2.6 22 - PYVER=python3.6 RUBYLIBVER=2.6 23 - PYVER=pypy2.7-6.0 RUBYLIBVER=2.6 24 - PYVER=pypy3.5-6.0 RUBYLIBVER=2.6 27 - PYVER=python3.7 RUBYLIBVER=2.5.1 [all …]
|
/external/python/cpython2/Demo/pysvr/ |
D | Makefile | 18 PYVER=python$(VER) macro 22 ##PYC=$(INST)/lib/$(PYVER)/config 23 ##PYINCL=-I$(INST)/include/$(PYVER) -I$(PYC) 24 ##PYLIBS=$(PYC)/lib$(PYVER).a 29 PYLIBS=../../$(PLAT)/lib$(PYVER).a
|
/external/python/cpython2/Mac/BuildScript/resources/ |
D | install_certificates.command | 3 /Library/Frameworks/Python.framework/Versions/@PYVER@/bin/python@PYVER@ << "EOF"
|
/external/python/cpython3/Mac/BuildScript/resources/ |
D | install_certificates.command | 3 /Library/Frameworks/Python.framework/Versions/@PYVER@/bin/python@PYVER@ << "EOF"
|
/external/python/cpython2/Misc/ |
D | python-config.in | 24 pyver = sysconfig.get_config_var('VERSION') 47 libs = ['-lpython' + pyver]
|
/external/python/cpython3/Misc/ |
D | python-config.in | 27 pyver = sysconfig.get_config_var('VERSION') 50 libs = ['-lpython' + pyver + sys.abiflags]
|
/external/python/setuptools/tests/ |
D | manual_test.py | 45 PYVER = sys.version.split()[0][:3] variable 48 'py_version_short': PYVER}
|
/external/python/cpython3/Lib/ |
D | cgitb.py | 106 pyver = 'Python ' + sys.version.split()[0] + ': ' + sys.executable 111 '#ffffff', '#6622aa', pyver + '<br>' + date) + ''' 196 pyver = 'Python ' + sys.version.split()[0] + ': ' + sys.executable 198 head = "%s\n%s\n%s\n" % (str(etype), pyver, date) + '''
|
/external/python/cpython2/Lib/ |
D | cgitb.py | 107 pyver = 'Python ' + sys.version.split()[0] + ': ' + sys.executable 112 '#ffffff', '#6622aa', pyver + '<br>' + date) + ''' 198 pyver = 'Python ' + sys.version.split()[0] + ': ' + sys.executable 200 head = "%s\n%s\n%s\n" % (str(etype), pyver, date) + '''
|
/external/python/cpython3/Lib/idlelib/ |
D | help_about.py | 100 pyver = Label(frame_background, 103 pyver.grid(row=9, column=0, sticky=W, padx=10, pady=0)
|
D | editor.py | 73 pyver = 'python-docs-' + '%s.%s.%s' % sys.version_info[:3] 78 dochome = os.path.join(basepath, pyver,
|
/external/python/cpython3/Lib/test/ |
D | test_wsgiref.py | 122 pyver = (python_implementation() + "/" + 126 "Server: WSGIServer/0.2 " + pyver +"\r\n" 220 pyver = py + b"/" + ver 223 b"Server: WSGIServer/0.2 "+ pyver + b"\r\n"
|
/external/antlr/runtime/Python3/ |
D | ez_setup.py | 301 pyver = '%s.%s' % (sys.version_info[0], sys.version_info[1]) 303 (SETUPTOOLS_FAKED_VERSION, pyver)
|
/external/python/setuptools/setuptools/command/ |
D | bdist_egg.py | 287 pyver = sys.version[:3] 296 'then exec python%(pyver)s -c "'
|
/external/python/setuptools/docs/ |
D | formats.txt | 135 name ["-" version ["-py" pyver ["-" required_platform]]] "." ext 144 The "pyver" string is the Python major version, as found in the first
|
/external/python/setuptools/pkg_resources/ |
D | __init__.py | 1826 egg_path = "/path/to/PackageName-ver-pyver-etc.egg" 2276 -py(?P<pyver>[^-]+) ( 2467 'name', 'ver', 'pyver', 'plat'
|
/external/python/cpython2/Lib/idlelib/ |
D | EditorWindow.py | 136 pyver = 'python-docs-' + '%s.%s.%s' % sys.version_info[:3] 141 dochome = os.path.join(basepath, pyver,
|
12