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