| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-37390: Add audit event table to documentations (GH-14406) | Miss Islington (bot) | 2019-06-27 | 1 | -2/+2 |
* | bpo-37363: Add audit events for a range of modules (GH-14301) | Miss Islington (bot) | 2019-06-24 | 1 | -0/+3 |
* | bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268) | Pablo Aguiar | 2018-11-01 | 1 | -1/+1 |
* | bpo-32981: Fix catastrophic backtracking vulns (#5955) | Jamie Davis | 2018-03-03 | 1 | -1/+1 |
* | bpo-30329: Catch Windows error 10022 on shutdown() (#1538) | Victor Stinner | 2017-05-15 | 1 | -3/+6 |
* | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. | Christian Heimes | 2016-09-10 | 1 | -0/+4 |
* | #21804: Add RFC 6856 (UTF8) support to poplib. | R David Murray | 2015-05-16 | 1 | -0/+7 |
* | Issue #23865: close() methods in multiple modules now are idempotent and more | Serhiy Storchaka | 2015-04-10 | 1 | -12/+17 |
* | Issue #23681: Fixed Python 2 to 3 poring bugs. | Serhiy Storchaka | 2015-03-20 | 1 | -1/+1 |
* | don't require OpenSSL SNI to pass hostname to ssl functions (#22921) | Benjamin Peterson | 2014-11-23 | 1 | -4/+2 |
* | Issue #22186: Fix typos in Lib/. | Berker Peksag | 2014-10-19 | 1 | -1/+1 |
* | Issue #19784: poplib now supports SSLContext.check_hostname and server name | Christian Heimes | 2013-12-02 | 1 | -2/+6 |
* | Issue #19735: Implement private function ssl._create_stdlib_context() to | Christian Heimes | 2013-11-23 | 1 | -6/+5 |
* | merge with 3.3 | Georg Brandl | 2013-10-27 | 1 | -1/+10 |
|\ |
|
| * | Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to | Georg Brandl | 2013-10-27 | 1 | -1/+10 |
* | | #18705: merge with 3.3. | Ezio Melotti | 2013-08-17 | 1 | -2/+2 |
|\| |
|
| * | #18705: fix a number of typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
* | | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 1 | -1/+1 |
* | | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-13 | 1 | -1/+1 |
* | | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
* | | Fix missing import (followup to #4473). | Antoine Pitrou | 2012-11-24 | 1 | -1/+3 |
* | | Issue #4473: Add a POP3.stls() to switch a clear-text POP3 session into an en... | Antoine Pitrou | 2012-11-23 | 1 | -6/+42 |
* | | Issue #4473: Add a POP3.capa() method to query the capabilities advertised by... | Antoine Pitrou | 2012-11-23 | 1 | -0/+30 |
* | | Issue #4473: Ensure the socket is shutdown cleanly in POP3.close(). | Antoine Pitrou | 2012-11-23 | 1 | -1/+8 |
|/ |
|
* | Issue 11291: poplib suppresses errors on QUIT. | Giampaolo Rodolà | 2011-02-25 | 1 | -7/+10 |
* | fix issue #8807: adds a context parameter to POP3_SSL class. | Giampaolo Rodolà | 2010-08-17 | 1 | -4/+14 |
* | Issue #6622: Fix 'variable referenced before assignment' bug in POP3.apop. | Mark Dickinson | 2009-08-06 | 1 | -1/+1 |
* | Fixed issue #3727: poplib module broken by str to unicode conversion | Christian Heimes | 2008-11-05 | 1 | -80/+24 |
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 | 1 | -1/+2 |
* | Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,... | Benjamin Peterson | 2008-05-26 | 1 | -1/+1 |
* | Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from | Thomas Wouters | 2007-09-19 | 1 | -1/+1 |
* | Patch # 1094 by Serge Julien. Fix some bytes/str comparisons. | Guido van Rossum | 2007-09-10 | 1 | -2/+2 |
* | Merged revisions 57620-57771 via svnmerge from | Thomas Wouters | 2007-08-30 | 1 | -79/+86 |
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -1/+1 |
* | Make terminator constants bytes. | Jeremy Hylton | 2007-08-29 | 1 | -2/+2 |
* | Fix test_poplib failures. | Collin Winter | 2007-07-23 | 1 | -1/+1 |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -16/+2 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -11/+11 |
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -4/+4 |
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -2/+2 |
* | bug [ 1252706 ] poplib list() docstring fix (and docs too) | Georg Brandl | 2005-08-05 | 1 | -1/+1 |
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -8/+8 |
* | Patch #: Add POP3 over SSL support. | Martin v. Löwis | 2003-10-31 | 1 | -1/+89 |
* | Replace boolean test with is None. | Raymond Hettinger | 2002-06-01 | 1 | -2/+2 |
* | The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. | Martin v. Löwis | 2002-02-16 | 1 | -1/+1 |
* | Re-enabled debugging prints in poplib & documented the set_debuglevel() | Fred Drake | 2001-12-05 | 1 | -5/+5 |
* | Only close sockets if they have been created. Reported by Blake Winton. | Martin v. Löwis | 2001-10-07 | 1 | -1/+3 |
* | Initialize msg to avoid unbound locals. | Martin v. Löwis | 2001-07-31 | 1 | -0/+1 |
* | Untabify IPv6 changes. | Martin v. Löwis | 2001-07-26 | 1 | -17/+17 |
* | Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients. | Martin v. Löwis | 2001-07-24 | 1 | -7/+17 |