summaryrefslogtreecommitdiffhomepage
path: root/src/python/nxt_python.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-01-12Python: Fix enabling of UTF-8 in some situations.Andrew Clayton1-0/+14
2023-01-12Python: Do some cleanup in nxt_python3_init_config().Andrew Clayton1-10/+12
2022-12-14Python: Added "prefix" to configuration.OutOfFocus41-2/+58
2022-12-06Python: Added support for Python 3.11.Andrew Clayton1-2/+67
2022-11-17Removed dead code.OutOfFocus41-3/+1
2022-04-26Removed special cases for non-NXT_CONF_VALUE_ARRAY.Alejandro Colomar1-11/+2
2021-10-28Moving request limit control to libunit.Max Romanov1-14/+1
2021-08-09Python: fixing misprint in error message.Max Romanov1-2/+2
2021-07-20Python: using default event_loop for main thread for ASGI.Max Romanov1-2/+2
2021-05-20Python: support for multiple targets.Oisin Canty1-31/+133
2020-12-22Python: multiple values in the "path" option.Valentin Bartenev1-27/+76
2020-11-10Python: supporting ASGI legacy protocol.Max Romanov1-1/+11
2020-11-05Python: request processing in multiple threads.Max Romanov1-17/+251
2020-10-01Python: ASGI server introduced.Max Romanov1-11/+17
2020-09-18Python: app module callable name configuration.Max Romanov1-5/+8
2020-09-14Python: split module initialization from WSGI implementation.Max Romanov1-0/+331