summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_socket.py
Commit message (Expand)AuthorAgeFilesLines
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-31/+31
* socket.gethostbyname(socket.gethostname()) can fail when host name resolution...Georg Brandl2010-11-201-1/+5
* Add socket cleanup for ResourceWarning and update test to use skip decoratorBrian Curtin2010-11-051-2/+2
* Fix three ResourceWarnings.Brian Curtin2010-11-041-0/+5
* Clean up ResourceWarnings due to unclosed sockets.Brian Curtin2010-11-021-0/+20
* Issue #10093: ResourceWarnings are now issued when files and sockets areAntoine Pitrou2010-10-291-0/+17
* Also guard other SOCK_NONBLOCK testAntoine Pitrou2010-10-231-9/+13
* Fix SOCK_CLOEXEC and SOCK_NONBLOCK tests on recent glibcs with old Linux kern...Antoine Pitrou2010-10-231-0/+18
* fix for netbsd.Gregory P. Smith2010-10-171-2/+4
* Enable debug output at the start of the regression suite instead.Antoine Pitrou2010-10-151-5/+0
* Temporary debug printout for buildbotsAntoine Pitrou2010-10-151-0/+5
* Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module,Antoine Pitrou2010-10-141-0/+76
* Issue #10041: The signature of optional arguments in socket.makefile()Antoine Pitrou2010-10-131-70/+121
* Issue #9950: Fix socket.sendall() crash or misbehaviour when a signal isAntoine Pitrou2010-09-271-0/+37
* Issue #9854: SocketIO objects now observe the RawIOBase interface inAntoine Pitrou2010-09-181-6/+67
* Make testDefaults in test.test_socket.BasicSocketPairTest more reliable.Antoine Pitrou2010-09-141-13/+11
* Issue #1552: socket.socketpair() now returns regular socket.socketAntoine Pitrou2010-09-141-0/+18
* Skip socket tests that require the network, if the network resource is not en...Daniel Stutzbach2010-09-091-0/+2
* 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