1. d048637 Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. by Christian Heimes · 8 years ago
  2. b8cd3e4 #21804: Add RFC 6856 (UTF8) support to poplib. by R David Murray · 9 years ago
  3. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  4. 74a49ac Issue #23681: Fixed Python 2 to 3 poring bugs. by Serhiy Storchaka · 9 years ago
  5. 7243b57 don't require OpenSSL SNI to pass hostname to ssl functions (#22921) by Benjamin Peterson · 10 years ago
  6. f23530f Issue #22186: Fix typos in Lib/. by Berker Peksag · 10 years ago
  7. 1bc7068 Issue #19784: poplib now supports SSLContext.check_hostname and server name by Christian Heimes · 10 years ago
  8. 67986f9 Issue #19735: Implement private function ssl._create_stdlib_context() to by Christian Heimes · 11 years ago
  9. b89b5df merge with 3.3 by Georg Brandl · 11 years ago
  10. 7e27abb Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to by Georg Brandl · 11 years ago
  11. 9a3777e #18705: merge with 3.3. by Ezio Melotti · 11 years ago
  12. 30b9d5d #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  13. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  14. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  15. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 11 years ago
  16. 7fde5b3 Fix missing import (followup to #4473). by Antoine Pitrou · 12 years ago
  17. 8618d74 Issue #4473: Add a POP3.stls() to switch a clear-text POP3 session into an encrypted POP3 session, on supported servers. by Antoine Pitrou · 12 years ago
  18. 25cee19 Issue #4473: Add a POP3.capa() method to query the capabilities advertised by the POP3 server. by Antoine Pitrou · 12 years ago
  19. d89824b Issue #4473: Ensure the socket is shutdown cleanly in POP3.close(). by Antoine Pitrou · 12 years ago
  20. 95bcb93 Issue 11291: poplib suppresses errors on QUIT. by Giampaolo Rodolà · 13 years ago
  21. 42382fe fix issue #8807: adds a context parameter to POP3_SSL class. by Giampaolo Rodolà · 14 years ago
  22. ea1158f Issue #6622: Fix 'variable referenced before assignment' bug in POP3.apop. by Mark Dickinson · 15 years ago
  23. d395629 Fixed issue #3727: poplib module broken by str to unicode conversion by Christian Heimes · 16 years ago
  24. 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
  25. a37cfc6 Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,63534,63541 via svnmerge from by Benjamin Peterson · 16 years ago
  26. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  27. 0ec3477 Patch # 1094 by Serge Julien. Fix some bytes/str comparisons. by Guido van Rossum · 17 years ago
  28. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  29. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  30. 88d06a7 Make terminator constants bytes. by Jeremy Hylton · 17 years ago
  31. f86f285 Fix test_poplib failures. by Collin Winter · 17 years ago
  32. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  33. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  34. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  35. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  36. 2772c67 bug [ 1252706 ] poplib list() docstring fix (and docs too) by Georg Brandl · 19 years ago
  37. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  38. 48440b7 Patch #: Add POP3 over SSL support. by Martin v. Löwis · 21 years ago
  39. 16e3c42 Replace boolean test with is None. by Raymond Hettinger · 22 years ago
  40. e12454f The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. by Martin v. Löwis · 22 years ago
  41. a16433b Re-enabled debugging prints in poplib & documented the set_debuglevel() by Fred Drake · 22 years ago
  42. 322c0d1 Only close sockets if they have been created. Reported by Blake Winton. by Martin v. Löwis · 23 years ago
  43. 2ad2569 Initialize msg to avoid unbound locals. by Martin v. Löwis · 23 years ago
  44. 4eb5940 Untabify IPv6 changes. by Martin v. Löwis · 23 years ago
  45. a43c2f8 Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients. by Martin v. Löwis · 23 years ago
  46. c62c81e __all__ for several more modules by Skip Montanaro · 23 years ago
  47. 341f929 String method conversion. by Eric S. Raymond · 23 years ago
  48. ccc2e3d OK, checking in patch 103329. by Moshe Zadka · 23 years ago
  49. 2344fae Whitespace normalization. by Tim Peters · 23 years ago
  50. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  51. 2a91cd4 Caolan McNamara: properly undo the byte-stuffing of lines starting by Guido van Rossum · 24 years ago
  52. 93a7c0f Fredrik Lundh: by Guido van Rossum · 24 years ago
  53. 98d9fd3 Simple changes by Gerrit Holl - move author acknowledgements out of by Guido van Rossum · 24 years ago
  54. 361c048 POP3.uidl(): Update docstring based on comments from Piers Lauder by Fred Drake · 25 years ago
  55. 8d5bef7 There was a confusion in my checkin of the code to support list() with by Guido van Rossum · 26 years ago
  56. f6ae743 Fix suggested by movits@lockstar.com (plus doc string by myself) by Guido van Rossum · 26 years ago
  57. de23cb0 Bug in how an except statement was written (submitted by Piers himself). by Guido van Rossum · 26 years ago
  58. 03774bb Version with docstrings and some other changes, by Piers Lauder. by Guido van Rossum · 26 years ago
  59. 484772d Dave Ascher's pop client code. by Guido van Rossum · 26 years ago