Improve the context of asyncio slow log reporting
|
|
1
|
106
|
March 5, 2025
|
Add task pipeline to asyncio with capped parallelism and lazy input reading
|
|
25
|
575
|
February 15, 2025
|
Add `asyncio.console` module to progamatically access the asyncio REPL
|
|
6
|
218
|
February 10, 2025
|
Decorator to facilitate sync and async calls to one function
|
|
6
|
310
|
February 5, 2025
|
Asyncio RLock - reentrant locks for async Python
|
|
11
|
3741
|
January 16, 2025
|
How to cancel all tasks created within same TaskGroup
|
|
13
|
2315
|
January 7, 2025
|
High-performance Asyncio networking: sockets vs streams vs protocols
|
|
10
|
458
|
December 23, 2024
|
Add asyncio monitoring hooks
|
|
27
|
2521
|
December 13, 2024
|
Concurrent asynchronous iteration
|
|
3
|
252
|
November 21, 2024
|
Calling coroutines from sync code
|
|
9
|
6212
|
October 7, 2024
|
Types for asynchronous generators too general
|
|
2
|
284
|
September 23, 2024
|
Asyncio: when use `call_soon`?
|
|
0
|
72
|
September 20, 2024
|
Mixing async with operators for collection ABCs
|
|
3
|
112
|
September 17, 2024
|
Add 2-state (boolean) asyncio synchronization primitive
|
|
8
|
211
|
August 24, 2024
|
Debugging `asyncio` execution time warnings when waiting for task wakeups
|
|
0
|
307
|
July 24, 2024
|
Allow Transport to 'release' socket passed to `create_connection(sock=...)`?
|
|
0
|
85
|
July 14, 2024
|
Why does `asyncio.wait(<empty>)` raise ValueError?
|
|
2
|
306
|
July 7, 2024
|
Request: Can we get a c-api hook into PyContext_Enter and PyContext_Exit
|
|
4
|
491
|
May 9, 2024
|
BoundedTaskGroup to control parallelism
|
|
4
|
1744
|
April 21, 2024
|
Adding a low level wait for file descriptor
|
|
0
|
327
|
April 20, 2024
|
Asyncio Semaphore with support for priorities
|
|
7
|
1516
|
April 16, 2024
|
TypeError: cannot pickle '_asyncio.Future' object
|
|
5
|
3528
|
March 7, 2024
|
Learning asyncio: how to use it correctly with other context managers
|
|
2
|
1037
|
February 29, 2024
|
Simplifying two-phase coroutines for enhanced user-friendliness
|
|
9
|
671
|
February 27, 2024
|
Expanding asyncio support for socket APIs
|
|
13
|
2930
|
February 19, 2024
|
Make asyncio done callbacks consistent between Futures and Tasks
|
|
5
|
2055
|
February 18, 2024
|
Documenting async functions outside of asyncio
|
|
1
|
650
|
December 6, 2023
|
How to invoke `async` function from `cmd` (Python standard library, sync-async bridge, "coroutine ... was never awaited")?
|
|
2
|
4951
|
December 2, 2023
|
Enhance builtin iterables like list, range with async methods like __aiter__, __anext__,
|
|
13
|
6507
|
November 23, 2023
|
asyncio.Condition's doc is kind of misleading
|
|
1
|
508
|
November 17, 2023
|