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
/
core.py
Age
Commit message (
Expand
)
Author
2023-06-19
extmod/asyncio: Rename uasyncio to asyncio.
Jim Mussared
2023-02-02
top: Update Python formatting to black "2023 stable style".
Jim Mussared
2022-04-22
extmod/uasyncio: Rename and merge TaskQueue push/pop methods.
Damien George
2022-03-30
extmod/uasyncio: Allow task state to be a callable.
Damien George
2021-06-16
extmod/uasyncio: Fix race with cancelled task waiting on finished task.
Damien George
2021-02-13
extmod/uasyncio: Add asyncio.current_task().
Jim Mussared
2020-12-02
extmod/uasyncio: Delay calling Loop.call_exception_handler by 1 loop.
Damien George
2020-08-22
extmod/uasyncio: Truncate negative sleeps to 0.
Damien George
2020-04-13
extmod/uasyncio: Add Loop.new_event_loop method.
Damien George
2020-04-04
extmod/uasyncio: Add global exception handling methods.
Kevin Köck
2020-04-02
extmod/uasyncio: Implement Loop.stop() to stop the event loop.
Damien George
2020-04-01
extmod/uasyncio: Don't create a Loop instance in get_event_loop().
Damien George
2020-03-26
extmod/uasyncio: Add optional implementation of core uasyncio in C.
Damien George
2020-03-26
extmod/uasyncio: Add new implementation of uasyncio module.
Damien George