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-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
*
Fix miscellaneous typos (#4275)
luzpaz
2017-11-05
1
-1/+1
*
Fix test_socket.test_create_connection() (#4206)
Victor Stinner
2017-11-01
1
-0/+4
*
bpo-31479: Always reset the signal alarm in tests (#3588)
Victor Stinner
2017-09-19
1
-9/+14
*
bpo-31234: Add test.support.wait_threads_exit() (#3578)
Victor Stinner
2017-09-14
1
-0/+4
*
bpo-29639: change test.support.HOST to "localhost"
Gregory P. Smith
2017-09-09
1
-2/+2
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-51/+18
*
bpo-27584: New addition of vSockets to the python socket module (#2489)
caavery
2017-09-06
1
-0/+107
*
bpo-30987 - Support for ISO-TP protocol in SocketCAN (#2956)
Pier-Yves Lessard
2017-08-28
1
-0/+55
*
Fix tests: getsockname() can return None on OS X on unbound sockets (#1400)
Antoine Pitrou
2017-05-02
1
-2/+2
*
bpo-30205: Fix getsockname() for unbound AF_UNIX sockets on Linux (#1370)
Antoine Pitrou
2017-05-02
1
-0/+4
*
bpo-29972: Skip tests known to fail on AIX (#979)
Victor Stinner
2017-04-04
1
-3/+7
*
bpo-29845: Mark tests that use _testcapi as CPython-only (#711)
Serhiy Storchaka
2017-03-19
1
-0/+1
*
bpo-28728: clarify possible test failure due to ISP (GH-412)
Xiang Zhang
2017-03-07
1
-5/+15
*
update test_socket AEAD test for kernel 4.9 and up (#133)
matejcik
2017-02-16
1
-8/+7
*
Issue #28815: Merge test tweak from 3.6
Martin Panter
2017-01-08
1
-7/+3
|
\
|
*
Issue #28815: Merge test tweak from 3.5
Martin Panter
2017-01-08
1
-7/+3
|
|
\
|
|
*
Issue #28815: Use new exception subclasses
Martin Panter
2017-01-08
1
-7/+3
*
|
|
Issue #28815: Merge test_socket fix from 3.6
Martin Panter
2016-12-24
1
-3/+11
|
\
\
\
|
|
/
/
|
*
|
Issue #28815: Merge test_socket fix from 3.5
Martin Panter
2016-12-24
1
-3/+11
|
|
\
\
|
|
|
/
|
|
*
Issue #28815: Skip TIPC tests if /proc/modules is not readable
Martin Panter
2016-12-24
1
-3/+11
[next]