| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-31479: Always reset the signal alarm in tests (GH-3588) (GH-7314) | Victor Stinner | 2018-06-01 | 1 | -1/+1 |
* | pythoninfo: sync with master (#4843) | Victor Stinner | 2017-12-13 | 1 | -1/+1 |
* | Fix test_socket.test_create_connection() (GH-4206) (#4209) | Miss Islington (bot) | 2017-11-01 | 1 | -0/+4 |
* | bpo-17085: test_socket: cancel scheduled alarm on test failure (#3505) | Victor Stinner | 2017-09-11 | 1 | -0/+1 |
* | Issue #28815: Skip TIPC tests if /proc/modules is not readable | Martin Panter | 2016-12-24 | 1 | -3/+11 |
* | Spelling and grammar fixes in code comments and documentation | Martin Panter | 2016-07-28 | 1 | -1/+1 |
* | Issue #23943: Fix typos. Patch by Piotr Kasprzyk. | Martin Panter | 2016-07-28 | 1 | -1/+1 |
* | Issue #27171: Fix typos in documentation, code comments, and tests | Martin Panter | 2016-06-02 | 1 | -2/+2 |
* | Issue #27125: Remove duplicated words from documentation and comments | Martin Panter | 2016-05-30 | 1 | -1/+1 |
* | Issue #27076: Doc, comment and test function name spelling fixes | Martin Panter | 2016-05-26 | 1 | -1/+1 |
* | make _socket.socket weakrefable (closes #22569) | Benjamin Peterson | 2014-10-06 | 1 | -2/+10 |
* | 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-26 | 1 | -9/+17 |
* | Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. | Ned Deily | 2014-02-13 | 1 | -2/+8 |
* | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 1 | -5/+24 |
* | 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 |
* | add test for #20251 | Benjamin Peterson | 2014-01-14 | 1 | -0/+7 |
* | complain when nbytes > buflen to fix possible buffer overflow (closes #20246) | Benjamin Peterson | 2014-01-13 | 1 | -0/+10 |
* | Issue #19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-10 | 1 | -9/+9 |
* | Issue #18702: All skipped tests now reported as skipped. | Serhiy Storchaka | 2013-11-03 | 1 | -31/+33 |
* | Issue #18643: Fix some test_socket failures due to large default socket buffer | Charles-François Natali | 2013-08-29 | 1 | -2/+3 |
* | Ensure that the fix for #17269 also works on OSX 10.4 | Ronald Oussoren | 2013-06-10 | 1 | -1/+2 |
* | Issue #17269: Workaround for a platform bug in getaddrinfo on OSX | Ronald Oussoren | 2013-05-24 | 1 | -0/+2 |
* | Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
* | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-19 | 1 | -4/+23 |
* | issue #879399 | Kristján Valur Jónsson | 2012-12-25 | 1 | -1/+59 |
* | #8853: Allow port to be of type long for socket.getaddrinfo() | Petri Lehtinen | 2012-12-20 | 1 | -1/+2 |
* | Issue #16257: make test_create_connection() handle ENETUNREACH. | Trent Nelson | 2012-10-18 | 1 | -1/+20 |
* | Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by | Charles-François Natali | 2012-01-02 | 1 | -0/+10 |
* | #11112: Fix typo in a base class in test_socket. | Ezio Melotti | 2011-11-18 | 1 | -1/+1 |
* | Fix another callable warning. | Ezio Melotti | 2011-11-06 | 1 | -3/+2 |
* | Fix a race condition in test_socket.ThreadableTest: the client is reported | Charles-François Natali | 2011-09-21 | 1 | -1/+1 |
* | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in | Antoine Pitrou | 2011-05-10 | 1 | -0/+7 |
* | #10169: Fix argument parsing in socket.sendto() to avoid error masking. | Ezio Melotti | 2011-05-07 | 1 | -0/+39 |
* | Merged revisions 86561-86562,86564-86565,86705,86708,86713 via svnmerge from | Georg Brandl | 2010-11-26 | 1 | -1/+5 |
* | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -31/+31 |
* | Merged revisions 86205 via svnmerge from | Brian Curtin | 2010-11-05 | 1 | -2/+2 |
* | Merged revisions 86151 via svnmerge from | Brian Curtin | 2010-11-04 | 1 | -0/+5 |
* | Remove an assert which snuck in during merging from py3k. | Brian Curtin | 2010-11-02 | 1 | -1/+0 |
* | Merged revisions 86105 via svnmerge from | Brian Curtin | 2010-11-02 | 1 | -0/+26 |
* | Merged revisions 85586-85587,85596-85598 via svnmerge from | Gregory P. Smith | 2010-10-17 | 1 | -2/+4 |
* | Merged revisions 85032 via svnmerge from | Antoine Pitrou | 2010-09-27 | 1 | -0/+37 |
* | Merged revisions 84597-84599 via svnmerge from | Antoine Pitrou | 2010-09-07 | 1 | -5/+36 |
* | Merged revisions 84089 via svnmerge from | Giampaolo Rodolà | 2010-08-16 | 1 | -1/+1 |
* | Merged revisions 84024 via svnmerge from | Giampaolo Rodolà | 2010-08-14 | 1 | -0/+54 |
* | In a number of places code still revers | Ronald Oussoren | 2010-05-05 | 1 | -3/+2 |
* | Issue #7449, last part (11): fix many tests if thread support is disabled | Victor Stinner | 2010-04-27 | 1 | -1/+16 |
* | #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k... | Florent Xicluna | 2010-03-21 | 1 | -7/+10 |
* | Issue #8104: socket.recv_into() and socket.recvfrom_into() now support | Antoine Pitrou | 2010-03-17 | 1 | -4/+40 |