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
*
gh-100226: Clarify StreamReader.read behavior (GH-101807)
Miss Islington (bot)
2023-02-17
1
-8/+9
*
gh-101143: Remove references to `TimerHandle` from `asyncio.base_events.BaseE...
Miss Islington (bot)
2023-01-21
1
-6/+3
*
[3.10] GH-100573: Fix server hang caused by os.stat() on named pipe (Windows)...
Miss Islington (bot)
2023-01-13
1
-0/+5
*
[3.10] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop()...
Serhiy Storchaka
2023-01-13
1
-15/+0
*
GH-86508: skip binding to local addresses of different family in `asyncio.ope...
Miss Islington (bot)
2023-01-04
1
-2/+8
*
[3.10] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when...
Ćukasz Langa
2022-12-06
1
-3/+19
*
[3.10] gh-88863: Clear ref cycles to resolve leak when asyncio.open_connectio...
Dong Uk, Kang
2022-11-23
3
-12/+33
*
gh-98703: Fix asyncio proactor_events calling _call_connection_lost multiple ...
Miss Islington (bot)
2022-10-27
1
-0/+2
*
GH-89237: fix hang in proactor `subprocess.wait_closed()` (GH-98572)
Miss Islington (bot)
2022-10-24
1
-1/+3
*
bpo-46364: Use sockets for stdin of asyncio only on AIX (GH-30596)
Miss Islington (bot)
2022-10-13
1
-4/+3
*
gh-94732: Fix KeyboardInterrupt race in asyncio run_forever() (GH-97765)
Miss Islington (bot)
2022-10-03
1
-3/+4
*
GH-96827: Don't touch closed loops from executor threads (GH-96837)
Miss Islington (bot)
2022-09-30
2
-2/+6
*
gh-97545: Make Semaphore run faster. (GH-97549)
Miss Islington (bot)
2022-09-26
1
-21/+17
*
GH-85760: Fix race in calling process_exited callback too early (GH-97009)
Miss Islington (bot)
2022-09-22
1
-1/+2
*
gh-90155: Fix bug in asyncio.Semaphore and strengthen FIFO guarantee (GH-93222)
Miss Islington (bot)
2022-09-22
1
-22/+42
*
gh-94972: document that shield users need to keep a reference to their task (...
Miss Islington (bot)
2022-09-10
1
-2/+9
*
GH-74116: Allow multiple drain waiters for asyncio.StreamWriter (GH-94705)
Miss Islington (bot)
2022-09-08
1
-19/+16
*
gh-90467: StreamReaderProtocol - add strong reference to created task (GH-96323)
Miss Islington (bot)
2022-09-08
1
-1/+3
*
bpo-45924: Fix asyncio incorrect traceback when future's exception is raised ...
Miss Islington (bot)
2022-07-11
1
-1/+2
*
gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842) (GH-92904)
Miss Islington (bot)
2022-06-28
1
-1/+1
*
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.10] bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910) (#32047)
Miss Islington (bot)
2022-03-22
1
-6/+10
*
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
*
bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187)...
Miss Islington (bot)
2022-02-20
1
-1/+2
*
[3.10] Raise TypeError if SSLSocket is passed to asyncio transport-based meth...
Andrew Svetlov
2022-02-20
2
-10/+20
*
bpo-46741: Update `asyncio.protocols.BufferedProtocol` docstring (GH-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
*
bpo-26552: Fixed case where failing `asyncio.ensure_future` did not close the...
Kumar Aditya
2022-01-29
1
-2/+8
*
[3.10] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)...
Miss Islington (bot)
2022-01-22
3
-6/+6
*
bpo-46278: fix typo introduced in GH-30427 (GH-30430) (GH-30431)
Miss Islington (bot)
2022-01-06
1
-2/+2
*
Reflect 'context' arg in 'AbstractEventLoop.call_*()' methods (GH-30427) (GH-...
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
*
bpo-37658: Actually return result in race condition (GH-29202)
Miss Islington (bot)
2021-11-29
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
*
bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850)
Miss Islington (bot)
2021-10-10
1
-2/+0
*
[3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)
Christian Clauss
2021-10-07
2
-3/+3
*
Trivial typo in docstring (#27504)
Miss Islington (bot)
2021-07-31
1
-1/+1
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-2...
Miss Islington (bot)
2021-07-26
1
-1/+1
*
[3.10] bpo-43945: [Enum] reduce scope of new format() behavior (GH-26752)
Ethan Furman
2021-06-18
1
-2/+2
*
bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848)
Pablo Galindo
2021-05-03
7
-721/+467
*
bpo-44011: Fix asyncio tests without ssl module (GH-25840)
Christian Heimes
2021-05-03
1
-1/+2
*
bpo-44011: New asyncio ssl implementation (#17975)
Andrew Svetlov
2021-05-02
7
-467/+720
*
bpo-43989: Add signal format specifier for unix_events (GH-25769)
Roberto Hueso
2021-05-01
1
-2/+2
*
bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-...
Serhiy Storchaka
2021-04-25
4
-27/+44
*
bpo-41891: ensure asyncio.wait_for waits for task completion (#22461)
Richard Kojedzinszky
2020-12-18
1
-1/+4
*
bpo-38323: Add guard clauses in MultiLoopChildWatcher. (#22756)
Chris Jerdonek
2020-12-16
1
-14/+18
[next]