COMMITS
/ Lib/test/test_socket.py March 6, 2026
V
gh-145548: Use VMADDR_CID_LOCAL in VSOCK socket tests (#145589)
Victor Stinner committed
February 17, 2026
V
gh-143637: Fix test_socket.test_sendmsg_reentrant_ancillary_mutation() on Solaris (#144890)
Victor Stinner committed
February 13, 2026
P
gh-143637: Fix re-entrant mutation of ancillary data in socket.sendmsg() (#143892)
Priyanshu Singh committed
November 9, 2025
B
October 5, 2025
B
gh-139310: skip `test_aead_aes_gcm` for Linux kernel between 6.16.0 and 6.17.x (#139552)
Bénédikt Tran committed
September 23, 2025
S
gh-67795: Accept any real numbers as timestamp and timeout (GH-139224)
Serhiy Storchaka committed
September 17, 2025
S
gh-86819: Add ISO-TP CAN socket constants (#23794)
Stefan Tatschner committed
September 3, 2025
J
gh-91214: Skip tests failing on Solaris (GH-31978)
Jakub Kulík committed
August 5, 2025
N
gh-107545: Fix misleading setsockopt() error messages (GH-107546)
naweiss committed
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
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
May 5, 2025
D
gh-118761: Add test_lazy_import for more modules (#133057)
Daniel Hollas committed
April 29, 2025
S
gh-132987: Support __index__() in the socket module (GH-133093)
Serhiy Storchaka committed
April 23, 2025
S
gh-132734: Fix build on FreeBSD and old Linux (GH-132829)
Serhiy Storchaka committed
April 22, 2025
S
gh-132734: Add new constants for Bluetooth sockets (GH-132735)
Serhiy Storchaka committed
April 16, 2025
S
gh-132099: Accept an integer as the address for BTPROTO_HCI on Linux (GH-132525)
Serhiy Storchaka committed
April 14, 2025
S
gh-70145: Add support for channels in Bluetooth HCI protocol (GH-132481)
Serhiy Storchaka committed
S
gh-132099: Harmonize Bluetooth address handling (GH-132486)
Serhiy Storchaka committed
April 12, 2025
S
gh-132429: Remove not working test for Bluetooth socket (GH-132459)
Serhiy Storchaka committed
S
gh-132429: Fix support of Bluetooth sockets on NetBSD and DragonFly BSD (GH-132431)
Serhiy Storchaka committed
April 11, 2025
S
gh-85302: Add support for BTPROTO_SCO on FreeBSD (GH-131981)
Serhiy Storchaka committed
April 5, 2025
S
Skip a test for Bluetooth HCI socket (added in GH-132023) if it fails (GH-132072)
Serhiy Storchaka committed
April 4, 2025
S
Add tests for Bluetooth RFCOMM, HCI and SCO (GH-132023)
Serhiy Storchaka committed
March 27, 2025
March 18, 2025
M
gh-114917: add support for AI_NUMERICSERV in getaddrinfo emulation (#114918)
Max Bachmann committed
February 27, 2025
F
gh-129288: Add optional l2_cid and l2_bdaddr_type in BTPROTO_L2CAP socket address tuple (#129293)
Fredrik Ahlberg committed
February 2, 2025
G
gh-119461: Restore the testSocket VSOCK skipUnless removed by PR #119465 (#129561)
Gregory P. Smith committed
January 17, 2025
H
January 1, 2025
K
gh-128277: remove unnecessary critical section from `socket.close` (#128305)
Kumar Aditya committed
December 20, 2024
V
gh-128116: Skip test_socket VSOCK testStream() on PermissionError (#128120)
Victor Stinner committed
December 2, 2024
V
gh-126876: Fix test_socket.testLargeTimeout() for missing _testcapi (#127517)
Victor Stinner committed
November 19, 2024
V
gh-126876: Fix socket internal_select() for large timeout (#126968)
Victor Stinner committed
November 10, 2024
C
Skip test in test_socket.py if `sys.getrefcount` isn't available (#126640)
CF Bolz-Tereick committed
October 27, 2024
M
Android: Update tests for newly-available functions affected by SELinux (#126015)
Malcolm Smith committed
September 9, 2024
A
Fix typos (#123775)
algonell committed
September 6, 2024
N
gh-117657: Fix file descriptor race in test_socket.py (#123697)
Nadeshiko Manju committed
September 5, 2024
N
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 23, 2024
V
gh-119461: Fix ThreadedVSOCKSocketStreamTest (#119465)
Victor Stinner committed
April 3, 2024
E
gh-116303: Skip test module dependent tests if test modules are unavailable (#117341)
Erlend E. Aasland committed
March 27, 2024
M
gh-71042: Add `platform.android_ver` (#116674)
Malcolm Smith committed
March 11, 2024
M
gh-71052: Change Android's `sys.platform` from "linux" to "android"
Malcolm Smith committed
February 17, 2024
P
gh-101384: Add socket timeout to ThreadedVSOCKSocketStreamTest and skip it on WSL (GH-101419)
Peter Jiping Xie committed
February 5, 2024
R
gh-114099: Add test exclusions to support running the test suite on iOS (#114889)
Russell Keith-Magee committed
January 21, 2024
R
gh-80931: Skip some socket tests while hunting for refleaks on macOS (#114057)
Ronald Oussoren committed
December 1, 2023
Z
bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503)
Zackery Spytz committed
October 11, 2023
S
gh-76106: Remove the cleanup lock in test_socket (GH-110539)
Serhiy Storchaka committed