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
*
Make sure file object is close if socket.create_connection fails (GH-11334) (...
Miss Islington (bot)
2019-01-18
1
-5/+4
*
bpo-35050: AF_ALG length check off-by-one error (GH-10058) (GH-11070)
Victor Stinner
2018-12-10
1
-0/+18
*
bpo-35347: Fix test_socket.NonBlockingTCPTests (GH-10791)
Miss Islington (bot)
2018-11-30
1
-25/+39
*
Fix tests in test_socket to use correctly CMSG_LEN (GH-9594)
Miss Islington (bot)
2018-09-27
1
-2/+3
*
bpo-33937: Catch ENOMEM error in test_socket (GH-9557)
Miss Islington (bot)
2018-09-25
1
-2/+13
*
bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277)
Miss Islington (bot)
2018-09-17
1
-27/+0
*
Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191)
Miss Islington (bot)
2018-07-09
1
-1/+1
*
[3.6] bpo-31234: Add test.support.wait_threads_exit() (GH-3578) (GH-7315)
Victor Stinner
2018-06-01
1
-0/+4
*
bpo-31479: Always reset the signal alarm in tests (GH-3588) (GH-7312)
Victor Stinner
2018-06-01
1
-9/+14
*
[3.6] Spelling fixes to docs, docstrings, and comments (GH-6374) (#6558)
Terry Jan Reedy
2018-04-21
1
-1/+1
*
[3.6] bpo-32394: Remove some TCP options on older version Windows. (GH-5585)
animalize
2018-02-26
1
-0/+19
*
[3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#...
Andrew Svetlov
2017-12-14
1
-2/+2
*
Skip test_socket.test_sha256() on linux < 4.5 (GH-4643) (#4645)
Miss Islington (bot)
2017-11-30
1
-0/+3
*
Fix test_socket.test_create_connection() (GH-4206) (#4208)
Miss Islington (bot)
2017-11-01
1
-0/+4
*
Backport bpo-30205 to 3.6 (#1403)
Antoine Pitrou
2017-05-02
1
-0/+4
*
bpo-29845: Mark tests that use _testcapi as CPython-only (#711) (#725)
Serhiy Storchaka
2017-03-19
1
-0/+1
*
update test_socket AEAD test for kernel 4.9 and up (GH-133) (GH-548)
Mariatta
2017-03-17
1
-8/+7
*
bpo-28728: clarify possible test failure due to ISP (GH-412) (GH-531)
Xiang Zhang
2017-03-07
1
-5/+15
*
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.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
*
|
Issue #28683: Fix the tests that bind() a unix socket and raise PermissionError
Xavier de Gaye
2016-12-14
1
-6/+15
*
|
Merge 3.5
Xavier de Gaye
2016-11-13
1
-1/+2
|
\
\
|
|
/
|
*
Fix temporary file not deleted in test_socket
Xavier de Gaye
2016-11-13
1
-1/+2
*
|
Issue #28471: Avoid ResourceWarning by detaching test socket
Martin Panter
2016-10-20
1
-0/+1
*
|
Issue #28471: Fix crash (GIL state related) in socket.setblocking
Yury Selivanov
2016-10-18
1
-0/+12
*
|
Issue #20254: Merge from 3.5
Berker Peksag
2016-10-02
1
-2/+4
|
\
\
|
|
/
|
*
Issue #20254: Fix duplicate tests in test_socket
Berker Peksag
2016-10-02
1
-2/+4
*
|
Issue #26384: Merge from 3.5
Berker Peksag
2016-09-17
1
-0/+19
|
\
\
|
|
/
|
*
Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfile
Berker Peksag
2016-09-17
1
-0/+19
*
|
Issue 27744: test_aes_cbc is blocking x86-64 Ubuntu 15.10 Skylake CPU 3.x for...
Christian Heimes
2016-09-11
1
-3/+5
*
|
Issue #28078: Add missing colon
Christian Heimes
2016-09-11
1
-1/+1
*
|
Issue #28078: Silence resource warnings in test_socket. Initial patch by Xian...
Christian Heimes
2016-09-11
1
-11/+15
*
|
Issue 27744: skip test if AF_ALG socket bind fails
Christian Heimes
2016-09-06
1
-1/+5
*
|
Issue 27744: AES-CBC and DRBG need Kernel 3.19+
Christian Heimes
2016-09-05
1
-0/+2
*
|
Issue 27744: Check for AF_ALG support in Kernel
Christian Heimes
2016-09-05
1
-1/+14
*
|
Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module.
Christian Heimes
2016-09-05
1
-0/+165
*
|
Merge spelling and grammar fixes from 3.5
Martin Panter
2016-08-05
1
-1/+1
|
\
\
|
|
/
|
*
Fix spelling and grammar in documentation and code comments
Martin Panter
2016-08-04
1
-1/+1
*
|
Issue #26536: Skip test_sio_loopback_fast_path under Windows 7
Berker Peksag
2016-06-18
1
-2/+8
*
|
Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Dani...
Steve Dower
2016-06-17
1
-0/+10
*
|
Issue #27171: Merge typo fixes from 3.5
Martin Panter
2016-06-02
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27171: Fix typos in documentation, comments, and test function names
Martin Panter
2016-06-02
1
-1/+1
*
|
Issue #27125: Merge typo fixes from 3.5
Martin Panter
2016-05-30
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27125: Remove duplicated words from documentation and comments
Martin Panter
2016-05-30
1
-1/+1
*
|
Issue #27076: Merge spelling from 3.5
Martin Panter
2016-05-26
1
-2/+2
|
\
\
|
|
/
|
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
1
-2/+2
*
|
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
1
-1/+0
*
|
Issue #26685: Raise OSError if closing a socket fails
Martin Panter
2016-04-11
1
-0/+11
[next]