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
/
stream.py
Age
Commit message (
Expand
)
Author
2023-06-19
extmod/asyncio: Rename uasyncio to asyncio.
Jim Mussared
2023-06-08
all: Replace all uses of umodule in Python code.
Jim Mussared
2022-12-14
extmod/uasyncio: Fix syntax of generator functions.
Damien Tournoud
2022-06-24
extmod/uasyncio: Implement stream read(-1) to read all data up to EOF.
Damien George
2022-06-24
extmod/uasyncio: Attempt to write immediately in Stream.write method.
Thorsten von Eicken
2021-07-31
extmod/uasyncio: In open_connection use address info in socket creation.
oclyke
2021-06-26
extmod/uasyncio: Get addr and bind server socket before creating task.
Damien George
2021-06-15
extmod/uasyncio: Add readinto() method to Stream class.
Mike Teachman
2021-06-08
extmod/uasyncio: Fix start_server and wait_closed race condition.
Miguel Grinberg
2021-04-23
extmod/uasyncio: Use .errno instead of .args[0] for OSError exceptions.
Damien George
2020-07-25
extmod/uasyncio: Add StreamReader.readexactly(n) method.
Damien George
2020-04-02
extmod/uasyncio: Add StreamReader/StreamWriter as aliases of Stream cls.
Damien George
2020-03-26
extmod/uasyncio: Add new implementation of uasyncio module.
Damien George