COMMITS
/ Lib/socket.py 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
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
S
Issue #20604: Added missed invalid mode in error message of socket.makefile().
Serhiy Storchaka committed
October 18, 2014
E
Issue20689: add missing API pieces to __all__
Ethan Furman committed
E
Issue20689: add missing API pieces to __all__
Ethan Furman committed
October 15, 2014
E
Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are SocketKind
Ethan Furman committed
E
Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are SocketKind
Ethan Furman committed
October 14, 2014
C
Issue #18643: Add socket.socketpair() on Windows.
Charles-François Natali committed
July 22, 2014
S
Issue #22032: __qualname__ instead of __name__ is now always used to format
Serhiy Storchaka committed
June 11, 2014
October 3, 2013
G
Provide a more readable representation of socket on repr().
Giampaolo Rodola' committed
August 31, 2013
E
Switch the AF_* and SOCK_* constants in the socket module to IntEnum.
Eli Bendersky committed
August 27, 2013
V
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed