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