micropython/extmod/asyncio
Angus Gratton 3ec8b9a77c all: Replace legacy name with MicroPython and MPy as applicable.
With the aim of getting consistency, and removing the need to learn an
additional term, replace uses of uPy/uPython with MPy/MicroPython.

Rule of thumb was to use "MPy" abbreviation where "CPy" is used nearby, but
the full word MicroPython otherwise.

This work was funded through GitHub Sponsors.

Signed-off-by: Angus Gratton <angus@redyak.com.au>
2025-10-04 00:19:40 +10:00
..
__init__.py extmod/asyncio: Rename uasyncio to asyncio. 2023-06-19 17:33:03 +10:00
core.py all: Replace legacy name with MicroPython and MPy as applicable. 2025-10-04 00:19:40 +10:00
event.py extmod/asyncio/event.py: Fix ThreadSafeFlag.ioctl return. 2023-09-29 17:58:40 +10:00
funcs.py extmod/asyncio: Support gather of tasks that finish early. 2024-01-22 12:03:21 +11:00
lock.py extmod/asyncio: Rename uasyncio to asyncio. 2023-06-19 17:33:03 +10:00
manifest.py extmod/asyncio/uasyncio.py: Add backwards-compatible uasyncio alias. 2023-06-19 18:37:34 +10:00
stream.py extmod/asyncio: Add IPv6 support to start_server(). 2025-10-03 22:44:16 +10:00
task.py extmod/asyncio: Rename uasyncio to asyncio. 2023-06-19 17:33:03 +10:00
uasyncio.py extmod/asyncio/uasyncio.py: Add backwards-compatible uasyncio alias. 2023-06-19 18:37:34 +10:00