Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-05 | Python: fixing some arguments reference counting. | Max Romanov | 1 | -33/+130 | |
2020-11-05 | Python: request processing in multiple threads. | Max Romanov | 10 | -497/+920 | |
This closes #459 issue on GitHub. | |||||
2020-11-05 | Python: introducting macro to simplify minor version check. | Max Romanov | 1 | -1/+3 | |
2020-10-13 | Fixed building with Python 3.9. | Valentin Bartenev | 2 | -2/+3 | |
PyUnicode_GET_SIZE() in deprecated since 3.3 and will be removed in 3.12. In version 3.9 it was explicitly marked by deprecation warning causing compilation error with Unit. PyUnicode_GET_LENGTH() must be used instead. | |||||
2020-10-01 | Python: ASGI server introduced. | Max Romanov | 10 | -29/+3723 | |
This closes #461 issue on GitHub. | |||||
2020-09-18 | Python: app module callable name configuration. | Max Romanov | 1 | -5/+8 | |
Now it is possible to specify the name of the application callable using optional parameter 'callable'. Default value is 'application'. This closes #290 issue on GitHub. | |||||
2020-09-15 | Python: changed request headers format in router protocol. | Max Romanov | 1 | -10/+106 | |
The coming ASGI support requires raw HTTP headers format. Headers grouping and upcase code were moved to WSGI module. | |||||
2020-09-14 | Python: split module initialization from WSGI implementation. | Max Romanov | 3 | -285/+387 | |
This is required for futher ASGI implementation. | |||||
2020-09-14 | Python: source file moved to 'python' sub-directory. | Max Romanov | 1 | -0/+1446 | |
No functional changes. Get ready for an increase in file number. |