index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
extmod
/
moduasyncio.c
Commit message (
Expand
)
Author
Age
*
extmod/asyncio: Rename uasyncio to asyncio.
Jim Mussared
2023-06-19
*
all: Rename UMODULE to MODULE in preprocessor/Makefile vars.
Jim Mussared
2023-06-08
*
py/obj: Convert make_new into a mp_obj_type_t slot.
Jim Mussared
2022-09-19
*
py/obj: Merge getiter and iternext mp_obj_type_t slots.
Jim Mussared
2022-09-19
*
all: Remove unnecessary locals_dict cast.
Jim Mussared
2022-09-19
*
all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE.
Jim Mussared
2022-09-19
*
all: Remove third argument to MP_REGISTER_MODULE.
Damien George
2022-06-02
*
extmod: Make extmod modules use MP_REGISTER_MODULE.
Jim Mussared
2022-05-18
*
all: Use mp_obj_malloc everywhere it's applicable.
Jim Mussared
2022-05-03
*
extmod/uasyncio: Rename and merge TaskQueue push/pop methods.
Damien George
2022-04-22
*
extmod/uasyncio: Allow task state to be a callable.
Damien George
2022-03-30
*
all: Fix signed shifts and NULL access errors from -fsanitize=undefined.
Jeff Epler
2021-06-24
*
extmod/uasyncio: Fix race with cancelled task waiting on finished task.
Damien George
2021-06-16
*
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-12-02
*
all: Clean up error strings to use lowercase and change cannot to can't.
Damien George
2020-04-13
*
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-04-05
*
extmod/uasyncio: Add optional implementation of core uasyncio in C.
Damien George
2020-03-26