COMMITS
/ Modules/socketmodule.c March 26, 2026
M
[3.13] gh-144837: Improve documentation for more collection methods (GH-144841) (GH-146484)
Miss Islington (bot) committed
March 22, 2026
M
[3.13] gh-146245: Fix reference and buffer leaks via audit hook in socket module (GH-146248) (GH-146275)
Miss Islington (bot) committed
February 13, 2026
M
[3.13] gh-143637: Fix re-entrant mutation of ancillary data in socket.sendmsg() (GH-143892) (#144785)
Miss Islington (bot) committed
January 7, 2026
V
[3.13] gh-142991: Fix socketmodule.c build: remove _Py_FALLTHROUGH (#143514)
Victor Stinner committed
January 6, 2026
M
[3.13] gh-142991: socketmodule: fixed getsockaddrlen() for PF_DIVERT socket (GH-142993) (#143482)
Miss Islington (bot) committed
November 9, 2025
October 8, 2025
V
[3.13] gh-139748: Fix socket.if_nametoindex() Argument Clinic (#139815)
Victor Stinner committed
K
[3.13] gh-139748: fix leaks in AC error paths when using unicode FS-b… (#139792)
Kumar Aditya committed
April 18, 2025
M
[3.13] gh-129719: Restore missing `socket.CAN_RAW_ERR_FILTER` on Linux (GH-129721) (#132702)
Miss Islington (bot) committed
April 14, 2025
S
[3.13] gh-132099: Harmonize Bluetooth address handling (GH-132486) (GH-132497)
Serhiy Storchaka committed
April 12, 2025
S
[3.13] gh-132429: Fix support of Bluetooth sockets on NetBSD and DragonFly BSD (GH-132431) (GH-132458)
Serhiy Storchaka committed
April 4, 2025
M
[3.13] gh-132075: Fix possible use of sockaddr structures with uninitialized members (GH-132076) (GH-132086)
Miss Islington (bot) committed
April 1, 2025
V
[3.13] gh-111178: Fix getsockaddrarg() undefined behavior (#131668) (#131977)
Victor Stinner committed
December 2, 2024
M
[3.13] gh-126876: Fix socket internal_select() for large timeout (GH-126968) (#127002)
Miss Islington (bot) committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
March 12, 2024
E
gh-116616: Use relaxed atomic ops to access socket module defaulttimeout (#116623)
Erlend E. Aasland committed
February 20, 2024
V
gh-110850: Use public PyTime functions (#115746)
Victor Stinner committed
V
gh-104061: Add socket.SO_BINDTOIFINDEX constant (GH-104062)
Victor Westerhuis committed
V
gh-110850: Cleanup pycore_time.h includes (#115724)
Victor Stinner committed
V
gh-110850: Replace _PyTime_t with PyTime_t (#115719)
Victor Stinner committed
December 1, 2023
Z
bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503)
Zackery Spytz committed
November 15, 2023
A
gh-111995: Add getnameinfo extension flag (#111994)
adder32 committed
November 14, 2023
V
gh-111262: Add PyDict_Pop() function (#112028)
Victor Stinner committed
November 8, 2023
B
gh-111662: Update socket module to use AC for optimizing performance (gh-111661)
Bogdan Romanyuk committed
October 25, 2023
S
gh-106320: Re-add some PyLong/PyDict C-API functions (GH-#111162)
scoder committed
N
gh-111253: Fix error checking in _socket module init (#111254)
Nikita Sobolev committed
October 20, 2023
S
gh-110093: Partially revert previous change in socketmodule.c (GH-111120)
Serhiy Storchaka committed
S
gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094)
Serhiy Storchaka committed
October 9, 2023
J
gh-78469: Declare missing sethostname for Solaris 10 (#109447)
Jakub Kulík committed
September 2, 2023
V
gh-63760: Don't declare gethostname() on Solaris (#108817)
Victor Stinner committed
V
gh-108765: Python.h no longer includes <unistd.h> (#108783)
Victor Stinner committed
V
gh-108765: Remove old prototypes from pyport.h (#108782)
Victor Stinner committed
August 29, 2023
V
gh-108240: Add pycore_capsule.h internal header file (#108596)
Victor Stinner committed
August 26, 2023
S
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Serhiy Storchaka committed
August 24, 2023
V
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Victor Stinner committed
V
gh-106320: Remove private _PyDict functions (#108449)
Victor Stinner committed
August 23, 2023
V
gh-108240: Add _PyCapsule_SetTraverse() internal function (#108339)
Victor Stinner committed
July 27, 2023
C
gh-104432: Use `memcpy()` to avoid misaligned loads (#104433)
Christopher Chavez committed
July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
July 18, 2023
S
gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860)
Serhiy Storchaka committed
July 2, 2023
I
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki committed
June 1, 2023
V
gh-92536: Remove PyUnicode_READY() calls (#105210)
Victor Stinner committed
May 21, 2023
S
gh-98836: Extend PyUnicode_FromFormat() (GH-98838)
Serhiy Storchaka committed
May 8, 2023
N
GH-104308: socket.getnameinfo should release the GIL (#104307)
Nathaniel J. Smith committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
May 4, 2023
G
gh-96534: socketmodule: support FreeBSD divert(4) socket (#96536)
Gleb Smirnoff committed
April 27, 2023
R
gh-89415: Add source-specific multicast constants to socket module (#103684)
Reese Hyde committed
April 9, 2023
E
gh-103092: Isolate `socket` module (#103094)
Erlend E. Aasland committed
April 7, 2023
E
gh-83004: Harden _socket init (GH-103261)
Erlend E. Aasland committed
March 30, 2023
B
Add IPv6 into to the docstring for socket.getsockname (#102961)
Brian Haley committed