COMMITS
/ Lib/test/support/socket_helper.py October 30, 2025
P
gh-140748: socket_helper.transient_internet: Unwrap UrlError.__cause__ (GH-140749)
Petr Viktorin committed
September 6, 2023
V
gh-109015: Add test.support.socket_helper.tcp_blackhole() (#109016)
Victor Stinner committed
May 24, 2023
V
gh-104773: PEP 594: Remove the nntplib module (#104894)
Victor Stinner committed
March 13, 2023
谭
Fix broken link to MSDN (#102355)
谭九鼎 committed
June 17, 2022
V
gh-93852: Add test.support.create_unix_domain_name() (#93914)
Victor Stinner committed
May 23, 2022
C
gh-90473: WASI: skip gethostname tests (GH-93092)
Christian Heimes committed
April 15, 2022
B
gh-91217: deprecate nntplib (GH-91543)
Brett Cannon committed
March 30, 2022
O
Replace with_traceback() with exception chaining and reraising (GH-32074)
Oleg Iarygin committed
July 26, 2021
M
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak committed
November 20, 2020
C
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
Christian Heimes committed
June 25, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-20824)
Hai Shi committed
May 1, 2020
V
bpo-40275: Fix name error in support.socket_helper (GH-19825)
Victor Stinner committed
April 29, 2020
P
Add missing sys import to socket_helper.py (GH-19791)
Pablo Galindo committed
S
bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711)
Serhiy Storchaka committed
April 25, 2020
S
bpo-40275: Avoid importing socket in test.support (GH-19603)
Serhiy Storchaka committed