Path to this page:
Subject: CVS commit: pkgsrc/devel/py-uvloop
From: Adam Ciarcinski
Date: 2021-02-10 09:18:25
Message id: 20210210081825.E37D7FA95@cvs.NetBSD.org
Log Message:
py-uvloop: updated to 0.15.0
v0.15.0
New Features
Add name keyword argument to loop.create_task()
Add typing support
Bug Fixes
SSL: many improvements
Fix KeyboardInterrupt handling logic
Python 3.8/3.9 compatibility fixes, drop support for 3.5/3.6
UDP: multiple bug fixes
Pipe: a critical crash fix that affects subprocess, pipe and socketpair
Restore context on protocol callbacks
Subprocess: stdio bug fixes
Sock: fix issue in sock_connect() for large concurrency
Misc fixes about docs URL, test typo, and CI compatibility
Files: