Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PEP8 style compliance fixes | engn33r | 2021-05-04 | 1 | -1/+1 |
| | |||||
* | Fix #526 by reverting invalid BSD license migration in commit e94ed9e to ↵ | engn33r | 2021-02-22 | 1 | -2/+1 |
| | | | | return to LGPL2.1 | ||||
* | Create dummy `ssl` object | Filip Š | 2019-10-04 | 1 | -0/+2 |
| | |||||
* | Fix SSL socket handling (#2) | Juho Hovila | 2018-08-29 | 1 | -1/+9 |
| | | | | | | | | | | * Fix ssl socket handling Handle them as recommended in here https://bugs.python.org/issue21430 and in python documentation. Do not use undocumented SSLSocket pending * Increase version | ||||
* | wsdump, test_fuzzingclient, websocket.*, test_websocket: Organise imports | Allan Lewis | 2016-04-27 | 1 | -1/+0 |
| | | | | | | | | | | | | | | Previously, because of the multiple instances of `from foo import *`, names were imported from modules that had themselves imported them, instead of from the place of definition. This commit therefore does the following: - Declares `__all__` in every module that imports anything, so that `from foo import *` is sane. - Sorts the imports based on conventions, similar to the output of `isort`. - Places all conditional imports after unconditional imports, except where that isn't valid. - Imports local names from the modules where they are defined, except when importing the package itself. | ||||
* | Fix #175: Use builtin check_hostname when available | KenjiTakahashi | 2015-04-20 | 1 | -4/+9 |
| | |||||
* | fixed some errorv0.27.0 | liris | 2015-03-26 | 1 | -1/+1 |
| | |||||
* | refs #164 | liris | 2015-03-26 | 1 | -2/+1 |
| | |||||
* | Fix exception in recv() when ssl module is not available | Andrey Kosyakov | 2015-03-25 | 1 | -0/+41 |