- c64a1a6 bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) by Christian Heimes · 6 years ago
- 529525f bpo-33618: Enable TLS 1.3 in tests (GH-7079) by Christian Heimes · 7 years ago
- e5f41d2 bpo-33522: Enable CI builds on Visual Studio Team Services (#6865) by Steve Dower · 7 years ago
- 0e6c8ee bpo-32981: Fix catastrophic backtracking vulns (#5955) by Jamie Davis · 7 years ago
- 05d9fe3 bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663) by Christian Heimes · 7 years ago
- 61d478c bpo-31399: Let OpenSSL verify hostname and IP address (#3462) by Christian Heimes · 8 years ago
- a170fa1 bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058) by Christian Heimes · 8 years ago
- d165e14 bpo-31448, test_poplib: Fix ResourceWarning (#3542) by Victor Stinner · 8 years ago
- d403a29 bpo-31234: Fix dangling thread in test_ftp/poplib (#3540) by Victor Stinner · 8 years ago
- a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 8 years ago
- d048637 Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. by Christian Heimes · 9 years ago
- e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 9 years ago
- b8cd3e4 #21804: Add RFC 6856 (UTF8) support to poplib. by R David Murray · 10 years ago
- f9284ae merge 3.4 (#22921) by Benjamin Peterson · 11 years ago
- 7243b57 don't require OpenSSL SNI to pass hostname to ssl functions (#22921) by Benjamin Peterson · 11 years ago
- 6e20460 Issue #21566: Make use of socket.listen() default backlog. by Charles-François Natali · 11 years ago
- 3f73e4c Fix failure in test_poplib after issue #20951. by Antoine Pitrou · 11 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 · 12 years ago
- 28dd6de Fix #19830: Fix a ResourceWarning in test_poplib. Patch written by Vajrasky Kok. by Victor Stinner · 12 years ago
- 1bc7068 Issue #19784: poplib now supports SSLContext.check_hostname and server name by Christian Heimes · 12 years ago
- 4376763 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 12 years ago
- 7908068 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 12 years ago
- 7e27abb Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to by Georg Brandl · 12 years ago
- b89b5df merge with 3.3 by Georg Brandl · 12 years ago
- 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 13 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 · 13 years ago
- 25cee19 Issue #4473: Add a POP3.capa() method to query the capabilities advertised by the POP3 server. by Antoine Pitrou · 13 years ago
- 77e1bfc Issue #13453: Fix a race condition in test_poplib. by Charles-François Natali · 14 years ago
- 83ef254 Issue #13453: Fix a race condition in test_poplib. by Charles-François Natali · 14 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à · 15 years ago
- 42382fe fix issue #8807: adds a context parameter to POP3_SSL class. by Giampaolo Rodolà · 15 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 · 16 years ago
- ea1158f Issue #6622: Fix 'variable referenced before assignment' bug in POP3.apop. by Mark Dickinson · 16 years ago
- c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 16 years ago
- d395629 Fixed issue #3727: poplib module broken by str to unicode conversion by Christian Heimes · 17 years ago
- f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 17 years ago
- ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 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 · 18 years ago
- accecdf Don't use a sleep to wait for the server to be ready; this caused by Guido van Rossum · 18 years ago
- d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago