Improve the context of asyncio slow log reporting
|
|
1
|
135
|
March 5, 2025
|
Add task pipeline to asyncio with capped parallelism and lazy input reading
|
|
25
|
624
|
February 15, 2025
|
Add `asyncio.console` module to progamatically access the asyncio REPL
|
|
6
|
221
|
February 10, 2025
|
Decorator to facilitate sync and async calls to one function
|
|
6
|
532
|
February 5, 2025
|
Asyncio RLock - reentrant locks for async Python
|
|
11
|
3876
|
January 16, 2025
|
How to cancel all tasks created within same TaskGroup
|
|
13
|
2417
|
January 7, 2025
|
High-performance Asyncio networking: sockets vs streams vs protocols
|
|
10
|
684
|
December 23, 2024
|
Add asyncio monitoring hooks
|
|
27
|
2600
|
December 13, 2024
|
Concurrent asynchronous iteration
|
|
3
|
283
|
November 21, 2024
|
Calling coroutines from sync code
|
|
9
|
6494
|
October 7, 2024
|
Types for asynchronous generators too general
|
|
2
|
350
|
September 23, 2024
|
Asyncio: when use `call_soon`?
|
|
0
|
79
|
September 20, 2024
|
Mixing async with operators for collection ABCs
|
|
3
|
132
|
September 17, 2024
|
Add 2-state (boolean) asyncio synchronization primitive
|
|
8
|
217
|
August 24, 2024
|
Debugging `asyncio` execution time warnings when waiting for task wakeups
|
|
0
|
384
|
July 24, 2024
|
Allow Transport to 'release' socket passed to `create_connection(sock=...)`?
|
|
0
|
89
|
July 14, 2024
|
Why does `asyncio.wait(<empty>)` raise ValueError?
|
|
2
|
328
|
July 7, 2024
|
Request: Can we get a c-api hook into PyContext_Enter and PyContext_Exit
|
|
4
|
492
|
May 9, 2024
|
BoundedTaskGroup to control parallelism
|
|
4
|
1829
|
April 21, 2024
|
Adding a low level wait for file descriptor
|
|
0
|
331
|
April 20, 2024
|
Asyncio Semaphore with support for priorities
|
|
7
|
1577
|
April 16, 2024
|
TypeError: cannot pickle '_asyncio.Future' object
|
|
5
|
3691
|
March 7, 2024
|
Learning asyncio: how to use it correctly with other context managers
|
|
2
|
1069
|
February 29, 2024
|
Simplifying two-phase coroutines for enhanced user-friendliness
|
|
9
|
681
|
February 27, 2024
|
Expanding asyncio support for socket APIs
|
|
13
|
2952
|
February 19, 2024
|
Make asyncio done callbacks consistent between Futures and Tasks
|
|
5
|
2206
|
February 18, 2024
|
Documenting async functions outside of asyncio
|
|
1
|
653
|
December 6, 2023
|
How to invoke `async` function from `cmd` (Python standard library, sync-async bridge, "coroutine ... was never awaited")?
|
|
2
|
5174
|
December 2, 2023
|
Enhance builtin iterables like list, range with async methods like __aiter__, __anext__,
|
|
13
|
6725
|
November 23, 2023
|
asyncio.Condition's doc is kind of misleading
|
|
1
|
510
|
November 17, 2023
|