summaryrefslogtreecommitdiff
path: root/extmod/asyncio
AgeCommit message (Expand)Author
2024-02-28extmod/asyncio: Make current_task raise exception when there is no task.Damien George
2024-01-22extmod/asyncio: Support gather of tasks that finish early.Damien George
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-13extmod/asyncio: Emit errors to stderr, not stdout.Matthias Urlichs
2023-10-02extmod/asyncio/stream.py: Fix cancellation handling of start_server.Jim Mussared
2023-09-29extmod/asyncio/event.py: Fix ThreadSafeFlag.ioctl return.Jim Mussared
2023-06-19extmod/asyncio/uasyncio.py: Add backwards-compatible uasyncio alias.Jim Mussared
2023-06-19extmod/asyncio: Rename uasyncio to asyncio.Jim Mussared