| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-108303: Move all certificates to `Lib/test/certdata/` (#109489) | Nikita Sobolev | 2023-09-16 | 1 | -2/+2 |
|
|
* | gh-72719: Remove asyncore and asynchat modules (#96580) | Nikita Sobolev | 2022-11-08 | 1 | -5/+2 |
|
|
* | gh-94172: Remove keyfile, certfile and check_hostname parameters (#94173) | Victor Stinner | 2022-11-03 | 1 | -7/+0 |
|
|
* | gh-92169: Use warnings_helper.import_deprecated() to import deprecated module... | Hugo van Kemenade | 2022-05-03 | 1 | -5/+5 |
|
|
* | bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986) | Christian Heimes | 2022-03-22 | 1 | -0/+2 |
|
|
* | bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455) | Christian Heimes | 2022-01-13 | 1 | -2/+2 |
|
|
* | Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-2... | Victor Stinner | 2021-12-07 | 1 | -2/+6 |
|
|
* | bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521) | Victor Stinner | 2021-11-15 | 1 | -6/+2 |
|
|
* | bpo-45229: Remove test_main in many tests (GH-28405) | Serhiy Storchaka | 2021-09-19 | 1 | -8/+4 |
|
|
* | bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in t... | Irit Katriel | 2021-06-24 | 1 | -2/+6 |
|
|
* | bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25... | Christian Heimes | 2021-04-19 | 1 | -1/+1 |
|
|
* | bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413) | Christian Heimes | 2020-11-20 | 1 | -1/+1 |
|
|
* | bpo-40275: Adding threading_helper submodule in test.support (GH-20263) | Hai Shi | 2020-05-27 | 1 | -2/+3 |
|
|
* | bpo-40275: Move requires_hashdigest() to test.support.hashlib_helper (GH-19716) | Hai Shi | 2020-04-29 | 1 | -2/+3 |
|
|
* | bpo-40275: Avoid importing socket in test.support (GH-19603) | Serhiy Storchaka | 2020-04-25 | 1 | -2/+3 |
|
|
* | bpo-39259: poplib now rejects timeout = 0 (GH-17912) | Dong-hee Na | 2020-01-10 | 1 | -5/+7 |
|
|
* | bpo-38614: Use support timeout constants (GH-17572)HEADmaster | Victor Stinner | 2019-12-11 | 1 | -3/+6 |
|
|
* | bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) | Christian Heimes | 2019-09-25 | 1 | -0/+2 |
|
|
* | bpo-33618: Enable TLS 1.3 in tests (GH-7079) | Christian Heimes | 2018-05-23 | 1 | -7/+2 |
|
|
* | bpo-33522: Enable CI builds on Visual Studio Team Services (#6865) | Steve Dower | 2018-05-16 | 1 | -6/+8 |
|
|
* | bpo-32981: Fix catastrophic backtracking vulns (#5955) | Jamie Davis | 2018-03-04 | 1 | -1/+11 |
|
|
* | bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663) | Christian Heimes | 2018-02-27 | 1 | -0/+6 |
|
|
* | bpo-31399: Let OpenSSL verify hostname and IP address (#3462) | Christian Heimes | 2018-01-27 | 1 | -0/+3 |
|
|
* | bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058) | Christian Heimes | 2017-09-15 | 1 | -4/+6 |
|
|
* | bpo-31448, test_poplib: Fix ResourceWarning (#3542) | Victor Stinner | 2017-09-13 | 1 | -3/+3 |
|
|
* | bpo-31234: Fix dangling thread in test_ftp/poplib (#3540) | Victor Stinner | 2017-09-13 | 1 | -1/+6 |
|
|
* | bpo-31370: Remove support for threads-less builds (#3385) | Antoine Pitrou | 2017-09-07 | 1 | -1/+1 |
|
|
* | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. | Christian Heimes | 2016-09-10 | 1 | -4/+6 |
|
|
* | Issue #23277: Remove unused imports in tests. | Serhiy Storchaka | 2016-04-24 | 1 | -1/+0 |
|
|
* | #21804: Add RFC 6856 (UTF8) support to poplib. | R David Murray | 2015-05-16 | 1 | -0/+16 |
|
|
* | merge 3.4 (#22921) | Benjamin Peterson | 2014-11-23 | 1 | -4/+0 |
|\ |
|
| * | don't require OpenSSL SNI to pass hostname to ssl functions (#22921) | Benjamin Peterson | 2014-11-23 | 1 | -4/+0 |
|
|
* | | Issue #21566: Make use of socket.listen() default backlog. | Charles-François Natali | 2014-07-23 | 1 | -1/+1 |
|
|
* | | Fix failure in test_poplib after issue #20951. | Antoine Pitrou | 2014-04-29 | 1 | -10/+5 |
|/ |
|
* | Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. | Serhiy Storchaka | 2014-02-08 | 1 | -3/+3 |
|\ |
|
| * | Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. | Serhiy Storchaka | 2014-02-08 | 1 | -3/+3 |
|
|
| * | Issue #18702: All skipped tests now reported as skipped. | Serhiy Storchaka | 2013-11-03 | 1 | -28/+29 |
|
|
* | | test_poplib: skip stls_context test when SNI is not available | Christian Heimes | 2013-12-15 | 1 | -0/+5 |
|
|
* | | Fix #19830: Fix a ResourceWarning in test_poplib. | Victor Stinner | 2013-12-09 | 1 | -1/+1 |
|
|
* | | Issue #19784: poplib now supports SSLContext.check_hostname and server name | Christian Heimes | 2013-12-02 | 1 | -1/+8 |
|
|
* | | Issue #18702: All skipped tests now reported as skipped. | Serhiy Storchaka | 2013-11-03 | 1 | -78/+80 |
|
|
* | | merge with 3.3 | Georg Brandl | 2013-10-27 | 1 | -2/+12 |
|\ \
| |/ |
|
| * | Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to | Georg Brandl | 2013-10-27 | 1 | -1/+5 |
|
|
* | | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|
|
* | | Issue #4473: Add a POP3.stls() to switch a clear-text POP3 session into an en... | Antoine Pitrou | 2012-11-23 | 1 | -31/+114 |
|
|
* | | Issue #4473: Add a POP3.capa() method to query the capabilities advertised by... | Antoine Pitrou | 2012-11-23 | 1 | -0/+16 |
|/ |
|
* | Issue #13453: Fix a race condition in test_poplib. | Charles-François Natali | 2011-12-14 | 1 | -10/+12 |
|\ |
|
| * | Issue #13453: Fix a race condition in test_poplib. | Charles-François Natali | 2011-12-14 | 1 | -10/+12 |
|
|
* | | Issue 11291: poplib suppresses errors on QUIT. | Giampaolo Rodolà | 2011-02-25 | 1 | -2/+13 |
|/ |
|
* | Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcher | Giampaolo Rodolà | 2010-10-04 | 1 | -2/+1 |
|
|