summaryrefslogtreecommitdiff
path: root/tests/stdlib/test_ssl.py
Commit message (Collapse)AuthorAgeFilesLines
* chore: CI upgrades, pycodestyle fix 2 empty lines after class/defSergey Shepelev2023-01-181-0/+2
| | | | | | - github actions ubuntu-latest switched to 22.04 with python3>=3.7 - tool: pep8 was renamed and upgraded to pycodestyle 2.1, fixed 2 empty lines after class/def - common github actions upgrade to v3 https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
* PEP-8 fixesSergey Shepelev2014-08-271-6/+9
|
* Argh accursed tests that connect to sto svn.python.org.Ryan Williams2011-01-231-1/+2
|
* Commented out bogusly-failing ssl tests.Ryan Williams2010-01-101-0/+8
|
* Corrected timeout behavior of ssl sockets, better docs on the annoying close ↵Ryan Williams2009-12-061-3/+3
| | | | behavior.
* Greened SimpleHTTPServerRyan Williams2009-11-291-1/+1
|
* Added test for ssl module, fixed bug that it found with definition of ↵Ryan Williams2009-11-291-0/+43
setblocking.