| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-43998: Fix testing without ssl module (GH-25790) | Christian Heimes | 2021-05-01 | 1 | -3/+4 |
|
|
* | bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778) | Christian Heimes | 2021-05-01 | 1 | -9/+22 |
|
|
* | bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25... | Christian Heimes | 2021-04-19 | 1 | -1/+1 |
|
|
* | bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037) | Dong-hee Na | 2021-01-01 | 1 | -3/+7 |
|
|
* | bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822) | Victor Stinner | 2020-08-11 | 1 | -3/+3 |
|
|
* | bpo-39305: Update nntplib to merge nntplib.NNTP and nntplib._NNTPBase (GH-19817) | Dong-hee Na | 2020-05-16 | 1 | -2/+14 |
|
|
* | bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711) | Serhiy Storchaka | 2020-04-29 | 1 | -2/+2 |
|
|
* | bpo-40275: Avoid importing socket in test.support (GH-19603) | Serhiy Storchaka | 2020-04-25 | 1 | -2/+3 |
|
|
* | bpo-39259: nntplib.NNTP/NNTP_SSL now reject timeout = 0 (GH-17936) | Dong-hee Na | 2020-01-11 | 1 | -0/+4 |
|
|
* | bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903) | Dong-hee Na | 2020-01-08 | 1 | -2/+2 |
|
|
* | bpo-38614: Use test.support.INTERNET_TIMEOUT constant (GH-17565) | Victor Stinner | 2019-12-10 | 1 | -4/+10 |
|
|
* | bpo-35925: Skip SSL tests that fail due to weak external certs. (GH-13124) | Gregory P. Smith | 2019-05-06 | 1 | -8/+29 |
|
|
* | bpo-32128: Skip test_nntplib.test_article_head_body() (#4552) | Victor Stinner | 2017-11-25 | 1 | -0/+1 |
|
|
* | bpo-31370: Remove support for threads-less builds (#3385) | Antoine Pitrou | 2017-09-07 | 1 | -5/+4 |
|
|
* | bpo-30188: fix TypeError in test_nntplib (GH-2892) | INADA Naoki | 2017-07-26 | 1 | -2/+2 |
|
|
* | bpo-30188: test_nntplib catch also ssl.SSLEOFError (#2843) | Victor Stinner | 2017-07-24 | 1 | -1/+6 |
|
|
* | bpo-30175: Skip client cert tests of test_imaplib (#1320) | Victor Stinner | 2017-04-27 | 1 | -1/+6 |
|
|
* | Issue #28971: Merge 3.5 | Xavier de Gaye | 2016-12-16 | 1 | -0/+2 |
|\ |
|
| * | Issue #28971: Temporarily skip test_over until a permanent solution is found | Xavier de Gaye | 2016-12-16 | 1 | -0/+2 |
|
|
* | | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. | Christian Heimes | 2016-09-10 | 1 | -2/+4 |
|/ |
|
* | Issue #27626: Spelling fixes in docs, comments and internal names | Martin Panter | 2016-07-28 | 1 | -2/+2 |
|
|
* | Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc | Martin Panter | 2016-04-15 | 1 | -1/+1 |
|
|
* | Issue #25859: Reimplement NNTP test_starttls() using local server | Martin Panter | 2016-01-19 | 1 | -18/+64 |
|
|
* | Issue #22351. MockSslTests tests in test_nntplib now are reported if skipped. | Serhiy Storchaka | 2015-04-03 | 1 | -9/+10 |
|
|
* | Issue #22351: Fix test_nntplib if the ssl module is missing | Victor Stinner | 2015-04-03 | 1 | -9/+10 |
|
|
* | Issue #22351: The nntplib.NNTP constructor no longer leaves the connection | Serhiy Storchaka | 2015-03-21 | 1 | -4/+98 |
|
|
* | Issue #22247: Add NNTPError to nntplib.__all__. | Berker Peksag | 2014-09-20 | 1 | -5/+12 |
|
|
* | Issue #18702: All skipped tests now reported as skipped. | Serhiy Storchaka | 2013-11-03 | 1 | -36/+38 |
|
|
* | merge with 3.3 | Georg Brandl | 2013-10-27 | 1 | -0/+10 |
|\ |
|
| * | Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to | Georg Brandl | 2013-10-27 | 1 | -0/+10 |
|
|
* | | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|/ |
|
* | Fix test to really run behind a NNTP virus checker | Antoine Pitrou | 2012-06-24 | 1 | -2/+5 |
|
|
* | Merge from 3.2 (Ignore X-Antivirus headers in test_nntplib) | Nick Coghlan | 2012-06-17 | 1 | -1/+4 |
|\ |
|
| * | Ignore X-Antivirus headers in test_nntplib | Nick Coghlan | 2012-06-17 | 1 | -1/+4 |
|
|
* | | Issue #7644: Add tests for the file argument of NNTP.head() and NNTP.body(). | Antoine Pitrou | 2012-02-15 | 1 | -0/+40 |
|\ \
| |/ |
|
| * | Issue #7644: Add tests for the file argument of NNTP.head() and NNTP.body(). | Antoine Pitrou | 2012-02-15 | 1 | -0/+40 |
|
|
* | | Issue #10287: nntplib now queries the server's CAPABILITIES first before send... | Antoine Pitrou | 2012-02-14 | 1 | -1/+50 |
|\ \
| |/ |
|
| * | Issue #10287: nntplib now queries the server's CAPABILITIES first before send... | Antoine Pitrou | 2012-02-14 | 1 | -1/+50 |
|
|
* | | Issue #10287: nntplib now queries the server's CAPABILITIES again after authe... | Antoine Pitrou | 2012-02-12 | 1 | -5/+57 |
|\ \
| |/ |
|
| * | Issue #10287: nntplib now queries the server's CAPABILITIES again after authe... | Antoine Pitrou | 2012-02-12 | 1 | -5/+57 |
|
|
* | | Merge 3.2 | Florent Xicluna | 2011-10-28 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | Closes #13258: Use callable() built-in in the standard library. | Florent Xicluna | 2011-10-28 | 1 | -2/+1 |
|
|
* | | #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). | Ezio Melotti | 2011-09-28 | 1 | -2/+2 |
|
|
* | | Issue 9795: adds context manager protocol to nntplib.NNTP class so that it ca... | Giampaolo Rodolà | 2011-03-03 | 1 | -0/+21 |
|
|
* | | Normalize the encoding names for Latin-1 and UTF-8 to | Marc-André Lemburg | 2011-02-25 | 1 | -1/+1 |
|
|
* | | Fix imports from collections.abc | Raymond Hettinger | 2011-02-23 | 1 | -2/+2 |
|/ |
|
* | Make test_nntplib more robust | Antoine Pitrou | 2010-11-21 | 1 | -2/+4 |
|
|
* | Wrap all test_nntplib methods accessing a remote server in a transient_intern... | Antoine Pitrou | 2010-11-18 | 1 | -13/+29 |
|
|
* | Make test_nntplib more robust when the "last" article in a group can't be ret... | Antoine Pitrou | 2010-11-18 | 1 | -9/+26 |
|
|
* | Switch from gmane to another provider for NNTP tests (as gmane isn't reliable | Antoine Pitrou | 2010-11-13 | 1 | -32/+45 |
|
|