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-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
*
bpo-40275: Avoid importing socket in test.support (GH-19603)
Serhiy Storchaka
2020-04-25
1
-57/+58
*
Handle when IOCTL_VM_SOCKETS_GET_LOCAL_CID does not exist in "socket" (GH-19270)
Pablo Galindo
2020-04-01
1
-0/+2
*
bpo-38614: Use support timeout constants (GH-17572)
HEAD
master
Victor Stinner
2019-12-11
1
-6/+14
*
bpo-38614: Add timeout constants to test.support (GH-16964)
Victor Stinner
2019-10-30
1
-9/+7
*
closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN....
bggardner
2019-09-12
1
-1/+3
*
bpo-28724: Add methods send_fds and recv_fds to the socket module (GH-12889)
Joannah Nanjekye
2019-09-11
1
-1/+44
*
bpo-15999: Always pass bool instead of int to socket.setblocking(). (GH-15621)
Serhiy Storchaka
2019-09-01
1
-5/+5
*
bpo-36590: Add Bluetooth RFCOMM and support for Windows. (GH-12767)
Greg Bowser
2019-08-02
1
-0/+55
*
bpo-37085: Expose SocketCAN bcm_msg_head flags (#13646)
karl ding
2019-07-31
1
-0/+13
*
bpo-37553: SendfileUsingSendTest tests timeout too short for Windows ARM32 (G...
Paul Monson
2019-07-14
1
-1/+2
*
bpo-37199: Fix test failures when IPv6 is unavailable or disabled (#14480)
Zackery Spytz
2019-06-30
1
-1/+8
*
bpo-37345: Add formal UDPLITE support (GH-14258)
Gabe Appleton
2019-06-24
1
-0/+183
*
bpo-37007: Implement socket.if_nametoindex(), if_indextoname() and if_nameind...
Zackery Spytz
2019-05-29
1
-13/+11
*
bpo-36341: Fix tests calling bind() on AF_UNIX sockets (GH-12399)
xdegaye
2019-05-03
1
-2/+7
*
bpo-36629: Add support.get_socket_conn_refused_errs() (GH-12834)
Victor Stinner
2019-04-15
1
-8/+1
*
bpo-35934: Add socket.create_server() utility function (GH-11784)
Giampaolo Rodola
2019-04-08
1
-1/+125
*
bpo-29515: add missing socket.IPPROTO_* constants on Windows (GH-12183)
Giampaolo Rodola
2019-03-28
1
-0/+19
*
bpo-22831: Use "with" to avoid possible fd leaks in tests (part 1). (GH-10928)
Serhiy Storchaka
2019-03-05
1
-24/+19
*
bpo-36123: Fix test_socket.testWithTimeoutTriggeredSend() race condition (GH-...
Joannah Nanjekye
2019-02-26
1
-2/+3
*
Make sure file object is close if socket.create_connection fails (GH-11334)
Pablo Galindo
2018-12-29
1
-5/+4
*
bpo-11192: Skip unsupported cases in test_socket on AIX (GH-8954)
Michael Felt
2018-12-26
1
-9/+15
*
bpo-35415: validate fileno argument to socket.socket (GH-10917)
Dima Tisnek
2018-12-17
1
-5/+44
*
bpo-35050: AF_ALG length check off-by-one error (GH-10058)
Christian Heimes
2018-12-10
1
-0/+18
*
bpo-35347: Cleanup test_socket.NonBlockingTCPTests (GH-10818)
Victor Stinner
2018-11-30
1
-89/+74
*
bpo-35347: Fix test_socket.NonBlockingTCPTests (GH-10791)
Victor Stinner
2018-11-30
1
-25/+39
*
Fix tests in test_socket to use correctly CMSG_LEN (GH-9594)
Pablo Galindo
2018-09-27
1
-2/+3
*
bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706)
Bjorn Andersson
2018-09-26
1
-0/+41
*
bpo-33937: Catch ENOMEM error in test_socket (#9557)
Victor Stinner
2018-09-25
1
-2/+13
*
bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277)
Victor Stinner
2018-09-17
1
-27/+0
*
Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191)
Sergey Fedoseev
2018-07-09
1
-1/+1
*
Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919)
Victor Stinner
2018-06-26
1
-1/+1
*
bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)
Victor Stinner
2018-06-22
1
-1/+1
*
Provide a little better debug output (#6940)
Barry Warsaw
2018-05-17
1
-1/+1
*
Spelling fixes to docs, docstrings, and comments (GH-6374)
Ville Skyttä
2018-04-20
1
-1/+1
*
bpo-32394: Remove some TCP options on old version Windows. (GH-5523)
animalize
2018-02-26
1
-0/+22
*
bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (#5449)
Коренберг Марк
2018-02-12
1
-0/+66
*
bpo-28134: Ignore proto in unknown socket test (GH-5435)
Christian Heimes
2018-01-30
1
-2/+3
*
bpo-28134: Auto-detect socket values from file descriptor (#1349)
Christian Heimes
2018-01-29
1
-1/+44
*
bpo-32373: Add socket.getblocking() method. (#4926)
Yury Selivanov
2018-01-28
1
-3/+60
*
Revert "bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)" (...
Yury Selivanov
2018-01-28
1
-44/+0
*
bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)
Коренберг Марк
2018-01-27
1
-0/+44
*
bpo-32454: socket closefd (#5048)
Christian Heimes
2018-01-27
1
-0/+16
*
bpo-32593: Drop FreeBSD 9 and older support (#5232)
Victor Stinner
2018-01-22
1
-4/+0
*
bpo-32331: Fix socket.type when SOCK_NONBLOCK is available (#4877)
Yury Selivanov
2017-12-19
1
-6/+35
*
bpo-32297: Few misspellings found in Python source code comments. (#4803)
Mike
2017-12-14
1
-2/+2
*
Skip test_socket.test_sha256() on linux < 4.5 (#4643)
Victor Stinner
2017-11-30
1
-0/+3
*
test_socket: socket.socketpair() is always available (#4634)
Victor Stinner
2017-11-29
1
-2/+0
*
Replace KB unit with KiB (#4293)
Victor Stinner
2017-11-08
1
-1/+1
[next]