index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
uasyncio
Age
Commit message (
Expand
)
Author
2021-04-23
extmod/uasyncio: Use .errno instead of .args[0] for OSError exceptions.
Damien George
2021-02-16
extmod/uasyncio: Add ThreadSafeFlag.
Jim Mussared
2021-02-13
extmod/uasyncio: Add asyncio.current_task().
Jim Mussared
2020-12-02
extmod/uasyncio: Fix cancellation handling of wait_for.
Damien George
2020-12-02
extmod/uasyncio: Add Task.done() method.
Damien George
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-07-25
extmod/uasyncio: Add StreamReader.readexactly(n) method.
Damien George
2020-06-10
extmod/uasyncio: Add asyncio.wait_for_ms function.
Damien George
2020-04-14
extmod/uasyncio: Change cannot to can't in error message, and test exp.
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: Add StreamReader/StreamWriter as aliases of Stream cls.
Damien George
2020-04-02
extmod/uasyncio: Add error message to Lock.release's RuntimeError.
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 manifest.py for freezing uasyncio Py files.
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