index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_socket.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503)
Zackery Spytz
2023-12-01
1
-0/+13
*
gh-76106: Remove the cleanup lock in test_socket (GH-110539)
Serhiy Storchaka
2023-10-11
1
-24/+2
*
gh-110167: Fix test_socket deadlock in doCleanups() (#110416)
Victor Stinner
2023-10-05
1
-5/+7
*
gh-110391: socket NetworkConnectionAttributesTest always declare cli (#110401)
Victor Stinner
2023-10-05
1
-1/+3
*
gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (#109423)
Victor Stinner
2023-09-14
1
-3/+7
*
gh-109015: Add test.support.socket_helper.tcp_blackhole() (#109016)
Victor Stinner
2023-09-06
1
-0/+2
*
gh-92658: Fix typo in docs and tests for `HV_GUID_PARENT` (GH-105267)
Nikita Sobolev
2023-06-06
1
-1/+1
*
gh-74895: adjust tests to work on Solaris (#104326)
Jakub KulĂk
2023-05-09
1
-6/+6
*
gh-103092: Isolate `socket` module (#103094)
Erlend E. Aasland
2023-04-09
1
-0/+7
*
gh-102943: Stop checking localized error text in socket tests on Windows (GH-...
AN Long
2023-03-23
1
-2/+1
*
gh-102799: remove unnecessary calls to sys.exc_info() in tests (#102800)
Irit Katriel
2023-03-18
1
-2/+2
*
gh-74895: getaddrinfo no longer raises OverflowError (#2435)
Radek Smejkal
2023-02-14
1
-0/+48
*
gh-100374: Fixed a bug in socket.getfqdn() (gh-100375)
Dominic Socular
2022-12-21
1
-0/+4
*
gh-95243: Mitigate the race condition in testSockName (#96173)
Ross Burton
2022-08-25
1
-2/+13
*
gh-95174: WASI: skip missing sockets functions (GH-95179)
Christian Heimes
2022-07-27
1
-0/+13
*
gh-94821: Fix autobind of empty unix domain address (GH-94826)
Nir Soffer
2022-07-15
1
-0/+19
*
gh-94068: Remove HVSOCKET_CONTAINER_PASSTHRU constant because it has been rem...
Steve Dower
2022-06-21
1
-1/+0
*
gh-93852: Add test.support.create_unix_domain_name() (#93914)
Victor Stinner
2022-06-17
1
-38/+34
*
Remove the execution bit to some socket-related files. (#93368)
Ezio Melotti
2022-06-01
1
-0/+0
*
gh-92658: Add Hyper-V socket support (GH-92755)
Jordan Borean
2022-05-24
1
-0/+68
*
bpo-45046: Support context managers in unittest (GH-28045)
Serhiy Storchaka
2022-05-08
1
-3/+1
*
gh-74166: Add option to get all errors from socket.create_connection (GH-91586)
Irit Katriel
2022-04-18
1
-0/+18
*
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes
2022-03-22
1
-0/+2
*
bpo-40066: [Enum] fix tests (GH-30643)
Ethan Furman
2022-01-17
1
-8/+8
*
bpo-40066: [Enum] skip failing doc test (GH-30637)
Kumar Aditya
2022-01-17
1
-4/+8
*
Revert "bpo-40066: [Enum] update str() and format() output (GH-30582)" (GH-3...
Victor Stinner
2022-01-17
1
-8/+4
*
bpo-40066: [Enum] update str() and format() output (GH-30582)
Ethan Furman
2022-01-16
1
-4/+8
*
Add a comment about how to fix bogus test_host_resolution_bad_address failure...
Barry Warsaw
2021-10-20
1
-2/+4
*
bpo-45187: Fix dangling threads in test_socket.CreateServerFunctionalTest (GH...
Serhiy Storchaka
2021-09-17
1
-9/+3
*
bpo-45212: Add a comment for time.sleep() in tests (GH-28414)
Serhiy Storchaka
2021-09-17
1
-0/+1
*
bpo-45187: Collect test_socket tests using unittest (GH-28317)
Serhiy Storchaka
2021-09-17
1
-79/+5
*
bpo-45212: Fix dangling threads in skipped tests in test_socket (GH-28361)
Serhiy Storchaka
2021-09-16
1
-11/+8
*
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
Serhiy Storchaka
2021-08-29
1
-0/+1
*
bpo-34932: Add socket.TCP_KEEPALIVE for macOS (GH-25079)
Shane Harvey
2021-07-14
1
-0/+7
*
bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-19548)
karl ding
2021-05-04
1
-2/+1
*
bpo-43651: PEP 597: Fix `socket.makefile()` (GH-25645)
Inada Naoki
2021-04-27
1
-3/+4
*
bpo-38659: [Enum] add _simple_enum decorator (GH-25497)
Ethan Furman
2021-04-21
1
-0/+35
*
Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)
Ethan Furman
2021-04-20
1
-35/+0
*
bpo-38659: [Enum] add _simple_enum decorator (GH-25285)
Ethan Furman
2021-04-20
1
-0/+35
*
bpo-40066: Enum: modify `repr()` and `str()` (GH-22392)
Ethan Furman
2021-03-31
1
-4/+4
*
bpo-42393: Raise OverflowError iso. DeprecationWarning on overflow in socket....
Erlend Egeberg Aasland
2020-12-31
1
-6/+5
*
skip test_getaddrinfo_ipv6_scopeid_symbolic and test_getnameinfo_ipv6_scopeid...
pxinwr
2020-11-28
1
-0/+2
*
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
Christian Heimes
2020-11-20
1
-17/+19
*
bpo-42172: Correct typo for test_socket.py (GH-23013)
Akashkumar D Khunt
2020-10-30
1
-3/+3
*
bpo-40275: Use new test.support helper submodules in tests (GH-21317)
Hai Shi
2020-07-06
1
-28/+29
*
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi
2020-05-27
1
-3/+4
*
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka
2020-05-26
1
-4/+2
*
bpo-35569: Expose RFC 3542 IPv6 socket options on macOS (GH-19526)
Erlend Egeberg Aasland
2020-05-17
1
-0/+31
*
bpo-40291: Add support for CAN_J1939 sockets (GH-19538)
karl ding
2020-04-29
1
-0/+74
*
bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711)
Serhiy Storchaka
2020-04-29
1
-1/+1
[next]