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
*
Fix missing `f` prefix on f-strings (GH-91910)
Miss Islington (bot)
2022-04-27
1
-1/+1
*
bpo-27929: resolve names only for AF_INET/AF_INET6 with asyncio (GH-32131)
Miss Islington (bot)
2022-03-28
1
-1/+2
*
[3.9] bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910) (GH-32049)
Andrew Svetlov
2022-03-22
1
-6/+9
*
bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)
Miss Islington (bot)
2022-03-15
1
-1/+1
*
bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760)
Miss Islington (bot)
2022-03-08
1
-1/+1
*
Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (G...
Miss Islington (bot)
2022-02-23
1
-1/+2
*
bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)
Miss Islington (bot)
2022-02-22
1
-1/+3
*
[3.9] Raise TypeError if SSLSocket is passed to asyncio transport-based metho...
Andrew Svetlov
2022-02-20
2
-10/+20
*
[3.9] bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-...
Andrew Svetlov
2022-02-20
1
-1/+2
*
bpo-46741: Update `asyncio.protocols.BufferedProtocol` docstring (31327)
Miss Islington (bot)
2022-02-15
1
-4/+0
*
bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports...
Miss Islington (bot)
2022-02-01
2
-0/+12
*
[3.9] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777) ...
Kumar Aditya
2022-01-22
3
-6/+6
*
bpo-46278: fix typo introduced in GH-30427 (GH-30430)
Miss Islington (bot)
2022-01-06
1
-2/+2
*
Reflect 'context' arg in 'AbstractEventLoop.call_*()' methods (GH-30427) (#30...
Miss Islington (bot)
2022-01-06
1
-4/+4
*
bpo-46239: improve error message when importing `asyncio.windows_events` (GH-...
Miss Islington (bot)
2022-01-04
1
-0/+5
*
[3.9] bpo-23819: Fix asyncio tests on python optimized mode (GH-30195) (GH-30...
Miss Islington (bot)
2021-12-26
1
-2/+2
*
bpo-37658: Actually return result in race condition (GH-29202) (GH-29832)
Miss Islington (bot)
2021-11-30
1
-6/+2
*
Cleanup a couple of comments left on PR 28775 post-merge. (GH-29079)
Miss Islington (bot)
2021-10-20
1
-1/+1
*
[3.9] Fix typos in the Lib directory (GH-28775) (GH-28803)
Christian Clauss
2021-10-07
2
-3/+3
*
[3.9] bpo-45097: Remove incorrect deprecation warnings in asyncio. (GH-28153)
Serhiy Storchaka
2021-09-04
5
-12/+17
*
[3.9] bpo-44815: Always show deprecation in asyncio.gather/sleep() (GH-27569)
Sam Bull
2021-08-18
1
-8/+10
*
Trivial typo in docstring (#27505)
Miss Islington (bot)
2021-07-31
1
-1/+1
*
bpo-41891: ensure asyncio.wait_for waits for task completion (GH-22461) (#23840)
Miss Islington (bot)
2020-12-18
1
-1/+4
*
bpo-38323: Add guard clauses in MultiLoopChildWatcher. (GH-22756)
Miss Islington (bot)
2020-12-16
1
-14/+18
*
bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21...
Miss Islington (bot)
2020-11-28
1
-1/+2
*
bpo-42140: Improve asyncio.wait function (GH-22938)
Miss Islington (bot)
2020-11-10
1
-2/+4
*
bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-2...
Miss Islington (bot)
2020-11-10
1
-3/+22
*
bpo-42230: Improve asyncio documentation regarding accepting sets vs iterable...
Miss Skeleton (bot)
2020-11-02
1
-2/+2
*
bpo-39651: Fix asyncio proactor _write_to_self() (GH-22197)
Miss Islington (bot)
2020-09-12
2
-9/+20
*
bpo-41696: Fix handling of debug mode in asyncio.run (GH-22069) (#22071)
Miss Islington (bot)
2020-09-03
1
-2/+3
*
bpo-39010: Fix errors logged on proactor loop restart (GH-22017) (#22034)
Miss Islington (bot)
2020-09-03
2
-2/+14
*
bpo-37658: Fix asyncio.wait_for() to respect waited task status (GH-21894) (G...
Miss Islington (bot)
2020-08-26
1
-3/+6
*
bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 (GH-2...
Miss Islington (bot)
2020-08-26
1
-2/+7
*
bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914) (#21929)
Miss Islington (bot)
2020-08-21
1
-2/+2
*
bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method no...
Miss Islington (bot)
2020-08-17
1
-1/+1
*
bpo-41467: Fix asyncio recv_into() on Windows (GH-21720)
Miss Islington (bot)
2020-08-04
1
-1/+1
*
bpo-41317: Remove reader on cancellation in asyncio.loop.sock_accept() (GH-21...
Miss Islington (bot)
2020-07-23
1
-7/+6
*
bpo-37703: improve asyncio.gather documentation regarding cancellation (GH-15...
Miss Islington (bot)
2020-07-20
1
-0/+7
*
bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all...
Miss Islington (bot)
2020-07-02
1
-28/+0
*
Fix asyncio.to_thread() documented return type (GH-20547)
Miss Islington (bot)
2020-05-31
1
-1/+1
*
bpo-30064: Fix asyncio loop.sock_* race condition issue (GH-20369)
Miss Islington (bot)
2020-05-27
1
-16/+25
*
bpo-32309: Add support for contextvars in asyncio.to_thread() (GH-20278)
Miss Islington (bot)
2020-05-21
1
-2/+6
*
s/wakup/wakeup (GH-20250)
Miss Islington (bot)
2020-05-20
1
-1/+1
*
bpo-32309: Implement asyncio.to_thread() (GH-20143)
Miss Islington (bot)
2020-05-19
2
-0/+23
*
bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951)
Chris Jerdonek
2020-05-18
2
-19/+33
*
bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979)
Chris Jerdonek
2020-05-15
3
-19/+36
*
bpo-40607: Reraise exception during task cancelation in asyncio.wait_for() (G...
romasku
2020-05-15
1
-1/+9
*
bpo-40443: Remove unused imports in the stdlib (GH-19803)
Victor Stinner
2020-04-30
2
-2/+0
*
Fix typo from Lib/asyncio/events.py (GH-19410)
Galden
2020-04-14
1
-1/+1
*
bpo-39764: Make Task.get_stack accept ag_frame (#18669)
Lidi Zheng
2020-03-02
1
-3/+10
[next]