micropython/extmod
Damien George 90aaf2dbef extmod/uasyncio: Fix gather cancelling and handling of exceptions.
The following fixes are made:
- cancelling a gather now cancels all sub-tasks of the gather (previously
  it would only cancel the first)
- if any sub-task of a gather raises an exception then the gather finishes
  (previously it would only finish if the first sub-task raised)

Fixes issues #5798, #7807, #7901.

Signed-off-by: Damien George <damien@micropython.org>
2022-03-30 16:07:44 +11:00
..
axtls-include
btstack extmod/modbluetooth: Support gap_connect(None) to cancel a connection. 2021-12-01 11:56:37 +11:00
lwip-include
nimble extmod/modbluetooth: Support gap_connect(None) to cancel a connection. 2021-12-01 11:56:37 +11:00
uasyncio extmod/uasyncio: Fix gather cancelling and handling of exceptions. 2022-03-30 16:07:44 +11:00
webrepl
extmod.cmake extmod/moduos: Create general uos module to be used by all ports. 2022-03-09 10:03:23 +11:00
extmod.mk
machine_bitstream.c
machine_bitstream.h
machine_i2c.c extmod/machine_i2c: Increase default SoftI2C timeout to 50ms. 2022-01-21 15:10:30 +11:00
machine_i2c.h
machine_mem.c
machine_mem.h
machine_pinbase.c
machine_pinbase.h
machine_pulse.c
machine_pulse.h
machine_pwm.c extmod/machine_pwm: Factor out machine.PWM bindings to common code. 2021-09-04 16:31:17 +10:00
machine_pwm.h extmod/machine_pwm: Factor out machine.PWM bindings to common code. 2021-09-04 16:31:17 +10:00
machine_signal.c
machine_signal.h
machine_spi.c extmod/machine_spi: Make SoftSPI configurable via macro option. 2021-09-02 13:11:23 +10:00
machine_spi.h
misc.h stm32/moduos: Convert module to use extmod version. 2022-03-09 10:03:23 +11:00
modbluetooth.c extmod/modbluetooth: Fix conditional compilation of ringbuf_put_uuid. 2022-01-13 13:45:07 +11:00
modbluetooth.h extmod/modbluetooth: Put declaration of connect_cancel in correct place. 2022-01-13 13:45:43 +11:00
modbtree.c
modframebuf.c
modlwip.c
modnetwork.c extmod/modnetwork: Remove STM32 references. 2021-09-15 11:27:38 +10:00
modnetwork.h extmod/modusocket: Add makefile() method and common socket options. 2022-01-21 13:34:06 +11:00
modonewire.c extmod/modonewire: Make _onewire module configurable via macro option. 2021-09-02 13:11:23 +10:00
moduasyncio.c extmod/uasyncio: Allow task state to be a callable. 2022-03-30 16:07:44 +11:00
modubinascii.c extmod/modubinascii: Add newline keyword to b2a_base64 function. 2022-01-23 10:18:01 +11:00
moducryptolib.c
moductypes.c
moduhashlib.c
moduheapq.c
modujson.c
moduos.c unix/moduos: Convert module to use extmod version. 2022-03-09 21:13:57 +11:00
moduplatform.c extmod/moduplatform: Move platform PP definitions into a header. 2022-02-22 00:59:14 +11:00
moduplatform.h extmod/moduplatform: Move platform PP definitions into a header. 2022-02-22 00:59:14 +11:00
modurandom.c
modure.c extmod/modure: Set subject begin_line so ^ doesn't match interior. 2022-03-16 12:21:00 +11:00
moduselect.c
modusocket.c extmod/modusocket: Support additional args to getaddrinfo. 2022-01-21 13:40:06 +11:00
modussl_axtls.c
modussl_mbedtls.c
modutimeq.c
moduwebsocket.c
moduwebsocket.h
moduzlib.c extmod/moduzlib: Fix parsing zlib header dict size. 2022-03-08 23:16:14 +11:00
modwebrepl.c
mpbthci.c
mpbthci.h extmod/mpbthci.h: Add mp_bluetooth_hci_uart_any prototype. 2021-09-19 23:00:39 +10:00
network_cyw43.c extmod/network_cyw43: Make consistent use of STA and AP constants. 2021-09-15 01:37:27 +10:00
network_cyw43.h
network_ninaw10.c drivers/ninaw10: Add NIC-level ioctl function. 2022-02-18 14:35:26 +11:00
uos_dupterm.c stm32/moduos: Convert module to use extmod version. 2022-03-09 10:03:23 +11:00
utime_mphal.c
utime_mphal.h
vfs.c
vfs.h
vfs_blockdev.c
vfs_fat.c
vfs_fat.h
vfs_fat_diskio.c
vfs_fat_file.c
vfs_lfs.c
vfs_lfs.h
vfs_lfsx.c
vfs_lfsx_file.c
vfs_posix.c windows: Switch to VFS subsystem and use VfsPosix. 2022-03-10 00:26:36 +11:00
vfs_posix.h
vfs_posix_file.c extmod/vfs_posix_file: Support MP_STREAM_POLL in vfs_posix_file_ioctl. 2021-10-19 22:47:18 +11:00
vfs_reader.c
virtpin.c
virtpin.h