COMMITS
/ Lib/poplib.py January 20, 2026
S
gh-143923: Reject control characters in POP3 commands
Seth Michael Larson committed
March 2, 2025
K
gh-130637: Add validation for numeric response data in `stat()` method (#130646)
Kanishk Pachauri committed
December 7, 2024
S
Give `poplib.POP3.rpop` a proper docstring (#127370)
Stan Ulbrych committed
June 28, 2023
N
gh-106200: Remove unused imports (#106201)
Nikita Sobolev committed
November 3, 2022
V
gh-94172: Remove keyfile, certfile and check_hostname parameters (#94173)
Victor Stinner committed
January 10, 2020
D
bpo-39259: poplib now rejects timeout = 0 (GH-17912)
Dong-hee Na committed
November 19, 2019
June 27, 2019
S
bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower committed
June 24, 2019
S
bpo-37363: Add audit events for a range of modules (GH-14301)
Steve Dower committed
November 1, 2018
P
bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268)
Pablo Aguiar committed
March 4, 2018
J
bpo-32981: Fix catastrophic backtracking vulns (#5955)
Jamie Davis committed
May 15, 2017
V
bpo-30329: Catch Windows error 10022 on shutdown() (#1538)
Victor Stinner committed
September 10, 2016
C
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
Christian Heimes committed
May 16, 2015
R
#21804: Add RFC 6856 (UTF8) support to poplib.
R David Murray committed
April 10, 2015
S
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka committed
March 20, 2015
S
Issue #23681: Fixed Python 2 to 3 poring bugs.
Serhiy Storchaka committed
November 23, 2014
B
don't require OpenSSL SNI to pass hostname to ssl functions (#22921)
Benjamin Peterson committed
October 19, 2014
B
Issue #22186: Fix typos in Lib/.
Berker Peksag committed
December 2, 2013
C
Issue #19784: poplib now supports SSLContext.check_hostname and server name
Christian Heimes committed
November 23, 2013
C
Issue #19735: Implement private function ssl._create_stdlib_context() to
Christian Heimes committed
October 27, 2013
G
merge with 3.3
Georg Brandl committed
G
Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to
Georg Brandl committed
August 17, 2013
E
#18705: merge with 3.3.
Ezio Melotti committed
E
#18705: fix a number of typos. Patch by Févry Thibault.
Ezio Melotti committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
December 18, 2012
A
Issue #16717: get rid of socket.error, replace with OSError
Andrew Svetlov committed
November 24, 2012
A
Fix missing import (followup to #4473).
Antoine Pitrou committed
November 23, 2012
A
A
Issue #4473: Add a POP3.capa() method to query the capabilities advertised by the POP3 server.
Antoine Pitrou committed
A
Issue #4473: Ensure the socket is shutdown cleanly in POP3.close().
Antoine Pitrou committed
February 25, 2011
G
Issue 11291: poplib suppresses errors on QUIT.
Giampaolo Rodolà committed
August 17, 2010
G
fix issue #8807: adds a context parameter to POP3_SSL class.
Giampaolo Rodolà committed
August 6, 2009
M
Issue #6622: Fix 'variable referenced before assignment' bug in POP3.apop.
Mark Dickinson committed
November 5, 2008
C
Fixed issue #3727: poplib module broken by str to unicode conversion
Christian Heimes committed
June 10, 2008
May 26, 2008
B
Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,63534,63541 via svnmerge from
Benjamin Peterson committed
September 19, 2007
T
Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from
Thomas Wouters committed
September 10, 2007
G
Patch # 1094 by Serge Julien. Fix some bytes/str comparisons.
Guido van Rossum committed
August 30, 2007
T
Merged revisions 57620-57771 via svnmerge from
Thomas Wouters committed
C
Raise statement normalization in Lib/.
Collin Winter committed
August 29, 2007
J
Make terminator constants bytes.
Jeremy Hylton committed
July 23, 2007
C
Fix test_poplib failures.
Collin Winter committed
April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
August 5, 2005
G
bug [ 1252706 ] poplib list() docstring fix (and docs too)
Georg Brandl committed
February 12, 2004
W
Replace backticks with repr() or "%r"
Walter Dörwald committed
October 31, 2003
M
Patch #: Add POP3 over SSL support.
Martin v. Löwis committed