summaryrefslogtreecommitdiff
path: root/Lib/test/test_telnetlib.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27076: Doc, comment and test function name spelling fixesMartin Panter2016-05-261-2/+2
* Issue #19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-101-1/+0
* #18833: add a test for test_telnetlib. Patch by Alex Volkov.Ezio Melotti2013-08-251-0/+8
* Fix the with_poll tests for platforms without poll. missing import.Gregory P. Smith2012-07-161-0/+1
* Fixes Issue #14635: telnetlib will use poll() rather than select() when possibleGregory P. Smith2012-07-151-1/+90
* Issue #13453: Try to increase some socket timeouts to make some buildbots stopCharles-François Natali2011-12-191-1/+1
* Partial patch for issue #11812: Take care of test_telnetlib.pyJesus Cea2011-11-081-6/+6
* Solved a potential deadlock in test_telnetlib.py. Related to issue #11812Jesus Cea2011-11-081-8/+0
* Merged revisions 88691 via svnmerge fromAntoine Pitrou2011-03-011-1/+2
* Merged revisions 86228 via svnmerge fromBrian Curtin2010-11-061-0/+1
* Issue #7449, last part (11): fix many tests if thread support is disabledVictor Stinner2010-04-271-1/+1
* use assert[Not]In where appropriateEzio Melotti2010-01-231-1/+1
* - Make timing assertions very generous (a la test_timeout.py)Jack Diederich2009-04-071-49/+60
* eliminate more race conditions in telnetlib testsJack Diederich2009-04-071-51/+58
* revert unrelated change to test_telnetlibBenjamin Peterson2009-04-071-1/+1
* fix since difference formating of SyntaxErrorsBenjamin Peterson2009-04-071-1/+1
* test the telnetlib.Telnet interface more thoroughlyJack Diederich2009-04-061-3/+276
* Fixed the semantic of timeout for socket.create_connection andFacundo Batista2008-05-291-16/+18
* - Issue #2550: The approach used by client/server code for obtaining portsTrent Nelson2008-04-081-13/+11
* Allow use of other ports so the test can pass if 9091 is in useNeal Norwitz2008-03-281-6/+8
* Reduce the race condition by signalling when the server is readyNeal Norwitz2008-01-261-0/+3
* Whitespace normalization. Ugh, we really need to do this more often.Neal Norwitz2007-04-251-3/+3
* Added timout parameter to telnetlib.Telnet. Also createdFacundo Batista2007-03-291-0/+74