1. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  2. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  3. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  4. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  5. 2d2af91 Closes #25795: Merge with 3.5 by Zachary Ware · 9 years ago
  6. ac28b79 Issue #25795: Fix several tests to run independently. by Zachary Ware · 9 years ago
  7. 4f09806 #25485: Add context manager support to Telnet class. by R David Murray · 9 years ago
  8. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  9. 6e20460 Issue #21566: Make use of socket.listen() default backlog. by Charles-François Natali · 10 years ago
  10. 3c2f175 Issue #20311: Fix test_telnetlib, set the resolution of the MockSelector by Victor Stinner · 10 years ago
  11. b3330a0a Issue #19842: Refactor BaseSelector to make it an actual usable ABC. by Charles-François Natali · 11 years ago
  12. 6459025 Issue #19170: telnetlib: use selectors. by Charles-François Natali · 11 years ago
  13. 4f1353a #18833: add a test for test_telnetlib. Patch by Alex Volkov. by Ezio Melotti · 11 years ago
  14. daa4c6b one more test fix for systems without select.poll. tested by deleting by Gregory P. Smith · 12 years ago
  15. 954d46b one more test fix for systems without select.poll. tested by deleting by Gregory P. Smith · 12 years ago
  16. 49be9ed Fix unchecked select.poll reference in setUp and tearDown for by Gregory P. Smith · 12 years ago
  17. ac14aa5 Fix unchecked select.poll reference in setUp and tearDown for by Gregory P. Smith · 12 years ago
  18. 2a86b25 Fix the with_poll tests for platforms without poll. missing import. by Gregory P. Smith · 12 years ago
  19. 5bcd005 Fix the with_poll tests for platforms without poll. missing import. by Gregory P. Smith · 12 years ago
  20. 4866266 Fixes Issue #14635: telnetlib will use poll() rather than select() when possible by Gregory P. Smith · 12 years ago
  21. dad5711 Fixes Issue #14635: telnetlib will use poll() rather than select() when possible by Gregory P. Smith · 12 years ago
  22. 6e533f0 MERGE: Partial patch for issue #11812: Take care of test_telnetlib.py by Jesus Cea · 13 years ago
  23. 0fd66b8 MERGE: Solved a potential deadlock in test_telnetlib.py. Related to issue #11812 by Jesus Cea · 13 years ago
  24. bc91b46 Partial patch for issue #11812: Take care of test_telnetlib.py by Jesus Cea · 13 years ago
  25. c241df8 Solved a potential deadlock in test_telnetlib.py. Related to issue #11812 by Jesus Cea · 13 years ago
  26. 40ccea7 Silence altered execution state warnings from test_telnetlib involving threads. by Brett Cannon · 13 years ago
  27. d84dfee Merged revisions 88691 via svnmerge from by Antoine Pitrou · 13 years ago
  28. 4605a00 Endly, fix UnboundLocalError in telnetlib by Antoine Pitrou · 13 years ago
  29. 32ef70c #10695: use %s not %d so that a string 'port' does not cause a debug traceback by R. David Murray · 14 years ago
  30. ecd34cb Clear up ResourceWarnings by Brian Curtin · 14 years ago
  31. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  32. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  33. 1766b9d - issue #6748 intermittent test failures from sockets by Jack Diederich · 15 years ago
  34. 3a22b4f Issue #7207: Fix race condition in telnetlib test; should stop test failures on OS X 10.6. by Mark Dickinson · 15 years ago
  35. f31f7bb - apply issue 6582 to test all the write methods of telnetlib by Jack Diederich · 15 years ago
  36. 36596a3 - fix issue #6106, Telnet.process_rawq default handling of WILL/WONT/DO/DONT by Jack Diederich · 15 years ago
  37. 1c8f38c -fixes telnetlib constants to be one-length byte arrays instead of ints by Jack Diederich · 15 years ago
  38. f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 16 years ago
  39. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  40. 5e69685 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from by Christian Heimes · 16 years ago
  41. bbe741d Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from by Christian Heimes · 16 years ago
  42. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 16 years ago
  43. efdca3e Use an event variable to wait for the server to be ready, rather than sleep(0.1). by Guido van Rossum · 17 years ago
  44. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago