summaryrefslogtreecommitdiff
path: root/extmod/uasyncio/stream.py
AgeCommit message (Expand)Author
2023-06-19extmod/asyncio: Rename uasyncio to asyncio.Jim Mussared
2023-06-08all: Replace all uses of umodule in Python code.Jim Mussared
2022-12-14extmod/uasyncio: Fix syntax of generator functions.Damien Tournoud
2022-06-24extmod/uasyncio: Implement stream read(-1) to read all data up to EOF.Damien George
2022-06-24extmod/uasyncio: Attempt to write immediately in Stream.write method.Thorsten von Eicken
2021-07-31extmod/uasyncio: In open_connection use address info in socket creation.oclyke
2021-06-26extmod/uasyncio: Get addr and bind server socket before creating task.Damien George
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