summaryrefslogtreecommitdiff
path: root/Lib/test/test_socket.py
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | * | (Merge 3.4) Fix repr(_socket.socket) on Windows 64-bit: don't fail withVictor Stinner2014-07-261-8/+284
| | | | | | | |\ \
| | | | | | | | * \ 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-3/+279
| | | | | | | | |\ \ \
| | | | | | | | | * | | 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
* | | | | | | | | | | | Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | accepted sockets shouldn't inherit the SOCK_NONBLOCK flag (closes #25471)Benjamin Peterson2015-10-241-0/+1
|/ / / / / / / / / /
* | | | | | | | | | Issue #25138: test_socket.test_idna() uses support.transient_internet() insteadVictor Stinner2015-09-211-5/+4
|/ / / / / / / / /
* | | | | | | | | Issue #22397: Skip failing tests on AIXRobert Collins2015-08-031-0/+4
|/ / / / / / / /
* | | | | | | | Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-141-1/+1
* | | | | | | | issue23673Ethan Furman2015-03-181-0/+5
|/ / / / / / /
* | | | | | | Issue #20736: testSendmsgDontWait in test_socket no longer skipped on Linux.Serhiy Storchaka2014-11-191-1/+1
|/ / / / / /
* | | | | | merge 3.3Benjamin Peterson2014-11-031-103/+339
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are...Ethan Furman2014-10-141-2/+9
| |/ / / /
| * | | | 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 #21730: Add no-thread skip in test_socket. Patch by Berker Peksag.Terry Jan Reedy2014-06-131-0/+1
| |/
| * Fixes for KFreeBSD and the Hurd:doko2014-04-171-1/+1
| * Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust.Ned Deily2014-02-131-2/+8
| |\
| * \ Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-95/+297
| |\ \
| | * \ 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 #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-2/+0
| | |\ \ \ \
| | * \ \ \ \ merge 3.3Benjamin Peterson2014-01-141-0/+7
| | |\ \ \ \ \
| | * | | | | | merge 3.3 (#20246)Benjamin Peterson2014-01-131-0/+8
| | * | | | | | Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-95/+297
| | |\ \ \ \ \ \
| | | * | | | | | 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
| | | * | | | | | Issue #16201: socket: Use inet_pton()/inet_addr() instead of ad-hoc parsing forCharles-Fran?ois Natali2013-09-131-0/+14
| | | * | | | | | Issue #18904: test_os and test_socket use unittest.skipIf() to check if fcntlVictor Stinner2013-09-081-24/+25
| | | * | | | | | Issue #18904: test_socket: add inheritance tests using fcntl and FD_CLOEXECVictor Stinner2013-09-081-0/+30
| | | * | | | | | Switch the AF_* and SOCK_* constants in the socket module to IntEnum.Eli Bendersky2013-08-311-2/+26
| | | * | | | | | Use the recent support.HOSTv6 addition.Charles-Fran?ois Natali2013-08-311-7/+3
| | | * | | | | | Merge.Charles-Fran?ois Natali2013-08-291-11/+43
| | | |\ \ \ \ \ \
| | | | * | | | | | Fix test_socket.test_SOCK_CLOEXEC(), the test was wrongVictor Stinner2013-08-281-1/+1
| | | | * | | | | | Issue #18571: Implementation of the PEP 446: file descriptors and file handlesVictor Stinner2013-08-281-11/+43
| | | * | | | | | | Issue #18643: Fix some test_socket failures due to large default socket bufferCharles-Fran?ois Natali2013-08-291-3/+4
| | | |\ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| | | * | | | | | | (Merge 3.3) test_socket: cancel scheduled alarm on test failureVictor Stinner2013-08-241-0/+1
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Issue #18308: don't take the scope ID into account when comparing IPv6Charles-Fran?ois Natali2013-07-091-1/+5
| | | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ (3.3->default) Ensure that the fix for #17269 also works on OSX 10.4Ronald Oussoren2013-06-101-80/+167
| | | |\ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ (3.3->default) Issue #17269: Workaround for a platform bug in getaddrinfo on OSXRonald Oussoren2013-05-241-0/+3
| | | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | Backed out changeset c0f2b038fc12Charles-Fran?ois Natali2013-05-211-6/+6
| | | | * | | | | | | | | | Issue #17683: socket module: return AF_UNIX addresses in Linux abstractCharles-Fran?ois Natali2013-05-211-6/+6
| | | | * | | | | | | | | | Issue #17684: Fix some test_socket failures due to limited FD passing supportCharles-Francois Natali2013-05-201-6/+4
| | | | * | | | | | | | | | attempt to fix bb failure as per http://bugs.python.org/issue17675#msg186595Giampaolo Rodola'2013-04-121-1/+1
| | | | * | | | | | | | | | Fix issue #17675: make socket repr() provide local and remote addresses (if a...Giampaolo Rodola'2013-04-101-2/+11
| | | | * | | | | | | | | | Issue #16997: unittest.TestCase now provides a subTest() context manager to p...Antoine Pitrou2013-03-201-4/+0