2018-03-13 12:46:13 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-aiohttp: updated to 3.0.8 3.0.8: Use asyncio.current_task() on Python 3.7 |
2018-03-09 09:10:35 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-aiohttp: updated to 3.0.7 3.0.7: Fix SSL proxy support by client. Restore a imperative check in setup.py for python version. The check works in \ parallel to environment marker. As effect a error about unsupported Python \ versions is raised even on outdated systems with very old setuptools version \ installed. |
2018-03-05 10:12:20 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-aiohttp: updated to 3.0.6 3.0.6: Add _reuse_address and _reuse_port to web_runner.TCPSite.__slots__. |
2018-02-28 14:38:00 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-aiohttp: updated to 3.0.5 3.0.5: Fix InvalidStateError on processing a sequence of two \ RequestHandler.data_received calls on web server. |
2018-02-27 07:35:45 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-aiohttp: updated to 3.0.4 3.0.4: Fix IndexError in HTTP request handling by server. Fix MultipartWriter.append* no longer returning part/payload. |
2018-02-25 23:04:55 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-aiohttp: updated to 3.0.3 3.0.2: Security Fix Prevent Windows absolute URLs in static files. Paths like /static/D:\path and \ /static/\\hostname\drive\path are forbidden. 3.0.1: Technical release for fixing distribution problems. |
2018-02-14 12:31:04 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-aiohttp: updated to 3.0.1 aiohttp 3.0 release: Major release, many already deprecated things are removed Minimal supported Python version is 3.5.3. aiohttp uses shiny async/await syntax everywhere internally (while old yield \ from is still supported). Read https://docs.aiohttp.org/en/stable/whats_new_3_0.html for brief information \ about most important changes. |
2018-02-05 17:39:47 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-aiohttp: updated to version 2.3.10 2.3.10: - Fix 100% CPU usage on HTTP GET and websocket connection just after it - Patch broken `ssl.match_hostname()` on Python<3.7 |
2018-01-18 11:29:54 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-aiohttp: updated to 2.3.9 2.3.9: Fix colon handing in path for dynamic resources |
2018-01-17 09:37:35 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-aiohttp: updated to 2.3.8 2.3.8: Do not use yarl.unquote internal function in aiohttp. Fix incorrectly unquoted \ path part in URL dispatcher Fix compatibility with yarl==1.0.0 |