summaryrefslogtreecommitdiff
path: root/extmod/uasyncio/stream.py
AgeCommit message (Expand)Author
2021-06-15extmod/uasyncio: Add readinto() method to Stream class.Mike Teachman
2021-06-08extmod/uasyncio: Fix start_server and wait_closed race condition.Miguel Grinberg
2021-04-23extmod/uasyncio: Use .errno instead of .args[0] for OSError exceptions.Damien George
2020-07-25extmod/uasyncio: Add StreamReader.readexactly(n) method.Damien George
2020-04-02extmod/uasyncio: Add StreamReader/StreamWriter as aliases of Stream cls.Damien George
2020-03-26extmod/uasyncio: Add new implementation of uasyncio module.Damien George