summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_telnetlib.py
Commit message (Expand)AuthorAgeFilesLines
* 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