Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #20736: testSendmsgDontWait in test_socket no longer skipped on Linux. | Serhiy Storchaka | 2014-11-19 | 1 | -1/+1 |
|\ | | | | | | | Patch by David Watson. | ||||
| * | Issue #20736: testSendmsgDontWait in test_socket no longer skipped on Linux. | Serhiy Storchaka | 2014-11-19 | 1 | -1/+1 |
| | | | | | | | | Patch by David Watson. | ||||
* | | 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 ↵ | Ethan Furman | 2014-10-15 | 1 | -2/+9 |
|\ \ \ \ | |/ / / | | | | | | | | | are SocketKind | ||||
| * | | | Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants ↵ | Ethan Furman | 2014-10-15 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | are SocketKind | ||||
* | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some time ago we changed the docs to consistently use the term 'bytes-like object' in all the contexts where bytes, bytearray, memoryview, etc are used. This patch (by Ezio Melotti) completes that work by changing the error messages that previously reported that certain types did "not support the buffer interface" to instead say that a bytes-like object is required. (The glossary entry for bytes-like object references the discussion of the buffer protocol in the docs.) | ||||
* | | | | (Merge 3.4) Fix repr(_socket.socket) on Windows 64-bit: don't fail with | Victor Stinner | 2014-07-26 | 1 | -0/+18 |
|\ \ \ \ | |/ / / | | | | | | | | | OverflowError on closed socket. repr(socket.socket) already works fine. | ||||
| * | | | Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError | Victor Stinner | 2014-07-26 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | on closed socket. repr(socket.socket) already works fine. | ||||
* | | | | 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 ↵ | Giampaolo Rodola' | 2014-06-11 | 1 | -0/+273 |
| | | | | | | | | | | | | | | | | a socket by using high-performance os.sendfile() on UNIX. Patch by Giampaolo Rodola'· | ||||
* | | | | 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 #21274: Define PATH_MAX for GNU/Hurd in Python/pythonrun.c. - Issue #21276: posixmodule: Don't define USE_XATTRS on KFreeBSD and the Hurd. - Issue #21275: Fix a socket test on KFreeBSD. | ||||
* | | | Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. | Ned Deily | 2014-02-14 | 1 | -2/+8 |
|\ \ \ | |/ / | |||||
| * | | Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. | Ned Deily | 2014-02-14 | 1 | -2/+8 |
| | | | |||||
* | | | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 1 | -6/+30 |
|\ \ \ | |/ / | |||||
| * | | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 1 | -6/+30 |
| | | | |||||
* | | | Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. | Ned Deily | 2014-02-03 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. | Ned Deily | 2014-02-03 | 1 | -4/+4 |
| | | | |||||
* | | | Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. | Stefan Krah | 2014-01-21 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. | Stefan Krah | 2014-01-21 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -2/+0 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang lines in the unittestgui and checkpip scripts. | ||||
| * | | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang line to use python3 executable in the unittestgui script. | ||||
* | | | merge 3.3 | Benjamin Peterson | 2014-01-14 | 1 | -0/+7 |
|\ \ \ | |/ / | |||||
| * | | add test for #20251 | Benjamin Peterson | 2014-01-14 | 1 | -0/+7 |
| | | | |||||
| * | | merge 3.2 (#20246) | Benjamin Peterson | 2014-01-14 | 1 | -0/+8 |
| |\ \ | | |/ | |||||
| | * | complain when nbytes > buflen to fix possible buffer overflow (closes #20246) | Benjamin Peterson | 2014-01-14 | 1 | -0/+8 |
| | | | |||||
* | | | merge 3.3 (#20246) | Benjamin Peterson | 2014-01-14 | 1 | -0/+8 |
| | | | |||||
* | | | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -9/+9 |
|\ \ \ | |/ / | |||||
| * | | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -7/+7 |
| | | | |||||
| * | | Issue #18702: All skipped tests now reported as skipped. | Serhiy Storchaka | 2013-11-03 | 1 | -50/+53 |
| | | | |||||
* | | | Fix test_socket for repr update | Nick Coghlan | 2013-11-13 | 1 | -2/+2 |
| | | | |||||
* | | | Normalize whitespace | Jason R. Coombs | 2013-11-10 | 1 | -2/+2 |
| | | | |||||
* | | | Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` ↵ | Atsuo Ishimoto | 2012-07-16 | 1 | -0/+16 |
| | | | | | | | | | | | | to socket module. | ||||
* | | | Issue #18702: All skipped tests now reported as skipped. | Serhiy Storchaka | 2013-11-03 | 1 | -50/+53 |
| | | | |||||
* | | | Issue #16201: socket: Use inet_pton()/inet_addr() instead of ad-hoc parsing for | Charles-François Natali | 2013-09-13 | 1 | -0/+14 |
| | | | | | | | | | | | | numeric IP addresses. | ||||
* | | | Issue #18904: test_os and test_socket use unittest.skipIf() to check if fcntl | Victor Stinner | 2013-09-08 | 1 | -24/+25 |
| | | | | | | | | | | | | module is present (to record skipped tests) | ||||
* | | | Issue #18904: test_socket: add inheritance tests using fcntl and FD_CLOEXEC | Victor Stinner | 2013-09-08 | 1 | -0/+30 |
| | | | |||||
* | | | Switch the AF_* and SOCK_* constants in the socket module to IntEnum. | Eli Bendersky | 2013-08-31 | 1 | -2/+26 |
| | | | | | | | | | | | | Closes #18720. | ||||
* | | | Use the recent support.HOSTv6 addition. | Charles-François Natali | 2013-08-31 | 1 | -7/+3 |
| | | | |||||
* | | | Merge. | Charles-François Natali | 2013-08-29 | 1 | -3/+4 |
|\ \ \ | |||||
| * \ \ | Issue #18643: Fix some test_socket failures due to large default socket buffer | Charles-François Natali | 2013-08-29 | 1 | -3/+4 |
| |\ \ \ | | |/ / | | | | | | | | | sizes. |