index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
uasyncio
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
2023-05-02
all: Fix various Python coding inconsistencies found by ruff.
Christian Clauss
2023-02-02
top: Update Python formatting to black "2023 stable style".
Jim Mussared
2022-12-14
extmod/uasyncio: Fix syntax of generator functions.
Damien Tournoud
2022-09-05
all: Update all manifest.py files to use new features.
Jim Mussared
2022-08-12
extmod/uasyncio: Rename internal _flag to state, to save a qstr.
Damien George
2022-08-12
extmod/uasyncio: Add clear method to ThreadSafeFlag.
Ned Konz
2022-07-26
extmod/uasyncio: Handle gather with no awaitables.
Jim Mussared
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
2022-06-02
extmod/uasyncio: Fix edge case for cancellation of wait_for.
Damien George
2022-04-22
extmod/uasyncio: Rename and merge TaskQueue push/pop methods.
Damien George
2022-04-21
extmod/uasyncio: Fix bug with task ending just after gather is cancel'd.
Damien George
2022-04-21
extmod/uasyncio: Make Python Task match C version with use of asserts.
Damien George
2022-03-30
extmod/uasyncio: Fix gather cancelling and handling of exceptions.
Damien George
2022-03-30
extmod/uasyncio: Allow task state to be a callable.
Damien George
2021-12-09
all: Update Python formatting to latest Black version 21.12b0.
Jim Mussared
2021-11-17
extmod/uasyncio: Fix gather returning exceptions from a cancelled task.
Damien George
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-16
extmod/uasyncio: Fix race with cancelled task waiting on finished 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
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