History for Lib/socket.py - python/cpython · GitHub

github.com

Tin mới

gh-75245: Support line buffering in socket.makefile() (GH-12370)

gh-75245: Support line buffering in socket.makefile() (GH-12370)

gh-154291: Fix socket.has_dualstack_ipv6() on DragonFly BSD (GH-154292)

gh-154291: Fix socket.has_dualstack_ipv6() on DragonFly BSD (GH-154292)

gh-148599: Update WSA `socket` error codes (#148033)

gh-148599: Update WSA `socket` error codes (#148033)

gh-146139: Disable `socketpair` authentication on WASI (#146140)

gh-146139: Disable `socketpair` authentication on WASI (#146140)

gh-99813: Start using `SSL_sendfile` when available (#99907)

gh-99813: Start using `SSL_sendfile` when available (#99907)

gh-127840: Revert "gh-127840: pass flags and address from send_fds (GH-127841)" (#134482)

gh-127840: Revert "gh-127840: pass flags and address from send_fds (GH-127841)" (#134482)

gh-127840: pass flags and address from send_fds (GH-127841)

gh-127840: pass flags and address from send_fds (GH-127841)

gh-128916: Do not set `SO_REUSEPORT` on non-`AF_INET*` sockets (GH-128933)

gh-128916: Do not set `SO_REUSEPORT` on non-`AF_INET*` sockets (GH-128933)

gh-121423: Improve import time of `socket` (#121424)

gh-121423: Improve import time of `socket` (#121424)

gh-122133: Rework pure Python socketpair tests to avoid use of importlib.reload. (#122493)

gh-122133: Rework pure Python socketpair tests to avoid use of importlib.reload. (#122493)

gh-122133: Authenticate socket connection for `socket.socketpair()` fallback (GH-122134)

gh-122133: Authenticate socket connection for `socket.socketpair()` fallback (GH-122134)

gh-110383: Document `socket.makefile()` accepts combined modes (#119150)

gh-110383: Document `socket.makefile()` accepts combined modes (#119150)

gh-114077: Fix OverflowError in socket.sendfile() when pass count >2GiB (GH-114079)

gh-114077: Fix OverflowError in socket.sendfile() when pass count >2GiB (GH-114079)

Remove unnecessary while in SocketIO.readinto (GH-111057)

Remove unnecessary while in SocketIO.readinto (GH-111057)

Fix broken link to MSDN (#102355)

Fix broken link to MSDN (#102355)

gh-100374: Fixed a bug in socket.getfqdn() (gh-100375)

gh-100374: Fixed a bug in socket.getfqdn() (gh-100375)

gh-96320: WASI socket fixes (#96388)

gh-96320: WASI socket fixes (#96388)

Grammar fix to socket error string (GH-93523)

Grammar fix to socket error string (GH-93523)

Remove the execution bit to some socket-related files. (#93368)

Remove the execution bit to some socket-related files. (#93368)

Doc: Minor adjustment of `socket.create_server` docs (#26938)

Doc: Minor adjustment of `socket.create_server` docs (#26938)

gh-74166: make all_errors keyword-only (GH-91704)

gh-74166: make all_errors keyword-only (GH-91704)

gh-74166: break cycle by clearing the list instead of dropping its reference (GH-91685)

gh-74166: break cycle by clearing the list instead of dropping its reference (GH-91685)

gh-74166: Add option to get all errors from socket.create_connection (GH-91586)

gh-74166: Add option to get all errors from socket.create_connection (GH-91586)

bpo-40635: Fix getfqdn() docstring and docs (GH-27971)

bpo-40635: Fix getfqdn() docstring and docs (GH-27971)

Fix typos in multiple files (GH-26689)

bpo-43651: PEP 597: Fix `socket.makefile()` (GH-25645)

bpo-42427: Use the errno attribute of OSError instead of args[0] (GH-23449)

bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)

Fix host in address of socket.create_server example. (GH-17706)

bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13135)

bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH-16491)

bpo-28724: Add methods send_fds and recv_fds to the socket module (GH-12889)

bpo-11953: Extend table of Windows WSA* error codes (GH-15004)

closes bpo-37566: Remove _realsocket from socket.py. (GH-14711)

BPO-17561: set create_server backlog default to None (GH-12735)