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