1. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  2. 48440b7 Patch #: Add POP3 over SSL support. by Martin v. Löwis · 21 years ago
  3. 16e3c42 Replace boolean test with is None. by Raymond Hettinger · 22 years ago
  4. e12454f The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. by Martin v. Löwis · 22 years ago
  5. a16433b Re-enabled debugging prints in poplib & documented the set_debuglevel() by Fred Drake · 23 years ago
  6. 322c0d1 Only close sockets if they have been created. Reported by Blake Winton. by Martin v. Löwis · 23 years ago
  7. 2ad2569 Initialize msg to avoid unbound locals. by Martin v. Löwis · 23 years ago
  8. 4eb5940 Untabify IPv6 changes. by Martin v. Löwis · 23 years ago
  9. a43c2f8 Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients. by Martin v. Löwis · 23 years ago
  10. c62c81e __all__ for several more modules by Skip Montanaro · 23 years ago
  11. 341f929 String method conversion. by Eric S. Raymond · 23 years ago
  12. ccc2e3d OK, checking in patch 103329. by Moshe Zadka · 23 years ago
  13. 2344fae Whitespace normalization. by Tim Peters · 23 years ago
  14. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  15. 2a91cd4 Caolan McNamara: properly undo the byte-stuffing of lines starting by Guido van Rossum · 24 years ago
  16. 93a7c0f Fredrik Lundh: by Guido van Rossum · 24 years ago
  17. 98d9fd3 Simple changes by Gerrit Holl - move author acknowledgements out of by Guido van Rossum · 24 years ago
  18. 361c048 POP3.uidl(): Update docstring based on comments from Piers Lauder by Fred Drake · 25 years ago
  19. 8d5bef7 There was a confusion in my checkin of the code to support list() with by Guido van Rossum · 26 years ago
  20. f6ae743 Fix suggested by movits@lockstar.com (plus doc string by myself) by Guido van Rossum · 26 years ago
  21. de23cb0 Bug in how an except statement was written (submitted by Piers himself). by Guido van Rossum · 26 years ago
  22. 03774bb Version with docstrings and some other changes, by Piers Lauder. by Guido van Rossum · 26 years ago
  23. 484772d Dave Ascher's pop client code. by Guido van Rossum · 26 years ago