Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "bpo-43989: Temporarily disable warnings in ssltests (GH-25780)" ↵ | Ethan Furman | 2021-05-01 | 1 | -1/+1 |
| | | | | | | | (GH-25793) Reverts python/cpython#25780 Automerge-Triggered-By: GH:tiran | ||||
* | bpo-43989: Temporarily disable warnings in ssltests (GH-25780) | Christian Heimes | 2021-05-01 | 1 | -1/+1 |
| | | | -Werror is currently broken. | ||||
* | Make Lib/test/ssltests.py more useful and faster for OpenSSL testing | Christian Heimes | 2016-09-22 | 1 | -6/+21 |
| | |||||
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -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 space | Christian Heimes | 2013-12-05 | 1 | -1/+1 |
| | |||||
* | Add a script similar to xmltests.py to run all SSL-related unit tests | Christian Heimes | 2013-12-05 | 1 | -0/+22 |