Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
0a4a7e13f32d0bbbcaea30b4ace9feee3a73e8b1
/
Lib
/
test
/
test_telnetlib.py
e4220a5
Fix the with_poll tests for platforms without poll. missing import.
by Gregory P. Smith
· 13 years ago
e0c2220
Fixes Issue #14635: telnetlib will use poll() rather than select() when possible
by Gregory P. Smith
· 13 years ago
3b81807
Issue #13453: Try to increase some socket timeouts to make some buildbots stop
by Charles-François Natali
· 14 years ago
cb65f32
Partial patch for issue #11812: Take care of test_telnetlib.py
by Jesus Cea
· 14 years ago
71094b5
Solved a potential deadlock in test_telnetlib.py. Related to issue #11812
by Jesus Cea
· 14 years ago
2262766
Merged revisions 88691 via svnmerge from
by Antoine Pitrou
· 14 years ago
0c6d438
Merged revisions 86228 via svnmerge from
by Brian Curtin
· 15 years ago
6a10281
Issue #7449, last part (11): fix many tests if thread support is disabled
by Victor Stinner
· 15 years ago
aa98058
use assert[Not]In where appropriate
by Ezio Melotti
· 16 years ago
7f9bb91
- Make timing assertions very generous (a la test_timeout.py)
by Jack Diederich
· 16 years ago
3b2312e
eliminate more race conditions in telnetlib tests
by Jack Diederich
· 16 years ago
dda7b19
revert unrelated change to test_telnetlib
by Benjamin Peterson
· 16 years ago
a1b821c
fix since difference formating of SyntaxErrors
by Benjamin Peterson
· 16 years ago
183028e
test the telnetlib.Telnet interface more thoroughly
by Jack Diederich
· 16 years ago
4f1b1ed
Fixed the semantic of timeout for socket.create_connection and
by Facundo Batista
· 17 years ago
e41b006
- Issue #2550: The approach used by client/server code for obtaining ports
by Trent Nelson
· 17 years ago
023cd00
Allow use of other ports so the test can pass if 9091 is in use
by Neal Norwitz
· 17 years ago
3718429
Reduce the race condition by signalling when the server is ready
by Neal Norwitz
· 18 years ago
0d4c06e
Whitespace normalization. Ugh, we really need to do this more often.
by Neal Norwitz
· 18 years ago
b6a5c9d
Added timout parameter to telnetlib.Telnet. Also created
by Facundo Batista
· 18 years ago