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-24725: Skip the test_socket.testFDPassEmpty on OS X (#1427)
Victor Stinner
2017-05-03
1
-0/+1
*
Backport bpo-30205 to 3.5 (#1404)
Antoine Pitrou
2017-05-02
1
-0/+4
*
bpo-29845: Mark tests that use _testcapi as CPython-only (#711) (#726)
Serhiy Storchaka
2017-03-19
1
-0/+1
*
Issue #28815: Use new exception subclasses
Martin Panter
2017-01-08
1
-7/+3
*
Issue #28815: Skip TIPC tests if /proc/modules is not readable
Martin Panter
2016-12-24
1
-3/+11
*
Fix temporary file not deleted in test_socket
Xavier de Gaye
2016-11-13
1
-1/+2
*
Issue #20254: Fix duplicate tests in test_socket
Berker Peksag
2016-10-02
1
-2/+4
*
Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfile
Berker Peksag
2016-09-17
1
-0/+19
*
Fix spelling and grammar in documentation and code comments
Martin Panter
2016-08-04
1
-1/+1
*
Issue #27171: Fix typos in documentation, comments, and test function names
Martin Panter
2016-06-02
1
-1/+1
*
Issue #27125: Remove duplicated words from documentation and comments
Martin Panter
2016-05-30
1
-1/+1
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
1
-2/+2
*
Issue #16915: Clarify that mode parameter of socket.makefile() does not accept
Berker Peksag
2016-02-18
1
-0/+14
*
Issue #25523: Merge a-to-an corrections from 3.4.
Serhiy Storchaka
2015-11-02
1
-1/+1
|
\
|
*
Issue #25523: Further a-to-an corrections.
Serhiy Storchaka
2015-11-02
1
-1/+1
*
|
merge 3.4 (#25471)
Benjamin Peterson
2015-10-25
1
-0/+1
|
\
\
|
|
/
|
*
accepted sockets shouldn't inherit the SOCK_NONBLOCK flag (closes #25471)
Benjamin Peterson
2015-10-25
1
-0/+1
*
|
Merge 3.4 (test_socket, issue #25138)
Victor Stinner
2015-09-21
1
-5/+4
|
\
\
|
|
/
|
*
Issue #25138: test_socket.test_idna() uses support.transient_internet() instead
Victor Stinner
2015-09-21
1
-5/+4
*
|
Issue #22397: Skip failing tests on AIX
Robert Collins
2015-08-02
1
-0/+4
|
\
\
|
|
/
|
*
Issue #22397: Skip failing tests on AIX
Robert Collins
2015-08-02
1
-0/+4
*
|
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Berker Peksag
2015-04-14
1
-1/+1
|
\
\
|
|
/
|
*
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Berker Peksag
2015-04-14
1
-1/+1
|
*
issue23673
Ethan Furman
2015-03-19
1
-0/+5
*
|
Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and
Serhiy Storchaka
2015-03-20
1
-0/+10
*
|
issue23673
Ethan Furman
2015-03-19
1
-0/+5
*
|
Fix whitespace.
Charles-François Natali
2015-02-07
1
-1/+1
*
|
Issue #23285: PEP 475 -- Retry system calls failing with EINTR.
Charles-François Natali
2015-02-07
1
-120/+4
*
|
Issue #20736: testSendmsgDontWait in test_socket no longer skipped on Linux.
Serhiy Storchaka
2014-11-19
1
-1/+1
|
\
\
|
|
/
|
*
Issue #20736: testSendmsgDontWait in test_socket no longer skipped on Linux.
Serhiy Storchaka
2014-11-19
1
-1/+1
*
|
merge 3.4
Benjamin Peterson
2014-11-03
1
-3/+4
|
\
\
|
|
/
|
*
merge 3.3
Benjamin Peterson
2014-11-03
1
-3/+4
|
|
\
|
|
*
merge 3.2
Benjamin Peterson
2014-11-03
1
-3/+4
|
|
|
\
|
|
|
*
move idna test domain to pythontest.net
Benjamin Peterson
2014-11-03
1
-3/+4
|
|
|
*
Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts.
Stefan Krah
2014-01-21
1
-1/+1
*
|
|
|
Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are...
Ethan Furman
2014-10-15
1
-2/+9
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are...
Ethan Furman
2014-10-15
1
-2/+9
*
|
|
|
Issue #18643: Add socket.socketpair() on Windows.
Charles-François Natali
2014-10-14
1
-2/+0
*
|
|
|
#16518: Bring error messages in harmony with docs ("bytes-like object")
R David Murray
2014-10-05
1
-4/+4
*
|
|
|
(Merge 3.4) Fix repr(_socket.socket) on Windows 64-bit: don't fail with
Victor Stinner
2014-07-26
1
-0/+18
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError
Victor Stinner
2014-07-26
1
-0/+18
*
|
|
|
Issue #19875: Fix random test_getsockaddrarg() failure.
Charles-François Natali
2014-07-25
1
-8/+16
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #19875: Fix random test_getsockaddrarg() failure.
Charles-François Natali
2014-07-25
1
-8/+16
*
|
|
|
Issue #21566: Make use of socket.listen() default backlog.
Charles-François Natali
2014-07-23
1
-5/+5
*
|
|
|
Merge with 3.4
Terry Jan Reedy
2014-06-13
1
-0/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #21730: Add no-thread skip in test_socket. Patch by Berker Peksag.
Terry Jan Reedy
2014-06-13
1
-0/+1
*
|
|
|
fix issue #17552: add socket.sendfile() method allowing to send a file over a...
Giampaolo Rodola'
2014-06-11
1
-0/+273
*
|
|
|
Issue #21455: Add a default backlog to socket.listen().
Charles-François Natali
2014-05-22
1
-3/+6
|
/
/
/
*
|
|
Fixes for KFreeBSD and the Hurd:
doko@ubuntu.com
2014-04-17
1
-1/+1
*
|
|
Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust.
Ned Deily
2014-02-14
1
-2/+8
|
\
\
\
|
|
/
/
[next]