1. 4f09806 #25485: Add context manager support to Telnet class. by R David Murray · 8 years ago
  2. 2116b12 Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  3. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  4. ae58649 Issue #22043: time.monotonic() is now always available by Victor Stinner · 10 years ago
  5. ebca392 (Merge 3.3) Close #19339: telnetlib module is now using time.monotonic() when by Victor Stinner · 11 years ago
  6. 2ff68dd Close #19339: telnetlib module is now using time.monotonic() when available to by Victor Stinner · 11 years ago
  7. 6459025 Issue #19170: telnetlib: use selectors. by Charles-François Natali · 11 years ago
  8. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 11 years ago
  9. 6d8a122 Issue #16704: Get rid of select.error in stdlib. Use OSError instead. by Andrew Svetlov · 11 years ago
  10. dad5711 Fixes Issue #14635: telnetlib will use poll() rather than select() when possible by Gregory P. Smith · 12 years ago
  11. 32ef70c #10695: use %s not %d so that a string 'port' does not cause a debug traceback by R. David Murray · 13 years ago
  12. ba488d1 #7761: fix telnetlib.interact failures on Windows. by R. David Murray · 14 years ago
  13. 36596a3 - fix issue #6106, Telnet.process_rawq default handling of WILL/WONT/DO/DONT by Jack Diederich · 15 years ago
  14. 1c8f38c -fixes telnetlib constants to be one-length byte arrays instead of ints by Jack Diederich · 15 years ago
  15. 3de7fb8 Victor Stinner's patch to make telnetlib use bytes 3725 by Benjamin Peterson · 16 years ago
  16. 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
  17. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  18. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  19. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  20. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 17 years ago
  21. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  22. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  23. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  24. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  25. e029da0 Quote docstring with r"" to keep '\r\n' in example code. by Hye-Shik Chang · 19 years ago
  26. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  27. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  28. 230a60c Whitespace normalization. by Tim Peters · 22 years ago
  29. 574deae Patch #625823: Add symbolic constants for more commands. by Martin v. Löwis · 22 years ago
  30. 1da9c57 Patch #630829: Don't block on IAC, process suboptions. by Martin v. Löwis · 22 years ago
  31. 10ff706 Replaced boolean tests with is None. by Raymond Hettinger · 22 years ago
  32. 6a1bd39 SF 554073. Fix typo in error reporting of unrecognized character by Guido van Rossum · 22 years ago
  33. e12454f The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. by Martin v. Löwis · 22 years ago
  34. 322c0d1 Only close sockets if they have been created. Reported by Blake Winton. by Martin v. Löwis · 23 years ago
  35. b0162f9 Patch #416079: fix the debug string output when receiving telnet commands. by Martin v. Löwis · 23 years ago
  36. 2ad2569 Initialize msg to avoid unbound locals. by Martin v. Löwis · 23 years ago
  37. 4eb5940 Untabify IPv6 changes. by Martin v. Löwis · 23 years ago
  38. a43c2f8 Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients. by Martin v. Löwis · 23 years ago
  39. 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 23 years ago
  40. 6b8c528 String method conversion. by Eric S. Raymond · 23 years ago
  41. b90f89a Whitespace normalization. by Tim Peters · 23 years ago
  42. 823eb4b Caolan McNamara: by Guido van Rossum · 24 years ago
  43. 82eae9e Added mt_interact() -- multithreaded version of interact(). by Guido van Rossum · 25 years ago
  44. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  45. 2fc4d58 Added debug statements to report data actually sent and received on the socket. by Guido van Rossum · 26 years ago
  46. 5baf4bc Moved things around a bit in interact(), so outout is processed before by Guido van Rossum · 26 years ago
  47. ccb5ec6 Added expect() method which takes a list of regular expressions and an by Guido van Rossum · 26 years ago
  48. 00f9fea Use string.replace instead of regsub.[g]sub. by Guido van Rossum · 26 years ago
  49. b9b50eb Decided to add the telnet library that I wrote long ago (it's still in by Guido van Rossum · 26 years ago