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
/
base_events.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-101143: Remove references to `TimerHandle` from `asyncio.base_events.BaseE...
Miss Islington (bot)
2023-01-21
1
-6/+3
*
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-88863: Clear ref cycles to resolve leak when asyncio.open_connectio...
Dong Uk, Kang
2022-11-23
1
-10/+17
*
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
1
-2/+4
*
Fix missing `f` prefix on f-strings (GH-91910)
Miss Islington (bot)
2022-04-27
1
-1/+1
*
bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760)
Miss Islington (bot)
2022-03-08
1
-1/+1
*
[3.10] Raise TypeError if SSLSocket is passed to asyncio transport-based meth...
Andrew Svetlov
2022-02-20
1
-0/+15
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-2...
Miss Islington (bot)
2021-07-26
1
-1/+1
*
bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848)
Pablo Galindo
2021-05-03
1
-34/+9
*
bpo-44011: New asyncio ssl implementation (#17975)
Andrew Svetlov
2021-05-02
1
-9/+34
*
bpo-42392: Remove loop parameter from asyncio.tasks and asyncio.subprocess (G...
Yurii Karabas
2020-11-28
1
-5/+4
*
bpo-41332: Added missing connect_accepted_socket() to AbstractEventLoop (GH-2...
Alex Grönholm
2020-11-26
1
-8/+0
*
bpo-39609: set the thread_name_prefix for the default asyncio executor (GH-18...
Markus Mohrhard
2020-02-27
1
-1/+3
*
bpo-39191: Fix RuntimeWarning in asyncio test (GH-17863)
Andrew Svetlov
2020-01-07
1
-3/+3
*
Fix #39191: Don't spawn a task before failing (#17796)
Andrew Svetlov
2020-01-04
1
-3/+7
*
bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (#17311)
Kyle Stanley
2019-12-09
1
-7/+18
*
bpo-34037: Fix test_asyncio failure and add loop.shutdown_default_executor() ...
Kyle Stanley
2019-09-19
1
-0/+29
*
Use threadpool for reading from file in sendfile fallback mode (#14076)
Andrew Svetlov
2019-06-15
1
-1/+1
*
bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback...
Andrew Svetlov
2019-06-15
1
-2/+2
*
Revert "bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-1378...
Łukasz Langa
2019-06-04
1
-3/+1
*
bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786)
Victor Stinner
2019-06-03
1
-1/+3
*
bpo-35246: fix support for path-like args in asyncio subprocess (GH-13628)
依云
2019-05-29
1
-5/+0
*
bpo-36686: Improve the documentation of the std* params in loop.subprocess_ex...
sbstp
2019-05-27
1
-1/+18
*
bpo-37027: Return a proxy socket object from transp.get_extra_info('socket') ...
Yury Selivanov
2019-05-27
1
-2/+3
*
bpo-37035: Don't log OSError (GH-13548)
Andrew Svetlov
2019-05-27
1
-7/+0
*
bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)
Yury Selivanov
2019-05-27
1
-5/+11
*
bpo-35545: Fix asyncio discarding IPv6 scopes (GH-11271)
Erwan Le Pape
2019-05-17
1
-3/+3
*
bpo-31922: Do not connect UDP sockets when broadcast is allowed (GH-423)
Vincent Michel
2019-05-07
1
-1/+2
*
bpo-33530: Implement Happy Eyeballs in asyncio, v2 (GH-7237)
twisteroid ambassador
2019-05-05
1
-36/+89
*
bpo-34139: Remove unix datagram socket from FS before binding (GH-8323)
Quentin Dawans
2019-04-09
1
-0/+14
*
asyncio: use dict instead of OrderedDict (GH-11710)
Inada Naoki
2019-02-05
1
-1/+1
*
asyncio: __del__() keep reference to warnings.warn (GH-11491)
Victor Stinner
2019-01-10
1
-3/+2
*
bpo-35380: Enable TCP_NODELAY for proactor event loop (#10867)
Andrew Svetlov
2018-12-03
1
-0/+11
*
bpo-35202: Remove unused imports in Lib directory (GH-10450)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-15
1
-1/+0
*
bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716)
twisteroid ambassador
2018-10-09
1
-4/+1
*
bpo-34849: Don't log wating for selector.select in asyncio loop iteration (GH...
Andrew Svetlov
2018-09-30
1
-22/+1
*
bpo-34630: Skip logging SSL certificate errors by asyncio code (GH-9169)
Andrew Svetlov
2018-09-12
1
-0/+3
*
bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)
Andrew Svetlov
2018-09-11
1
-5/+6
*
bpo-34270: Make it possible to name asyncio tasks (GH-8547)
Alex Grönholm
2018-08-08
1
-2/+4
*
bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532)
MartinAltmayer
2018-07-31
1
-1/+4
*
bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (G...
Elvis Pranskevichus
2018-07-30
1
-0/+6
*
bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993)
Yury Selivanov
2018-06-29
1
-4/+10
*
bpo-30805: Avoid race condition with debug logging (GH-7545)
Yury Selivanov
2018-06-08
1
-2/+4
*
bpo-33769: start_tls: Fix error message; cancel callbacks on error (GH-7403)
Yury Selivanov
2018-06-05
1
-3/+5
*
bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321)
Yury Selivanov
2018-06-04
1
-1/+6
*
bpo-33674: Pause the transport as early as possible (#7192)
Yury Selivanov
2018-05-29
1
-2/+5
*
bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172)
Yury Selivanov
2018-05-28
1
-2/+5
*
bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)
Yury Selivanov
2018-05-28
1
-1/+6
*
bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392)
Yury Selivanov
2018-01-28
1
-2/+2
[next]