summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_socket.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix issue 9794: adds context manager protocol to socket.socket so that socket...Giampaolo Rodolà2010-09-081-0/+44
* | Issue #9792: In case of connection failure, socket.create_connection()Antoine Pitrou2010-09-071-5/+36
* | Issue #9777: test_idna requires the "network" resourceAntoine Pitrou2010-09-041-0/+1
* | fromfd exists on Windows nowDaniel Stutzbach2010-09-031-2/+0
* | Issue #1027206: getnameinfo is now restricted to numeric addresses as input.Martin v. Löwis2010-08-251-0/+4
* | Explicitly pass socket type and family for getaddrinfo,Martin v. Löwis2010-08-231-2/+4
* | Mention that gethostbyaddr now also supports IDNA.Martin v. Löwis2010-08-221-0/+1
* | Issue #1027206: Support IDNA in gethostbyname, gethostbyname_ex andMartin v. Löwis2010-08-221-0/+5
* | fix issue #8866: parameters passed to socket.getaddrinfo can now be specified...Giampaolo Rodolà2010-08-171-0/+22
* | fix getaddrinfo test failure on OSX caused by AI_CANNAME erroneously used as ...Giampaolo Rodolà2010-08-161-1/+1
* | fix issue #8857: provide a test case for socket.getaddrinfoGiampaolo Rodolà2010-08-141-0/+51
* | Followup to r83869 and issue #8524: rename socket.forget() to socket.detach()Antoine Pitrou2010-08-091-5/+9
* | Issue #8524: Add a forget() method to socket objects, so as to put theAntoine Pitrou2010-08-081-0/+13
* | Remove traces of MacOS9 support.Ronald Oussoren2010-05-051-3/+1
* | Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-2/+16
* | NOTE: just porting tests here.Antoine Pitrou2010-03-171-4/+40
* | convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* | use assert[Not]In where appropriateBenjamin Peterson2010-01-191-1/+1
* | Merged revisions 74426 via svnmerge fromGregory P. Smith2010-01-041-0/+113
* | Merged revisions 77286 via svnmerge fromGregory P. Smith2010-01-031-9/+4
* | Merged revisions 77263-77264 via svnmerge fromGregory P. Smith2010-01-031-1/+14
* | Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,...Benjamin Peterson2009-10-041-1/+1
* | http://bugs.python.org/issue6971Kristján Valur Jónsson2009-09-271-0/+4
* | convert old fail* assertions to assert*Benjamin Peterson2009-06-301-27/+27
|/
* Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,...Benjamin Peterson2009-02-131-0/+8
* Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,...Benjamin Peterson2009-02-061-6/+30
* Merged revisions 68611-68613 via svnmerge fromMark Dickinson2009-01-151-0/+4
* Fixes issue #3826 and #4791:Gregory P. Smith2009-01-121-0/+33
* make FileIO.mode always include 'b'Benjamin Peterson2008-11-221-2/+2
* Follow-up of r67300: correct a failure in socket.makefile().Amaury Forgeot d'Arc2008-11-201-0/+8
* #2538: bytes objects can only provide read-only buffersAntoine Pitrou2008-08-021-2/+2
* Merged revisions 64125 via svnmerge fromBenjamin Peterson2008-06-111-1/+1
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-101-13/+19
* Create http package. #2883.Georg Brandl2008-05-261-1/+1
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-1/+2
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-9/+9
* Rename Queue module to queue.Alexandre Vassalotti2008-05-111-2/+2
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-091-28/+37
* Merged revisions 62090-62091,62096,62100,62102,62110-62114 via svnmerge fromBenjamin Peterson2008-04-021-14/+0
* Merged revisions 62039-62042 via svnmerge fromNeal Norwitz2008-03-311-0/+14
* Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge fromChristian Heimes2008-03-281-3/+7
* Merged revisions 60080-60089,60091-60093 via svnmerge fromGeorg Brandl2008-01-191-1/+0
* Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping t...Raymond Hettinger2008-01-141-1/+1
* Merged revisions 59843-59863 via svnmerge fromChristian Heimes2008-01-091-1/+1
* Merged revisions 59822-59841 via svnmerge fromChristian Heimes2008-01-071-1/+1
* Copied doc for reload() from trunk's function.rst to imp.rstChristian Heimes2008-01-071-0/+82
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-061-0/+11
* Convert the socket module to insist on bytes for input, and to return bytesGuido van Rossum2007-11-211-1/+1
* This is roughly socket2.diff from issue 1378, with a few changes appliedGuido van Rossum2007-11-161-0/+9
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-1/+1