aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the files structure.HEADmainMatěj Cepl2024-03-019-61/+11
* chore: Fix URL of the home page.0.1.2Matěj Cepl2024-03-014-5/+23
* Add a note about requesting this packaging and avoiding theMatěj Cepl2024-01-071-0/+10
* Change the license to the Python PSF one.Matěj Cepl2024-01-072-21/+50
* Add metadata for home page and bug reporting.0.1.1Matěj Cepl2023-04-144-3/+15
* Rename README to README.mdMatěj Cepl2023-04-132-1/+1
* Initial structure of the package0.1.0Matěj Cepl2023-04-1316-4/+96
* Fix build manifest for Fedora.Matěj Cepl2022-04-111-6/+3
* Add LICENSE (MIT license).Matěj Cepl2022-04-111-0/+20
* Add first training builds manifest.Matěj Cepl2022-04-111-0/+14
* Add a skeleton READMEMatěj Cepl2022-04-111-0/+1
* Everybody have to be an ignorant sometime.Matěj Cepl2022-04-111-0/+19
* bpo-47061: document module deprecations due to PEP 594 (GH-31984)v3.11.0a7upstreamBrett Cannon2022-03-211-0/+4
* bpo-43998: Fix testing without ssl module (GH-25790)v3.11.0a6v3.11.0a5v3.11.0a4v3.11.0a3v3.11.0a2v3.11.0a1v3.10.3v3.10.2v3.10.1v3.10.0rc2v3.10.0rc1v3.10.0b4v3.10.0b3v3.10.0b2v3.10.0b1v3.10.0Christian Heimes2021-05-011-3/+4
* bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)Christian Heimes2021-05-011-9/+22
* bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25...Christian Heimes2021-04-191-1/+1
* bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899)Christian Heimes2021-04-171-112/+112
* bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)v3.10.0a7v3.10.0a6v3.10.0a5v3.10.0a4Dong-hee Na2021-01-011-3/+7
* bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)v3.10.0a3v3.10.0a2v3.10.0a1Victor Stinner2020-08-111-3/+3
* bpo-39305: Update nntplib to merge nntplib.NNTP and nntplib._NNTPBase (GH-19817)v3.9.1rc1v3.9.1v3.9.0rc2v3.9.0rc1v3.9.0b5v3.9.0b4v3.9.0b3v3.9.0b2v3.9.0b1v3.9.0Dong-hee Na2020-05-162-60/+54
* bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711)Serhiy Storchaka2020-04-291-2/+2
* bpo-40275: Avoid importing socket in test.support (GH-19603)v3.9.0a6Serhiy Storchaka2020-04-251-2/+3
* bpo-39366: Remove xpath() and xgtitle() methods of NNTP (GH-18035)v3.9.0a5v3.9.0a4v3.9.0a3Dong-hee Na2020-01-232-66/+0
* bpo-39259: nntplib.NNTP/NNTP_SSL now reject timeout = 0 (GH-17936)Dong-hee Na2020-01-113-0/+14
* bpo-39259: nntplib.NNTP/NNTP_SSL refactoring (GH-17939)Dong-hee Na2020-01-111-24/+18
* bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903)Dong-hee Na2020-01-083-7/+7
* bpo-38614: Use test.support.INTERNET_TIMEOUT constant (GH-17565)v3.9.0a2Victor Stinner2019-12-101-4/+10
* bpo-37390: Add audit event table to documentations (GH-14406)v3.9.0a1Steve Dower2019-06-272-11/+15
* bpo-37363: Add audit events for a range of modules (GH-14301)Steve Dower2019-06-242-0/+15
* bpo-35925: Skip SSL tests that fail due to weak external certs. (GH-13124)v3.8.0b1Gregory P. Smith2019-05-061-8/+29
* bpo-35525: Correct the argument name for NNTP.starttls() (GH-11310)v3.8.0a4v3.8.0a3v3.8.0a2v3.8.0a1Harmandeep Singh2019-01-021-2/+2
* bpo-34542: Update test certs and keys (GH-8997)Christian Heimes2018-08-301-93/+125
* bpo-33641: Convert RFC references into links. (GH-7103)Serhiy Storchaka2018-05-311-1/+1
* bpo-32602: Test ECDSA certs (#5247)v3.7.0b5v3.7.0b4v3.7.0b3v3.7.0b2v3.7.0b1Christian Heimes2018-01-201-58/+117
* bpo-32128: Skip test_nntplib.test_article_head_body() (#4552)v3.7.0a4v3.7.0a3Victor Stinner2017-11-251-0/+1
* bpo-31370: Remove support for threads-less builds (#3385)v3.7.0a2v3.7.0a1Antoine Pitrou2017-09-071-5/+4
* bpo-30188: fix TypeError in test_nntplib (GH-2892)INADA Naoki2017-07-261-2/+2
* bpo-30188: test_nntplib catch also ssl.SSLEOFError (#2843)Victor Stinner2017-07-241-1/+6
* bpo-30175: Skip client cert tests of test_imaplib (#1320)Victor Stinner2017-04-271-1/+6
* bpo-29762: More use "raise from None". (#569)Serhiy Storchaka2017-04-051-1/+1
* Issue #28971: Merge 3.5v3.6.1rc1v3.6.1Xavier de Gaye2016-12-161-0/+2
|\
| * Issue #28971: Temporarily skip test_over until a permanent solution is foundv3.5.3rc1v3.5.3Xavier de Gaye2016-12-161-0/+2
* | Issue #19795: Mark up None as literal text.v3.6.0rc2v3.6.0rc1v3.6.0b4v3.6.0b3v3.6.0Serhiy Storchaka2016-10-191-1/+1
|\|
| * Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-1/+1
* | Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.v3.6.0b2v3.6.0b1Christian Heimes2016-09-101-2/+4
|/
* Issue #27210: Fix doctests for a few modules.v3.6.0a4Zachary Ware2016-08-101-5/+5
* Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-281-2/+2
* Issue #22558: Add remaining doc links to source code for Python-coded modules.v3.6.0a3v3.6.0a2v3.5.2rc1v3.5.2Terry Jan Reedy2016-06-111-2/+1
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcv3.6.0a1Martin Panter2016-04-152-5/+5
* Issue #25859: Reimplement NNTP test_starttls() using local serverMartin Panter2016-01-191-18/+64