summaryrefslogtreecommitdiff
path: root/extmod/asyncio/stream.py
AgeCommit message (Expand)Author
2023-12-20extmod/asyncio: Remove non-working Stream __aenter__/__aexit__ methods.Damien George
2023-12-14extmod/asyncio: Add ssl support with SSLContext.Carlosgg
2023-10-02extmod/asyncio/stream.py: Fix cancellation handling of start_server.Jim Mussared
2023-06-19extmod/asyncio: Rename uasyncio to asyncio.Jim Mussared