Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-13 | Fixed building with Python 3.9. | Valentin Bartenev | 1 | -0/+1 | |
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 | 1 | -0/+29 | |
This closes #461 issue on GitHub. | |||||
2020-09-14 | Python: split module initialization from WSGI implementation. | Max Romanov | 1 | -0/+31 | |
This is required for futher ASGI implementation. |