summaryrefslogtreecommitdiff
path: root/Lib/test/test_socket.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-31479: Always reset the signal alarm in tests (GH-3588) (GH-7314)Victor Stinner2018-06-011-1/+1
* pythoninfo: sync with master (#4843)Victor Stinner2017-12-131-1/+1
* Fix test_socket.test_create_connection() (GH-4206) (#4209)Miss Islington (bot)2017-11-011-0/+4
* bpo-17085: test_socket: cancel scheduled alarm on test failure (#3505)Victor Stinner2017-09-111-0/+1
* Issue #28815: Skip TIPC tests if /proc/modules is not readableMartin Panter2016-12-241-3/+11
* Spelling and grammar fixes in code comments and documentationMartin Panter2016-07-281-1/+1
* Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Martin Panter2016-07-281-1/+1
* Issue #27171: Fix typos in documentation, code comments, and testsMartin Panter2016-06-021-2/+2
* Issue #27125: Remove duplicated words from documentation and commentsMartin Panter2016-05-301-1/+1
* Issue #27076: Doc, comment and test function name spelling fixesMartin Panter2016-05-261-1/+1
* make _socket.socket weakrefable (closes #22569)Benjamin Peterson2014-10-061-2/+10
* 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-261-9/+17
* 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-5/+24
* 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
* add test for #20251Benjamin Peterson2014-01-141-0/+7
* complain when nbytes > buflen to fix possible buffer overflow (closes #20246)Benjamin Peterson2014-01-131-0/+10
* Issue #19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-101-9/+9
* Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-031-31/+33
* Issue #18643: Fix some test_socket failures due to large default socket bufferCharles-François Natali2013-08-291-2/+3
* Ensure that the fix for #17269 also works on OSX 10.4Ronald Oussoren2013-06-101-1/+2
* Issue #17269: Workaround for a platform bug in getaddrinfo on OSXRonald Oussoren2013-05-241-0/+2
* Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,Terry Jan Reedy2013-03-111-1/+1
* Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-191-4/+23
* issue #879399Kristján Valur Jónsson2012-12-251-1/+59
* #8853: Allow port to be of type long for socket.getaddrinfo()Petri Lehtinen2012-12-201-1/+2
* Issue #16257: make test_create_connection() handle ENETUNREACH.Trent Nelson2012-10-181-1/+20
* Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch byCharles-François Natali2012-01-021-0/+10
* #11112: Fix typo in a base class in test_socket.Ezio Melotti2011-11-181-1/+1
* Fix another callable warning.Ezio Melotti2011-11-061-3/+2
* Fix a race condition in test_socket.ThreadableTest: the client is reportedCharles-François Natali2011-09-211-1/+1
* Issue #8498: In socket.accept(), allow to specify 0 as a backlog value inAntoine Pitrou2011-05-101-0/+7
* #10169: Fix argument parsing in socket.sendto() to avoid error masking.Ezio Melotti2011-05-071-0/+39
* Merged revisions 86561-86562,86564-86565,86705,86708,86713 via svnmerge fromGeorg Brandl2010-11-261-1/+5
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-31/+31
* Merged revisions 86205 via svnmerge fromBrian Curtin2010-11-051-2/+2
* Merged revisions 86151 via svnmerge fromBrian Curtin2010-11-041-0/+5
* Remove an assert which snuck in during merging from py3k.Brian Curtin2010-11-021-1/+0
* Merged revisions 86105 via svnmerge fromBrian Curtin2010-11-021-0/+26
* Merged revisions 85586-85587,85596-85598 via svnmerge fromGregory P. Smith2010-10-171-2/+4
* Merged revisions 85032 via svnmerge fromAntoine Pitrou2010-09-271-0/+37
* Merged revisions 84597-84599 via svnmerge fromAntoine Pitrou2010-09-071-5/+36
* Merged revisions 84089 via svnmerge fromGiampaolo Rodolà2010-08-161-1/+1
* Merged revisions 84024 via svnmerge fromGiampaolo Rodolà2010-08-141-0/+54
* In a number of places code still reversRonald Oussoren2010-05-051-3/+2
* Issue #7449, last part (11): fix many tests if thread support is disabledVictor Stinner2010-04-271-1/+16
* #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k...Florent Xicluna2010-03-211-7/+10
* Issue #8104: socket.recv_into() and socket.recvfrom_into() now supportAntoine Pitrou2010-03-171-4/+40