summaryrefslogtreecommitdiff
path: root/Lib/test/test_socket.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Issue #5104: The socket module now raises OverflowError when 16-bit port andGregory P. Smith2009-01-311-6/+30
* Comment typoMark Dickinson2009-01-151-1/+1
* Issue #4397. Fix occasional test_socket failure on OS X.Mark Dickinson2009-01-151-0/+4
* give the threading API PEP 8 namesBenjamin Peterson2008-06-111-1/+1
* Fixed the semantic of timeout for socket.create_connection andFacundo Batista2008-05-291-13/+19
* Queue renaming reversal part 3: move module into place andGeorg Brandl2008-05-251-2/+2
* Added stub for the Queue module to be renamed in 3.0.Alexandre Vassalotti2008-05-111-2/+2
* Fix a bug introduced in r62627. see issue2760 and issue2632.Gregory P. Smith2008-05-051-0/+27
* - Issue #2550: The approach used by client/server code for obtaining portsTrent Nelson2008-04-081-28/+37
* Revert r62152 (Issue #2550). Being able to observe the results of all the bu...Trent Nelson2008-04-041-76/+0
* Issue 2550: extend test_socket.py to test SO_REUSEADDR semantics when bind() ...Trent Nelson2008-04-041-0/+76
* Remove debug prints; the buildbot now passes the testsAmaury Forgeot d'Arc2008-04-021-14/+0
* Still investigating on the hanging test_socket.Amaury Forgeot d'Arc2008-03-291-2/+4
* The buildbot "x86 W2k8 trunk" seems to hang in test_socket.Amaury Forgeot d'Arc2008-03-291-0/+12
* Print more information the next time test_socket throws the wrong exception.Jeffrey Yasskin2008-03-281-3/+7
* Disabled test_xmlrpc:test_404. It's causing lots of false alarms.Christian Heimes2008-01-191-1/+0
* It's verbose, not debugChristian Heimes2008-01-081-1/+1
* Fixed indention problem that caused the second TIPC test to run on systems wi...Christian Heimes2008-01-071-1/+1
* Issue #1646: Make socket support TIPC. The socket module now has supportChristian Heimes2008-01-071-0/+82
* socket.ioctl is only available on WindowsChristian Heimes2008-01-041-0/+10
* Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet)Hye-Shik Chang2007-10-281-1/+1
* Whitespace normalization. Ugh, we really need to do this more often.Neal Norwitz2007-04-251-6/+6
* Bug 1688393. Adds a control of negative values inFacundo Batista2007-03-281-0/+7