COMMITS
/ Lib/socket.py July 12, 2025
I
gh-99813: Start using `SSL_sendfile` when available (#99907)
Illia Volochii committed
May 22, 2025
G
gh-127840: Revert "gh-127840: pass flags and address from send_fds (GH-127841)" (#134482)
Gregory P. Smith committed
M
gh-127840: pass flags and address from send_fds (GH-127841)
Marcin Bachry committed
January 18, 2025
M
gh-128916: Do not set `SO_REUSEPORT` on non-`AF_INET*` sockets (GH-128933)
Michał Górny committed
September 4, 2024
W
gh-121423: Improve import time of `socket` (#121424)
Wulian committed
July 31, 2024
R
gh-122133: Rework pure Python socketpair tests to avoid use of importlib.reload. (#122493)
Russell Keith-Magee committed
July 29, 2024
S
gh-122133: Authenticate socket connection for `socket.socketpair()` fallback (GH-122134)
Seth Michael Larson committed
May 21, 2024
D
gh-110383: Document `socket.makefile()` accepts combined modes (#119150)
Daniel Williams committed
January 16, 2024
S
gh-114077: Fix OverflowError in socket.sendfile() when pass count >2GiB (GH-114079)
Serhiy Storchaka committed
October 19, 2023
S
Remove unnecessary while in SocketIO.readinto (GH-111057)
sc07kvm committed
March 13, 2023
谭
Fix broken link to MSDN (#102355)
谭九鼎 committed
December 21, 2022
D
gh-100374: Fixed a bug in socket.getfqdn() (gh-100375)
Dominic Socular committed
August 30, 2022
C
gh-96320: WASI socket fixes (#96388)
Christian Heimes committed
June 7, 2022
E
Grammar fix to socket error string (GH-93523)
Evorage committed
June 1, 2022
E
Remove the execution bit to some socket-related files. (#93368)
Ezio Melotti committed
May 20, 2022
P
Doc: Minor adjustment of `socket.create_server` docs (#26938)
Pavel committed
April 19, 2022
I
gh-74166: make all_errors keyword-only (GH-91704)
Irit Katriel committed
I
gh-74166: break cycle by clearing the list instead of dropping its reference (GH-91685)
Irit Katriel committed
April 18, 2022
I
gh-74166: Add option to get all errors from socket.create_connection (GH-91586)
Irit Katriel committed
August 26, 2021
A
bpo-40635: Fix getfqdn() docstring and docs (GH-27971)
andrei kulakov committed
June 13, 2021
B
Fix typos in multiple files (GH-26689)
Binbin committed
April 27, 2021
I
bpo-43651: PEP 597: Fix `socket.makefile()` (GH-25645)
Inada Naoki committed
November 22, 2020
S
bpo-42427: Use the errno attribute of OSError instead of args[0] (GH-23449)
Serhiy Storchaka committed
November 20, 2020
C
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
Christian Heimes committed
January 11, 2020
K
Fix host in address of socket.create_server example. (GH-17706)
Karthikeyan Singaravelan committed
December 6, 2019
M
bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13135)
Mario Corchero committed
October 1, 2019
G
bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH-16491)
Giampaolo Rodola committed
September 11, 2019
J
bpo-28724: Add methods send_fds and recv_fds to the socket module (GH-12889)
Joannah Nanjekye committed
September 9, 2019
N
bpo-11953: Extend table of Windows WSA* error codes (GH-15004)
Ngalim Siregar committed
July 12, 2019
H
closes bpo-37566: Remove _realsocket from socket.py. (GH-14711)
Hai Shi committed
April 9, 2019
G
BPO-17561: set create_server backlog default to None (GH-12735)
Giampaolo Rodola committed
April 8, 2019
G
bpo-35934: Add socket.create_server() utility function (GH-11784)
Giampaolo Rodola committed
October 31, 2018
S
bpo-33138: Change standard error message for non-pickleable and non-copyable types. (GH-6239)
Serhiy Storchaka committed
September 12, 2018
O
bpo-34282: Fix Enum._convert shadowing members named _convert (GH-8568)
orlnub123 committed
January 29, 2018
C
bpo-28134: Auto-detect socket values from file descriptor (#1349)
Christian Heimes committed
December 19, 2017
Y
bpo-32331: Fix socket.type when SOCK_NONBLOCK is available (#4877)
Yury Selivanov committed
September 13, 2017
V
bpo-31234, socket.create_connection(): Fix ref cycle (#3546)
Victor Stinner committed
September 17, 2016
B
Issue #26384: Merge from 3.5
Berker Peksag committed
B
Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfile
Berker Peksag committed
September 11, 2016
E
issue28083: add IntFlag constants
Ethan Furman committed
August 17, 2016
V
Issue #27698: Add socketpair to socket.__all__ on Windows
Victor Stinner committed
April 17, 2016
S
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka committed
February 18, 2016
B
Issue #16915: Clarify that mode parameter of socket.makefile() does not accept
Berker Peksag committed
October 25, 2015
B
merge 3.4 (#25471)
Benjamin Peterson committed
B
accepted sockets shouldn't inherit the SOCK_NONBLOCK flag (closes #25471)
Benjamin Peterson committed
March 19, 2015
E
issue23673
Ethan Furman committed
February 7, 2015
C
Issue #23285: PEP 475 -- Retry system calls failing with EINTR.
Charles-François Natali committed
January 13, 2015
B
merge 3.4 (#23221)
Benjamin Peterson committed
B
fix instances of consecutive articles (closes #23221)
Benjamin Peterson committed
November 19, 2014
S
Issue #20604: Added missed invalid mode in error message of socket.makefile().
Serhiy Storchaka committed