summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_socket.py
Commit message (Expand)AuthorAgeFilesLines
* 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-141-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-141-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
* use assert[Not]In where appropriateEzio Melotti2010-01-231-1/+1
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-8/+4
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-4/+8
* Fix testSourceAddress to not test the host, it wasn't passing on some platforms.Gregory P. Smith2010-01-031-9/+4
* Adds an optional source_address parameter to socket.create_connection().Gregory P. Smith2010-01-031-1/+14
* http://bugs.python.org/issue6971Kristján Valur Jónsson2009-09-251-0/+4
* #6944: the argument to PyArg_ParseTuple should be a tuple, otherwise a System...Georg Brandl2009-09-191-1/+1
* Fix issue1628205: Socket file objects returned by socket.socket.makefile() nowGregory P. Smith2009-08-131-0/+72
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-28/+28
* Issue #1008086: Fixes socket.inet_aton() to always return 4 bytes evenGregory P. Smith2009-02-111-0/+8