1. f9284ae merge 3.4 (#22921) by Benjamin Peterson · 10 years ago
  2. 7243b57 don't require OpenSSL SNI to pass hostname to ssl functions (#22921) by Benjamin Peterson · 10 years ago
  3. 6e20460 Issue #21566: Make use of socket.listen() default backlog. by Charles-François Natali · 10 years ago
  4. 3f73e4c Fix failure in test_poplib after issue #20951. by Antoine Pitrou · 10 years ago
  5. 1ff23d7 Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. by Serhiy Storchaka · 10 years ago
  6. 578c677 Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. by Serhiy Storchaka · 10 years ago
  7. e8a257c test_poplib: skip stls_context test when SNI is not available by Christian Heimes · 11 years ago
  8. 28dd6de Fix #19830: Fix a ResourceWarning in test_poplib. Patch written by Vajrasky Kok. by Victor Stinner · 11 years ago
  9. 1bc7068 Issue #19784: poplib now supports SSLContext.check_hostname and server name by Christian Heimes · 11 years ago
  10. 4376763 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  11. 7908068 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  12. 7e27abb Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to by Georg Brandl · 11 years ago
  13. b89b5df merge with 3.3 by Georg Brandl · 11 years ago
  14. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  15. 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
  16. 25cee19 Issue #4473: Add a POP3.capa() method to query the capabilities advertised by the POP3 server. by Antoine Pitrou · 12 years ago
  17. 77e1bfc Issue #13453: Fix a race condition in test_poplib. by Charles-François Natali · 13 years ago
  18. 83ef254 Issue #13453: Fix a race condition in test_poplib. by Charles-François Natali · 13 years ago
  19. 95bcb93 Issue 11291: poplib suppresses errors on QUIT. by Giampaolo Rodolà · 13 years ago
  20. 977c707 Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher by Giampaolo Rodolà · 14 years ago
  21. 42382fe fix issue #8807: adds a context parameter to POP3_SSL class. by Giampaolo Rodolà · 14 years ago
  22. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  23. d3f8ab8 Merged revisions 80451-80452 via svnmerge from by Antoine Pitrou · 14 years ago
  24. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  25. ea1158f Issue #6622: Fix 'variable referenced before assignment' bug in POP3.apop. by Mark Dickinson · 15 years ago
  26. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  27. d395629 Fixed issue #3727: poplib module broken by str to unicode conversion by Christian Heimes · 16 years ago
  28. 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
  29. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  30. 5e69685 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from by Christian Heimes · 16 years ago
  31. 8a392d7 Convert the socket module to insist on bytes for input, and to return bytes by Guido van Rossum · 17 years ago
  32. accecdf Don't use a sleep to wait for the server to be ready; this caused by Guido van Rossum · 17 years ago
  33. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago