Home
last modified time | relevance | path

Searched refs:python (Results 26 – 50 of 74) sorted by relevance

123

/unit/pkg/deb/debian.module/
H A Dunit.example-python3.7-config4 "type": "python 3.7",
6 "path": "/usr/share/doc/unit-python3.7/examples/python-app",
H A Dunit.example-python3.8-config4 "type": "python 3.8",
6 "path": "/usr/share/doc/unit-python3.8/examples/python-app",
H A Dunit.example-python3.9-config4 "type": "python 3.9",
6 "path": "/usr/share/doc/unit-python3.9/examples/python-app",
H A Dunit.example-python3.10-config4 "type": "python 3.10",
6 "path": "/usr/share/doc/unit-python3.10/examples/python-app",
H A Dunit.example-python3.11-config4 "type": "python 3.11",
6 "path": "/usr/share/doc/unit-python3.11/examples/python-app",
H A Dunit.example-python3.12-config4 "type": "python 3.12",
6 "path": "/usr/share/doc/unit-python3.12/examples/python-app",
/unit/pkg/rpm/rpmbuild/SOURCES/
H A Dunit.example-python39-config4 "type": "python 3.9",
6 "path": "/usr/share/doc/unit-python39/examples/python-app",
H A Dunit.example-python310-config4 "type": "python 3.10",
6 "path": "/usr/share/doc/unit-python310/examples/python-app",
H A Dunit.example-python38-config4 "type": "python 3.8",
6 "path": "/usr/share/doc/unit-python38/examples/python-app",
H A Dunit.example-python311-config4 "type": "python 3.11",
6 "path": "/usr/share/doc/unit-python311/examples/python-app",
H A Dunit.example-python312-config4 "type": "python 3.12",
6 "path": "/usr/share/doc/unit-python312/examples/python-app",
/unit/.github/workflows/
H A Dci.yml42 - build: python-3.11
44 - build: python-3.12
81 # Run all tests for "unit" and "python"
262 - uses: actions/setup-python@v5
264 python-version: '${{ steps.metadata.outputs.version }}'
265 if: steps.metadata.outputs.module == 'python'
269 ./configure python --config=python3-config
270 if: steps.metadata.outputs.module == 'python'
275 if: steps.metadata.outputs.module == 'python'
325 - uses: actions/setup-python@v5
[all …]
/unit/auto/modules/
H A Dconf8 python)
9 . auto/modules/python
/unit/pkg/deb/debian/
H A Dunit.example.config11 "type": "python",
13 "path": "/usr/share/doc/unit/examples/python-app",
/unit/test/
H A Dtest_asgi_application_unix_abstract.py3 from unit.applications.lang.python import ApplicationPython
H A Dtest_python_isolation_chroot.py1 from unit.applications.lang.python import ApplicationPython
H A Dtest_python_targets.py1 from unit.applications.lang.python import ApplicationPython
H A Dtest_unix_abstract.py1 from unit.applications.lang.python import ApplicationPython
H A Dtest_python_environment.py1 from unit.applications.lang.python import ApplicationPython
H A Dtest_asgi_targets.py4 from unit.applications.lang.python import ApplicationPython
H A Dtest_response_headers.py5 from unit.applications.lang.python import ApplicationPython
H A Dtest_asgi_lifespan.py6 from unit.applications.lang.python import ApplicationPython
/unit/pkg/docker/
H A DMakefile11 MODULES ?= go jsc node perl php python ruby wasm
64 $(foreach pythonversion, $(VERSIONS_python), $(eval CONTAINER_python$(pythonversion) = python:$(pyt…
65 CONFIGURE_python ?= python --config=/usr/local/bin/python3-config
H A DDockerfile.python3.121 FROM python:3.12-bullseye
50 && ./configure python --config=/usr/local/bin/python3-config \
54 && ./configure python --config=/usr/local/bin/python3-config \
H A DDockerfile.python3.111 FROM python:3.11-bullseye
50 && ./configure python --config=/usr/local/bin/python3-config \
54 && ./configure python --config=/usr/local/bin/python3-config \

123