index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_socket.py
Commit message (
Expand
)
Author
Age
*
gh-132987: Support __index__() in the socket module (GH-133093)
Serhiy Storchaka
36 hours
*
gh-132734: Fix build on FreeBSD and old Linux (GH-132829)
Serhiy Storchaka
8 days
*
gh-132734: Add new constants for Bluetooth sockets (GH-132735)
Serhiy Storchaka
9 days
*
gh-132099: Accept an integer as the address for BTPROTO_HCI on Linux (GH-132525)
Serhiy Storchaka
2025-04-16
*
gh-70145: Add support for channels in Bluetooth HCI protocol (GH-132481)
Serhiy Storchaka
2025-04-14
*
gh-132099: Harmonize Bluetooth address handling (GH-132486)
Serhiy Storchaka
2025-04-14
*
gh-132429: Remove not working test for Bluetooth socket (GH-132459)
Serhiy Storchaka
2025-04-12
*
gh-132429: Fix support of Bluetooth sockets on NetBSD and DragonFly BSD (GH-1...
Serhiy Storchaka
2025-04-12
*
gh-85302: Add support for BTPROTO_SCO on FreeBSD (GH-131981)
Serhiy Storchaka
2025-04-11
*
Skip a test for Bluetooth HCI socket (added in GH-132023) if it fails (GH-132...
Serhiy Storchaka
2025-04-05
*
Add tests for Bluetooth RFCOMM, HCI and SCO (GH-132023)
Serhiy Storchaka
2025-04-04
*
gh-128770: raise warnings as errors in test suite - except for test_socket wh...
Thomas Grainger
2025-03-27
*
gh-114917: add support for AI_NUMERICSERV in getaddrinfo emulation (#114918)
Max Bachmann
2025-03-18
*
gh-129288: Add optional l2_cid and l2_bdaddr_type in BTPROTO_L2CAP socket add...
Fredrik Ahlberg
2025-02-27
*
gh-119461: Restore the testSocket VSOCK skipUnless removed by PR #119465 (#12...
Gregory P. Smith
2025-02-01
*
Revert "gh-128770: raise warnings as errors in test suite - except for test_s...
Hugo van Kemenade
2025-01-17
*
gh-128770: raise warnings as errors in test suite - except for test_socket wh...
Thomas Grainger
2025-01-17
*
gh-128277: remove unnecessary critical section from `socket.close` (#128305)
Kumar Aditya
2025-01-01
*
gh-128116: Skip test_socket VSOCK testStream() on PermissionError (#128120)
Victor Stinner
2024-12-20
*
gh-126876: Fix test_socket.testLargeTimeout() for missing _testcapi (#127517)
Victor Stinner
2024-12-02
*
gh-126876: Fix socket internal_select() for large timeout (#126968)
Victor Stinner
2024-11-19
*
Skip test in test_socket.py if `sys.getrefcount` isn't available (#126640)
CF Bolz-Tereick
2024-11-10
*
Android: Update tests for newly-available functions affected by SELinux (#126...
Malcolm Smith
2024-10-27
*
Fix typos (#123775)
algonell
2024-09-09
*
gh-117657: Fix file descriptor race in test_socket.py (#123697)
Nadeshiko Manju
2024-09-06
*
gh-123476: Add support for TCP_QUICKACK socket setting to Windows (#123478)
nkinnan
2024-09-05
*
gh-122133: Rework pure Python socketpair tests to avoid use of importlib.relo...
Russell Keith-Magee
2024-07-31
*
gh-122133: Authenticate socket connection for `socket.socketpair()` fallback ...
Seth Michael Larson
2024-07-29
*
gh-119461: Fix ThreadedVSOCKSocketStreamTest (#119465)
Victor Stinner
2024-05-23
*
gh-116303: Skip test module dependent tests if test modules are unavailable (...
Erlend E. Aasland
2024-04-03
*
gh-71042: Add `platform.android_ver` (#116674)
Malcolm Smith
2024-03-27
*
gh-71052: Change Android's `sys.platform` from "linux" to "android"
Malcolm Smith
2024-03-11
*
gh-101384: Add socket timeout to ThreadedVSOCKSocketStreamTest and skip it on...
Peter Jiping Xie
2024-02-17
*
gh-114099: Add test exclusions to support running the test suite on iOS (#114...
Russell Keith-Magee
2024-02-05
*
gh-80931: Skip some socket tests while hunting for refleaks on macOS (#114057)
Ronald Oussoren
2024-01-21
*
bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503)
Zackery Spytz
2023-12-01
*
gh-76106: Remove the cleanup lock in test_socket (GH-110539)
Serhiy Storchaka
2023-10-11
*
gh-110167: Fix test_socket deadlock in doCleanups() (#110416)
Victor Stinner
2023-10-05
*
gh-110391: socket NetworkConnectionAttributesTest always declare cli (#110401)
Victor Stinner
2023-10-05
*
gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (#109423)
Victor Stinner
2023-09-14
*
gh-109015: Add test.support.socket_helper.tcp_blackhole() (#109016)
Victor Stinner
2023-09-07
*
gh-92658: Fix typo in docs and tests for `HV_GUID_PARENT` (GH-105267)
Nikita Sobolev
2023-06-06
*
gh-74895: adjust tests to work on Solaris (#104326)
Jakub KulĂk
2023-05-09
*
gh-103092: Isolate `socket` module (#103094)
Erlend E. Aasland
2023-04-09
*
gh-102943: Stop checking localized error text in socket tests on Windows (GH-...
AN Long
2023-03-23
*
gh-102799: remove unnecessary calls to sys.exc_info() in tests (#102800)
Irit Katriel
2023-03-18
*
gh-74895: getaddrinfo no longer raises OverflowError (#2435)
Radek Smejkal
2023-02-13
*
gh-100374: Fixed a bug in socket.getfqdn() (gh-100375)
Dominic Socular
2022-12-21
*
gh-95243: Mitigate the race condition in testSockName (#96173)
Ross Burton
2022-08-24
*
gh-95174: WASI: skip missing sockets functions (GH-95179)
Christian Heimes
2022-07-27
[next]