index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
asyncio
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-137341: Remove more word duplications (GH-137342) (GH-137347)
Serhiy Storchaka
2025-08-03
1
-2/+2
*
[3.13] gh-135444: fix `asyncio.DatagramTransport.sendto` to account for datag...
Miss Islington (bot)
2025-08-03
2
-5/+8
*
[3.13] Fix Queue.shutdown docs for condition to unblock a join (gh-137088) (g...
Miss Islington (bot)
2025-07-25
1
-3/+5
*
[3.13] Fix docs for Queue.shutdown (gh-137028) (gh-137081)
Miss Islington (bot)
2025-07-24
1
-5/+2
*
[3.13] gh-136447: Use `self.loop` instead of global `loop` variable in asynci...
Miss Islington (bot)
2025-07-09
1
-1/+1
*
[3.13] gh-135836: Fix `IndexError` in `asyncio.create_connection()` (GH-13587...
Miss Islington (bot)
2025-07-03
1
-30/+35
*
[3.13] gh-135836: Fix `IndexError` in `asyncio.create_connection` with empty ...
Miss Islington (bot)
2025-07-03
1
-1/+4
*
[3.13] gh-114177: avoid calling connection lost callbacks when loop is alread...
Miss Islington (bot)
2025-05-23
1
-1/+6
*
[3.13] gh-133745: Fix asyncio task factory name/context kwarg breaks (#133948)
Thomas Grainger
2025-05-18
1
-5/+11
*
[3.13] gh-86513: improve docs of loop.call_exception_handler (GH-132466) (#13...
Miss Islington (bot)
2025-04-14
1
-0/+2
*
[3.13] gh-128231: Use `runcode()` return value for failing early (GH-129488) ...
Miss Islington (bot)
2025-03-28
1
-1/+1
*
[3.13] gh-131325: fix sendfile fallback implementation to drain data after wr...
Miss Islington (bot)
2025-03-17
1
-1/+1
*
[3.13] gh-130145: fix `loop.run_forever` when loop is already running (GH-130...
Miss Islington (bot)
2025-02-15
1
-1/+1
*
[3.13] gh-128308: pass `**kwargs` to asyncio task_factory (GH-128768) (#130084)
Andrew Svetlov
2025-02-14
2
-17/+11
*
[3.13] gh-115514: Fix incomplete writes after close while using ssl in asynci...
Miss Islington (bot)
2025-02-02
1
-5/+7
*
[3.13] gh-129403: Fix `ValueError` messages in `asyncio.Barrier` and `threadi...
Miss Islington (bot)
2025-01-30
1
-1/+1
*
[3.13] gh-128479: fix asyncio staggered race leaking tasks, and logging unhan...
Miss Islington (bot)
2025-01-23
1
-24/+48
*
[3.13] gh-128588: gh-128550: remove eager tasks optimization that missed and ...
Miss Islington (bot)
2025-01-20
1
-7/+5
*
[3.13] gh-128916: Do not set `SO_REUSEPORT` on non-`AF_INET*` sockets (GH-128...
Miss Islington (bot)
2025-01-18
1
-1/+3
*
[3.13] gh-128552: fix refcycles in eager task creation (#128553) (#128585)
Thomas Grainger
2025-01-08
2
-2/+12
*
[3.13] Mention loop_factory argument in docstring for asyncio.run() (GH-12828...
Miss Islington (bot)
2024-12-27
1
-0/+1
*
[3.13] gh-127655: Ensure `_SelectorSocketTransport.writelines` pauses the pro...
Miss Islington (bot)
2024-12-06
1
-0/+1
*
[3.13] gh-118950: Fix SSLProtocol.connection_lost not being called when OSErr...
Miss Islington (bot)
2024-10-26
1
-1/+4
*
[3.13] gh-124858: fix happy eyeballs refcyles (GH-124859) (#124912)
Miss Islington (bot)
2024-10-23
2
-6/+13
*
[3.13] gh-124594: Create and reuse the same context for the entire asyncio RE...
Miss Islington (bot)
2024-10-15
1
-2/+4
*
[3.13] gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (GH-124959) (...
Miss Islington (bot)
2024-10-14
2
-13/+34
*
[3.13] gh-124309: fix staggered race on eager tasks (GH-124847) (#125339)
Miss Islington (bot)
2024-10-12
1
-3/+14
*
[3.13] gh-120221: Support KeyboardInterrupt in asyncio REPL (GH-123795) (#123...
Miss Islington (bot)
2024-09-06
1
-0/+10
*
[3.13] gh-121913: Use str(exc) instead of exc.strerror in `asyncio.base_event...
Miss Islington (bot)
2024-07-25
1
-3/+2
*
[3.13] gh-121957: Emit audit events for `python -i` and `python -m asyncio` (...
Miss Islington (bot)
2024-07-22
1
-0/+5
*
[3.13] gh-121790: Fix interactive console initialization (GH-121793) (GH-121822)
Miss Islington (bot)
2024-07-15
1
-18/+9
*
[3.13] gh-121711: Set `-m asyncio` return_code to 1 for ENOTTY (GH-121714) (G...
Miss Islington (bot)
2024-07-13
1
-1/+2
*
[3.13] gh-119909: Fix ``NameError`` in ``asyncio`` REPL (GH-121341) (#121447)
Miss Islington (bot)
2024-07-06
1
-1/+1
*
[3.13] gh-87744: fix waitpid race while calling send_signal in asyncio (GH-12...
Miss Islington (bot)
2024-07-01
1
-9/+26
*
[3.13] gh-113892: Add a extra check to `ProactorEventLoop.sock_connect` to en...
Miss Islington (bot)
2024-06-01
1
-0/+2
*
[3.13] gh-118894: Make asyncio REPL use pyrepl (GH-119433) (#119884)
Miss Islington (bot)
2024-05-31
1
-18/+71
*
[3.13] gh-119121: Fix and test `async.staggered.staggered_race` (GH-119173) (...
Miss Islington (bot)
2024-05-20
1
-2/+1
*
[3.13] gh-118817: Fix `asyncio REPL` on Windows (GH-118819) (#118847)
Miss Islington (bot)
2024-05-09
1
-3/+4
*
gh-117722: Fix Stream.readuntil with non-bytes buffer objects (#117723)
Bruce Merry
2024-04-11
1
-5/+5
*
gh-116720: Fix corner cases of taskgroups (#117407)
Guido van Rossum
2024-04-09
2
-6/+15
*
gh-81322: support multiple separators in StreamReader.readuntil (#16429)
Bruce Merry
2024-04-08
1
-21/+44
*
gh-96471: Correct documentation for asyncio queue shutdown (#117621)
Laurie O
2024-04-08
1
-2/+4
*
gh-96471: Add asyncio queue shutdown (#104228)
Laurie O
2024-04-06
1
-3/+65
*
gh-117459: Keep the traceback in _convert_future_exc (#117460)
rsp4jack
2024-04-04
1
-4/+2
*
gh-77714: Provide an async iterator version of as_completed (GH-22491)
Justin Turner Arthur
2024-04-01
1
-44/+108
*
gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (#32011)
Erik Soma
2024-03-23
1
-12/+17
*
gh-116773: Ensure overlapped objects on Windows are not deallocated too early...
jkriegshauser
2024-03-20
1
-7/+7
*
gh-113538: Add asycio.Server.{close,abort}_clients (redo) (#116784)
Pierre Ossman (ThinLinc team)
2024-03-18
4
-12/+31
*
gh-113538: Revert "gh-113538: Add asycio.Server.{close,abort}_clients (#11443...
Guido van Rossum
2024-03-12
4
-31/+12
*
gh-113538: Add asycio.Server.{close,abort}_clients (#114432)
Pierre Ossman (ThinLinc team)
2024-03-11
4
-12/+31
[next]