summaryrefslogtreecommitdiffstats
path: root/Lib/test/ssltests.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-104773: PEP 594: Remove the nntplib module (#104894)Victor Stinner2023-05-241-1/+1
| | | | | | | | * socket_helper.transient_internet() no longer imports nntplib to catch nntplib.NNTPTemporaryError. * ssltests.py no longer runs test_nntplib. * "make quicktest" no longer runs test_nntplib. * WASM: remove nntplib from OMIT_NETWORKING_FILES. * Remove mentions to nntplib in the email documentation.
* Revert "bpo-43989: Temporarily disable warnings in ssltests (GH-25780)" ↵Ethan Furman2021-05-011-1/+1
| | | | | | | (GH-25793) Reverts python/cpython#25780 Automerge-Triggered-By: GH:tiran
* bpo-43989: Temporarily disable warnings in ssltests (GH-25780)Christian Heimes2021-05-011-1/+1
| | | -Werror is currently broken.
* Make Lib/test/ssltests.py more useful and faster for OpenSSL testingChristian Heimes2016-09-221-6/+21
|
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+0
| | | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang lines in the unittestgui and checkpip scripts.
* normalize white spaceChristian Heimes2013-12-051-1/+1
|
* Add a script similar to xmltests.py to run all SSL-related unit testsChristian Heimes2013-12-051-0/+22