index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_telnetlib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-10
1
-1/+0
*
#18833: add a test for test_telnetlib. Patch by Alex Volkov.
Ezio Melotti
2013-08-25
1
-0/+8
*
Fix the with_poll tests for platforms without poll. missing import.
Gregory P. Smith
2012-07-16
1
-0/+1
*
Fixes Issue #14635: telnetlib will use poll() rather than select() when possible
Gregory P. Smith
2012-07-16
1
-1/+90
*
Issue #13453: Try to increase some socket timeouts to make some buildbots stop
Charles-François Natali
2011-12-19
1
-1/+1
*
Partial patch for issue #11812: Take care of test_telnetlib.py
Jesus Cea
2011-11-08
1
-6/+6
*
Solved a potential deadlock in test_telnetlib.py. Related to issue #11812
Jesus Cea
2011-11-08
1
-8/+0
*
Merged revisions 88691 via svnmerge from
Antoine Pitrou
2011-03-01
1
-1/+2
*
Merged revisions 86228 via svnmerge from
Brian Curtin
2010-11-06
1
-0/+1
*
Issue #7449, last part (11): fix many tests if thread support is disabled
Victor Stinner
2010-04-27
1
-1/+1
*
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
1
-1/+1
*
- Make timing assertions very generous (a la test_timeout.py)
Jack Diederich
2009-04-07
1
-49/+60
*
eliminate more race conditions in telnetlib tests
Jack Diederich
2009-04-07
1
-51/+58
*
revert unrelated change to test_telnetlib
Benjamin Peterson
2009-04-07
1
-1/+1
*
fix since difference formating of SyntaxErrors
Benjamin Peterson
2009-04-07
1
-1/+1
*
test the telnetlib.Telnet interface more thoroughly
Jack Diederich
2009-04-06
1
-3/+276
*
Fixed the semantic of timeout for socket.create_connection and
Facundo Batista
2008-05-29
1
-16/+18
*
- Issue #2550: The approach used by client/server code for obtaining ports
Trent Nelson
2008-04-08
1
-13/+11
*
Allow use of other ports so the test can pass if 9091 is in use
Neal Norwitz
2008-03-28
1
-6/+8
*
Reduce the race condition by signalling when the server is ready
Neal Norwitz
2008-01-26
1
-0/+3
*
Whitespace normalization. Ugh, we really need to do this more often.
Neal Norwitz
2007-04-25
1
-3/+3
*
Added timout parameter to telnetlib.Telnet. Also created
Facundo Batista
2007-03-29
1
-0/+74