COMMITS
/ Modules/socketmodule.c October 7, 2021
C
Fix typos in the Modules directory (GH-28761)
Christian Clauss committed
October 1, 2021
V
bpo-41710: Add private _PyDeadline_Get() function (GH-28674)
Victor Stinner committed
September 30, 2021
V
bpo-41710: Add _PyTime_AsTimespec_clamp() (GH-28629)
Victor Stinner committed
September 17, 2021
S
bpo-45228: Fix stack buffer overflow in parsing J1939 address (GH-28404)
Serhiy Storchaka committed
September 7, 2021
M
Remove documentation for non-existing socket class attributes (GH-28029)
Matti Picus committed
July 26, 2021
M
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak committed
July 14, 2021
S
bpo-34932: Add socket.TCP_KEEPALIVE for macOS (GH-25079)
Shane Harvey committed
June 20, 2021
G
bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992)
Georg Sauthoff committed
April 21, 2021
S
bpo-26227: Fixes decoding of host names on Windows from ANSI instead of UTF-8 (GH-25510)
Steve Dower committed
March 20, 2021
R
bpo-43571: Add IPPROTO_MPTCP macro (GH-24946)
Rui Cunha committed
January 6, 2021
E
bpo-41798: Allocate _socket module C API on the heap (GH-24126)
Erlend Egeberg Aasland committed
December 31, 2020
E
bpo-42393: Raise OverflowError iso. DeprecationWarning on overflow in socket.ntohs and socket.htons (GH-23980)
Erlend Egeberg Aasland committed
December 23, 2020
C
bpo-42620: Improve socket.getsockname doc string (GH-23742)
Christian Heimes committed
November 20, 2020
C
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
Christian Heimes committed
October 26, 2020
S
bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648)
Serhiy Storchaka committed
June 15, 2020
V
bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)
Victor Stinner committed
May 28, 2020
V
bpo-25920: Remove socket.getaddrinfo() lock on macOS (GH-20177)
Victor Stinner committed
May 26, 2020
S
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka committed
April 29, 2020
K
bpo-40291: Add support for CAN_J1939 sockets (GH-19538)
karl ding committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
V
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner committed
April 9, 2020
Z
bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190)
Zackery Spytz committed
March 31, 2020
S
bpo-40121: Fixes audit event raised on creating a new socket (GH-19238)
Steve Dower committed
March 6, 2020
A
closes bpo-39859: Do not downcast result of hstrerror (GH-18790)
Andy Lester committed
February 7, 2020
V
bpo-39573: Add Py_SET_TYPE() function (GH-18394)
Victor Stinner committed
V
bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393)
Victor Stinner committed
October 10, 2019
V
bpo-38282: Rewrite getsockaddrarg() helper function (GH-16698)
Victor Stinner committed
September 12, 2019
September 1, 2019
S
bpo-15999: Always pass bool instead of int to socket.setblocking(). (GH-15621)
Serhiy Storchaka committed
August 21, 2019
G
Unmark files as executable that can't actually be executed. (GH-15353)
Greg Price committed
August 14, 2019
A
bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202)
Artem Khramov committed
August 2, 2019
G
bpo-36590: Add Bluetooth RFCOMM and support for Windows. (GH-12767)
Greg Bowser committed
July 31, 2019
K
bpo-37085: Expose SocketCAN bcm_msg_head flags (#13646)
karl ding committed
June 24, 2019
G
bpo-37345: Add formal UDPLITE support (GH-14258)
Gabe Appleton committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
May 29, 2019
Z
A
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944)
Antoine Pitrou committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
March 28, 2019
G
bpo-29515: add missing socket.IPPROTO_* constants on Windows (GH-12183)
Giampaolo Rodola committed
March 20, 2019
I
bpo-8677: use PY_SSIZE_T_CLEAN in socketmodule.c (GH-12467)
Inada Naoki committed
March 13, 2019
S
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka committed
December 31, 2018
J
bpo-35550: Fix incorrect Solaris define guards (GH-11275)
Jakub Kulík committed
G
bpo-35214: MSan workarounds for socket, time, and test_faulthandler. (GH-11375)
Gregory P. Smith committed
December 17, 2018
D
bpo-35415: validate fileno argument to socket.socket (GH-10917)
Dima Tisnek committed
December 11, 2018
S
bpo-35454: Fix miscellaneous minor issues in error handling. (#11077)
Serhiy Storchaka committed
December 10, 2018
C
bpo-35050: AF_ALG length check off-by-one error (GH-10058)
Christian Heimes committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
November 14, 2018
Z
Fix a possible reference leak in _socket.getaddrinfo(). (GH-10543)
Zackery Spytz committed
September 26, 2018
B
bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706)
Bjorn Andersson committed
September 12, 2018
C
closes bpo-25041: Document AF_PACKET socket address format. (GH-4092)
Cheryl Sabella committed