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