1. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  2. 230a60c Whitespace normalization. by Tim Peters · 22 years ago
  3. 574deae Patch #625823: Add symbolic constants for more commands. by Martin v. Löwis · 22 years ago
  4. 1da9c57 Patch #630829: Don't block on IAC, process suboptions. by Martin v. Löwis · 22 years ago
  5. 10ff706 Replaced boolean tests with is None. by Raymond Hettinger · 22 years ago
  6. 6a1bd39 SF 554073. Fix typo in error reporting of unrecognized character by Guido van Rossum · 22 years ago
  7. e12454f The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. by Martin v. Löwis · 22 years ago
  8. 322c0d1 Only close sockets if they have been created. Reported by Blake Winton. by Martin v. Löwis · 23 years ago
  9. b0162f9 Patch #416079: fix the debug string output when receiving telnet commands. by Martin v. Löwis · 23 years ago
  10. 2ad2569 Initialize msg to avoid unbound locals. by Martin v. Löwis · 23 years ago
  11. 4eb5940 Untabify IPv6 changes. by Martin v. Löwis · 23 years ago
  12. a43c2f8 Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients. by Martin v. Löwis · 23 years ago
  13. 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 23 years ago
  14. 6b8c528 String method conversion. by Eric S. Raymond · 23 years ago
  15. b90f89a Whitespace normalization. by Tim Peters · 23 years ago
  16. 823eb4b Caolan McNamara: by Guido van Rossum · 24 years ago
  17. 82eae9e Added mt_interact() -- multithreaded version of interact(). by Guido van Rossum · 26 years ago
  18. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  19. 2fc4d58 Added debug statements to report data actually sent and received on the socket. by Guido van Rossum · 26 years ago
  20. 5baf4bc Moved things around a bit in interact(), so outout is processed before by Guido van Rossum · 27 years ago
  21. ccb5ec6 Added expect() method which takes a list of regular expressions and an by Guido van Rossum · 27 years ago
  22. 00f9fea Use string.replace instead of regsub.[g]sub. by Guido van Rossum · 27 years ago
  23. b9b50eb Decided to add the telnet library that I wrote long ago (it's still in by Guido van Rossum · 27 years ago