summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_socket.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-141-1/+1
|\
| * Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-141-1/+1
| * issue23673Ethan Furman2015-03-191-0/+5
* | Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, andSerhiy Storchaka2015-03-201-0/+10
* | issue23673Ethan Furman2015-03-191-0/+5
* | Fix whitespace.Charles-François Natali2015-02-071-1/+1
* | Issue #23285: PEP 475 -- Retry system calls failing with EINTR.Charles-François Natali2015-02-071-120/+4
* | Issue #20736: testSendmsgDontWait in test_socket no longer skipped on Linux.Serhiy Storchaka2014-11-191-1/+1
|\ \ | |/
| * Issue #20736: testSendmsgDontWait in test_socket no longer skipped on Linux.Serhiy Storchaka2014-11-191-1/+1
* | merge 3.4Benjamin Peterson2014-11-031-3/+4
|\ \ | |/
| * merge 3.3Benjamin Peterson2014-11-031-3/+4
| |\
| | * merge 3.2Benjamin Peterson2014-11-031-3/+4
| | |\
| | | * move idna test domain to pythontest.netBenjamin Peterson2014-11-031-3/+4
| | | * Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts.Stefan Krah2014-01-211-1/+1
* | | | Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are...Ethan Furman2014-10-151-2/+9
|\ \ \ \ | |/ / /
| * | | Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are...Ethan Furman2014-10-151-2/+9
* | | | Issue #18643: Add socket.socketpair() on Windows.Charles-François Natali2014-10-141-2/+0
* | | | #16518: Bring error messages in harmony with docs ("bytes-like object")R David Murray2014-10-051-4/+4
* | | | (Merge 3.4) Fix repr(_socket.socket) on Windows 64-bit: don't fail withVictor Stinner2014-07-261-0/+18
|\ \ \ \ | |/ / /
| * | | Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowErrorVictor Stinner2014-07-261-0/+18
* | | | Issue #19875: Fix random test_getsockaddrarg() failure.Charles-François Natali2014-07-251-8/+16
|\ \ \ \ | |/ / /
| * | | Issue #19875: Fix random test_getsockaddrarg() failure.Charles-François Natali2014-07-251-8/+16
* | | | Issue #21566: Make use of socket.listen() default backlog.Charles-François Natali2014-07-231-5/+5
* | | | Merge with 3.4Terry Jan Reedy2014-06-131-0/+1
|\ \ \ \ | |/ / /
| * | | Issue #21730: Add no-thread skip in test_socket. Patch by Berker Peksag.Terry Jan Reedy2014-06-131-0/+1
* | | | fix issue #17552: add socket.sendfile() method allowing to send a file over a...Giampaolo Rodola'2014-06-111-0/+273
* | | | Issue #21455: Add a default backlog to socket.listen().Charles-François Natali2014-05-221-3/+6
|/ / /
* | | Fixes for KFreeBSD and the Hurd:doko@ubuntu.com2014-04-171-1/+1
* | | Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust.Ned Deily2014-02-141-2/+8
|\ \ \ | |/ /
| * | Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust.Ned Deily2014-02-141-2/+8
* | | Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-6/+30
|\ \ \ | |/ /
| * | Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-6/+30
* | | Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+.Ned Deily2014-02-031-4/+4
|\ \ \ | |/ /
| * | Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+.Ned Deily2014-02-031-4/+4
* | | Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts.Stefan Krah2014-01-211-1/+1
|\ \ \ | |/ /
| * | Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts.Stefan Krah2014-01-211-1/+1
* | | Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-2/+0
|\ \ \ | |/ /
| * | Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-2/+0
* | | merge 3.3Benjamin Peterson2014-01-141-0/+7
|\ \ \ | |/ /
| * | add test for #20251Benjamin Peterson2014-01-141-0/+7
| * | merge 3.2 (#20246)Benjamin Peterson2014-01-141-0/+8
| |\ \ | | |/
| | * complain when nbytes > buflen to fix possible buffer overflow (closes #20246)Benjamin Peterson2014-01-141-0/+8
* | | merge 3.3 (#20246)Benjamin Peterson2014-01-141-0/+8
* | | Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-9/+9
|\ \ \ | |/ /
| * | Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-7/+7
| * | Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-031-50/+53
* | | Fix test_socket for repr updateNick Coghlan2013-11-131-2/+2
* | | Normalize whitespaceJason R. Coombs2013-11-101-2/+2
* | | Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to...Atsuo Ishimoto2012-07-161-0/+16
* | | Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-031-50/+53