aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_socket.py
Commit message (Expand)AuthorAge
* gh-132987: Support __index__() in the socket module (GH-133093)Serhiy Storchaka36 hours
* gh-132734: Fix build on FreeBSD and old Linux (GH-132829)Serhiy Storchaka8 days
* gh-132734: Add new constants for Bluetooth sockets (GH-132735)Serhiy Storchaka9 days
* gh-132099: Accept an integer as the address for BTPROTO_HCI on Linux (GH-132525)Serhiy Storchaka2025-04-16
* gh-70145: Add support for channels in Bluetooth HCI protocol (GH-132481)Serhiy Storchaka2025-04-14
* gh-132099: Harmonize Bluetooth address handling (GH-132486)Serhiy Storchaka2025-04-14
* gh-132429: Remove not working test for Bluetooth socket (GH-132459)Serhiy Storchaka2025-04-12
* gh-132429: Fix support of Bluetooth sockets on NetBSD and DragonFly BSD (GH-1...Serhiy Storchaka2025-04-12
* gh-85302: Add support for BTPROTO_SCO on FreeBSD (GH-131981)Serhiy Storchaka2025-04-11
* Skip a test for Bluetooth HCI socket (added in GH-132023) if it fails (GH-132...Serhiy Storchaka2025-04-05
* Add tests for Bluetooth RFCOMM, HCI and SCO (GH-132023)Serhiy Storchaka2025-04-04
* gh-128770: raise warnings as errors in test suite - except for test_socket wh...Thomas Grainger2025-03-27
* gh-114917: add support for AI_NUMERICSERV in getaddrinfo emulation (#114918)Max Bachmann2025-03-18
* gh-129288: Add optional l2_cid and l2_bdaddr_type in BTPROTO_L2CAP socket add...Fredrik Ahlberg2025-02-27
* gh-119461: Restore the testSocket VSOCK skipUnless removed by PR #119465 (#12...Gregory P. Smith2025-02-01
* Revert "gh-128770: raise warnings as errors in test suite - except for test_s...Hugo van Kemenade2025-01-17
* gh-128770: raise warnings as errors in test suite - except for test_socket wh...Thomas Grainger2025-01-17
* gh-128277: remove unnecessary critical section from `socket.close` (#128305)Kumar Aditya2025-01-01
* gh-128116: Skip test_socket VSOCK testStream() on PermissionError (#128120)Victor Stinner2024-12-20
* gh-126876: Fix test_socket.testLargeTimeout() for missing _testcapi (#127517)Victor Stinner2024-12-02
* gh-126876: Fix socket internal_select() for large timeout (#126968)Victor Stinner2024-11-19
* Skip test in test_socket.py if `sys.getrefcount` isn't available (#126640)CF Bolz-Tereick2024-11-10
* Android: Update tests for newly-available functions affected by SELinux (#126...Malcolm Smith2024-10-27
* Fix typos (#123775)algonell2024-09-09
* gh-117657: Fix file descriptor race in test_socket.py (#123697)Nadeshiko Manju2024-09-06
* gh-123476: Add support for TCP_QUICKACK socket setting to Windows (#123478)nkinnan2024-09-05
* gh-122133: Rework pure Python socketpair tests to avoid use of importlib.relo...Russell Keith-Magee2024-07-31
* gh-122133: Authenticate socket connection for `socket.socketpair()` fallback ...Seth Michael Larson2024-07-29
* gh-119461: Fix ThreadedVSOCKSocketStreamTest (#119465)Victor Stinner2024-05-23
* gh-116303: Skip test module dependent tests if test modules are unavailable (...Erlend E. Aasland2024-04-03
* gh-71042: Add `platform.android_ver` (#116674)Malcolm Smith2024-03-27
* gh-71052: Change Android's `sys.platform` from "linux" to "android"Malcolm Smith2024-03-11
* gh-101384: Add socket timeout to ThreadedVSOCKSocketStreamTest and skip it on...Peter Jiping Xie2024-02-17
* gh-114099: Add test exclusions to support running the test suite on iOS (#114...Russell Keith-Magee2024-02-05
* gh-80931: Skip some socket tests while hunting for refleaks on macOS (#114057)Ronald Oussoren2024-01-21
* bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503)Zackery Spytz2023-12-01
* gh-76106: Remove the cleanup lock in test_socket (GH-110539)Serhiy Storchaka2023-10-11
* gh-110167: Fix test_socket deadlock in doCleanups() (#110416)Victor Stinner2023-10-05
* gh-110391: socket NetworkConnectionAttributesTest always declare cli (#110401)Victor Stinner2023-10-05
* gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (#109423)Victor Stinner2023-09-14
* gh-109015: Add test.support.socket_helper.tcp_blackhole() (#109016)Victor Stinner2023-09-07
* gh-92658: Fix typo in docs and tests for `HV_GUID_PARENT` (GH-105267)Nikita Sobolev2023-06-06
* gh-74895: adjust tests to work on Solaris (#104326)Jakub KulĂ­k2023-05-09
* gh-103092: Isolate `socket` module (#103094)Erlend E. Aasland2023-04-09
* gh-102943: Stop checking localized error text in socket tests on Windows (GH-...AN Long2023-03-23
* gh-102799: remove unnecessary calls to sys.exc_info() in tests (#102800)Irit Katriel2023-03-18
* gh-74895: getaddrinfo no longer raises OverflowError (#2435)Radek Smejkal2023-02-13
* gh-100374: Fixed a bug in socket.getfqdn() (gh-100375)Dominic Socular2022-12-21
* gh-95243: Mitigate the race condition in testSockName (#96173)Ross Burton2022-08-24
* gh-95174: WASI: skip missing sockets functions (GH-95179)Christian Heimes2022-07-27