Tin mới
gh-143923: Reject control characters in POP3 commands
gh-130637: Add validation for numeric response data in `stat()` method (#130646)
Give `poplib.POP3.rpop` a proper docstring (#127370)
gh-106200: Remove unused imports (#106201)
gh-94172: Remove keyfile, certfile and check_hostname parameters (#94173)
bpo-39259: poplib now rejects timeout = 0 (GH-17912)
bpo-37390: Add audit event table to documentations (GH-14406)
bpo-37363: Add audit events for a range of modules (GH-14301)
bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268)
bpo-32981: Fix catastrophic backtracking vulns (#5955)
bpo-30329: Catch Windows error 10022 on shutdown() (#1538)
Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.
#21804: Add RFC 6856 (UTF8) support to poplib.
Issue #23865: close() methods in multiple modules now are idempotent and more
Issue #23681: Fixed Python 2 to 3 poring bugs.
don't require OpenSSL SNI to pass hostname to ssl functions (#22921)
Issue #22186: Fix typos in Lib/.
Issue #19784: poplib now supports SSLContext.check_hostname and server name
Issue #19735: Implement private function ssl._create_stdlib_context() to
Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to
#18705: fix a number of typos. Patch by Févry Thibault.
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Issue #18200: Update the stdlib (except tests) to use
Issue #16717: get rid of socket.error, replace with OSError
Fix missing import (followup to #4473).
Issue #4473: Add a POP3.capa() method to query the capabilities advertised by the POP3 server.
Issue #4473: Ensure the socket is shutdown cleanly in POP3.close().
Issue 11291: poplib suppresses errors on QUIT.
fix issue #8807: adds a context parameter to POP3_SSL class.
Issue #6622: Fix 'variable referenced before assignment' bug in POP3.apop.
Fixed issue #3727: poplib module broken by str to unicode conversion