summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_socket.py
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix a race condition in test_socket.ThreadableTest: the client is reported asCharles-François Natali2011-09-211-1/+1
* | Close issue 12958 by flagging expected failures in test_socket on Mac OS XNick Coghlan2011-09-191-0/+13
* | Fix deprecation warnings in test_socket.Nadeem Vawda2011-08-221-14/+14
* | Add support for the send/recvmsg API to the socket module. Patch by David Wat...Nick Coghlan2011-08-221-0/+2120
* | Issue #12326: refactor usage of sys.platformVictor Stinner2011-08-201-5/+3
* | Issue #12326: don't test the major version of sys.platformVictor Stinner2011-08-171-1/+1
* | Issue #12196: Make test.support's requires_linux_version a decorator.Charles-François Natali2011-06-031-12/+3
* | Issue #12158: Move linux_version() from test_socket to test.supportVictor Stinner2011-05-231-11/+3
* | Issue #1746656: make if_nameindex(), if_indextoname() and if_nametoindex()Charles-François Natali2011-05-201-2/+18
* | Issue #1746656: Add if_nameindex, if_nametoindex, if_indextonameGregory P. Smith2011-05-151-0/+10
* | Issue #12054: use support.find_unused_port() instead of reinventing the wheelAntoine Pitrou2011-05-101-16/+2
|\ \ | |/
| * Issue #12054: use support.find_unused_port() instead of reinventing the wheelAntoine Pitrou2011-05-101-16/+2
* | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value inAntoine Pitrou2011-05-101-0/+7
|\ \ | |/
| * Issue #8498: In socket.accept(), allow to specify 0 as a backlog value inAntoine Pitrou2011-05-101-0/+7
* | Refactor buggy test to correctly use the msg argument of assertRaises.Ezio Melotti2011-05-081-9/+4
* | #5421: merge with 3.2.Ezio Melotti2011-05-071-0/+44
|\ \ | |/
| * #5421: merge with 3.1.Ezio Melotti2011-05-071-0/+44
| |\
| | * #5421: add tests.Ezio Melotti2011-05-071-0/+30
| | * Merged revisions 86134,86315-86316,86390,86424-86425,86428,86550,86561-86562,...Georg Brandl2010-11-261-1/+5
| | * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-26/+26
| | * Merged revisions 86151 via svnmerge fromBrian Curtin2010-11-041-0/+5
| | * Merged revisions 85586-85587,85596-85598 via svnmerge fromGregory P. Smith2010-10-171-2/+4
| | * Merged revisions 85420 via svnmerge fromAntoine Pitrou2010-10-131-58/+109
| | * Merged revisions 85032 via svnmerge fromAntoine Pitrou2010-09-271-0/+37
| | * Merged revisions 84597-84599 via svnmerge fromAntoine Pitrou2010-09-071-5/+42
| | * Merged revisions 84089 via svnmerge fromGiampaolo Rodolà2010-08-161-1/+1
| | * Merged revisions 84024 via svnmerge fromGiampaolo Rodolà2010-08-141-0/+51
| | * Merged revisions 75231 via svnmerge fromBenjamin Peterson2009-10-041-1/+1
| | * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-27/+27
* | | Issue #11811: Factor out detection of IPv6 support on the current hostAntoine Pitrou2011-04-281-14/+1
* | | Issue #11749: try to fix transient test_socket failureAntoine Pitrou2011-04-031-0/+4
|\ \ \ | |/ /
| * | Issue #11749: try to fix transient test_socket failureAntoine Pitrou2011-04-031-0/+4
| * | Merged revisions 88622 via svnmerge fromAntoine Pitrou2011-02-251-0/+17
* | | Issue #11127: Raise a TypeError when trying to pickle a socket object.Antoine Pitrou2011-03-201-0/+7
* | | Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall.Antoine Pitrou2011-02-281-0/+20
* | | Issue #7322: Trying to read from a socket's file-like object after a timeoutAntoine Pitrou2011-02-251-0/+17
* | | Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-251-7/+7
|/ /
* | Issue #7995: When calling accept() on a socket with a timeout, the returnedAntoine Pitrou2011-01-051-0/+17
* | Issue #10819: SocketIO.name property returns -1 when its closed, instead ofVictor Stinner2011-01-041-0/+6
* | test_socket: use context managers to close directly the socketVictor Stinner2011-01-031-34/+38
* | Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for ...Alexander Belopolsky2010-12-081-0/+2
* | #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