| Age | Commit message (Expand) | Author |
|---|---|---|
| 2022-06-24 | extmod/uasyncio: Implement stream read(-1) to read all data up to EOF. | Damien George |
| 2022-06-24 | extmod/uasyncio: Attempt to write immediately in Stream.write method. | Thorsten von Eicken |
| 2021-07-31 | extmod/uasyncio: In open_connection use address info in socket creation. | oclyke |
| 2021-06-26 | extmod/uasyncio: Get addr and bind server socket before creating task. | Damien George |
| 2021-06-15 | extmod/uasyncio: Add readinto() method to Stream class. | Mike Teachman |
| 2021-06-08 | extmod/uasyncio: Fix start_server and wait_closed race condition. | Miguel Grinberg |
| 2021-04-23 | extmod/uasyncio: Use .errno instead of .args[0] for OSError exceptions. | Damien George |
| 2020-07-25 | extmod/uasyncio: Add StreamReader.readexactly(n) method. | Damien George |
| 2020-04-02 | extmod/uasyncio: Add StreamReader/StreamWriter as aliases of Stream cls. | Damien George |
| 2020-03-26 | extmod/uasyncio: Add new implementation of uasyncio module. | Damien George |
