Home
last modified time | relevance | path

Searched refs:python (Results 1 – 25 of 74) sorted by last modified time

123

/unit/pkg/docker/
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 \
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
/unit/docs/
H A Dunit-openapi.yaml4615 type: "python 3.11"
4617 working_directory: "/www/app/python-app/"
4695 type: "python 3.11"
4697 working_directory: "/www/app/python-app/"
4722 type: "python 3.11"
4724 working_directory: "/www/app/python-app/"
5315 python: "#/components/schemas/configApplicationPython"
5329 enum: [external, java, perl, php, python, ruby]
/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/test/
H A Dtest_asgi_application.py7 from unit.applications.lang.python import ApplicationPython
H A Dtest_procman.py8 from unit.applications.lang.python import ApplicationPython
H A Dtest_access_log.py5 from unit.applications.lang.python import ApplicationPython
H A Dtest_usr1.py5 from unit.applications.lang.python import ApplicationPython
H A Dtest_upstreams_rr.py6 from unit.applications.lang.python import ApplicationPython
H A Dtest_variables.py7 from unit.applications.lang.python import ApplicationPython
H A Dtest_settings.py8 from unit.applications.lang.python import ApplicationPython
H A Dtest_routing.py4 from unit.applications.lang.python import ApplicationPython
H A Dtest_response_headers.py5 from unit.applications.lang.python import ApplicationPython
H A Dtest_respawn.py7 from unit.applications.lang.python import ApplicationPython
H A Dtest_python_isolation.py7 from unit.applications.lang.python import ApplicationPython
H A Dtest_proxy_chunked.py9 from unit.applications.lang.python import ApplicationPython
/unit/src/
H A Dnxt_main_process.c201 offsetof(nxt_common_app_conf_t, u.python.home),
207 offsetof(nxt_common_app_conf_t, u.python.path),
213 offsetof(nxt_common_app_conf_t, u.python.protocol),
219 offsetof(nxt_common_app_conf_t, u.python.threads),
225 offsetof(nxt_common_app_conf_t, u.python.targets),
231 offsetof(nxt_common_app_conf_t, u.python.thread_stack_size),
H A Dnxt_application.h138 nxt_python_app_conf_t python; member
/unit/auto/modules/
H A Dconf8 python)
9 . auto/modules/python
/unit/auto/
H A Dhelp58 python OPTIONS configure Python module
59 run "./configure python --help" to see available options
/unit/pkg/rpm/rpmbuild/SOURCES/
H A Dunit.example-python312-config4 "type": "python 3.12",
6 "path": "/usr/share/doc/unit-python312/examples/python-app",
/unit/pkg/rpm/
H A DMakefile.python3129 MODULE_CONFARGS_python312= python --config=python3.12-config
13 MODULE_SOURCES_python312= unit.example-python-app \
21 %{__mkdir} -p %{buildroot}%{_datadir}/doc/unit-python312/examples/python-app
23 %{buildroot}%{_datadir}/doc/unit-python312/examples/python-app/wsgi.py
/unit/pkg/deb/debian.module/
H A Dunit.example-python3.12-config4 "type": "python 3.12",
6 "path": "/usr/share/doc/unit-python3.12/examples/python-app",
/unit/pkg/deb/
H A DMakefile.python3129 MODULE_CONFARGS_python312= python --config=python3.12-config
13 MODULE_SOURCES_python312= unit.example-python-app \
22 mkdir -p debian/unit-python3.12/usr/share/doc/unit-python3.12/examples/python-app
23 …nstall -m 644 -p debian/unit.example-python-app debian/unit-python3.12/usr/share/doc/unit-python3.…

123