index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
uasyncio
/
funcs.py
Age
Commit message (
Expand
)
Author
2023-06-19
extmod/asyncio: Rename uasyncio to asyncio.
Jim Mussared
2023-05-02
all: Fix various Python coding inconsistencies found by ruff.
Christian Clauss
2022-12-14
extmod/uasyncio: Fix syntax of generator functions.
Damien Tournoud
2022-07-26
extmod/uasyncio: Handle gather with no awaitables.
Jim Mussared
2022-06-02
extmod/uasyncio: Fix edge case for cancellation of wait_for.
Damien George
2022-04-22
extmod/uasyncio: Rename and merge TaskQueue push/pop methods.
Damien George
2022-04-21
extmod/uasyncio: Fix bug with task ending just after gather is cancel'd.
Damien George
2022-03-30
extmod/uasyncio: Fix gather cancelling and handling of exceptions.
Damien George
2021-11-17
extmod/uasyncio: Fix gather returning exceptions from a cancelled task.
Damien George
2020-12-02
extmod/uasyncio: Fix cancellation handling of wait_for.
Damien George
2020-12-02
extmod/uasyncio: Delay calling Loop.call_exception_handler by 1 loop.
Damien George
2020-06-10
extmod/uasyncio: Add asyncio.wait_for_ms function.
Damien George
2020-03-26
extmod/uasyncio: Add new implementation of uasyncio module.
Damien George