Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2022 | engn33r | 2021-12-31 | 1 | -1/+1 |
| | |||||
* | Py2->3: simplify class definition (#750) | 谭九鼎 | 2021-10-20 | 1 | -1/+1 |
| | | | Remove implied and redundant object class type declarations | ||||
* | Transition from LGPL 2.1 license to Apache 2.0 - fix #697 | engn33r | 2021-08-10 | 1 | -13/+11 |
| | |||||
* | First pass removing Python 2 code, mostly six dependency | engn33r | 2021-05-04 | 1 | -4/+0 |
| | |||||
* | Fix #526 by reverting invalid BSD license migration in commit e94ed9e to ↵ | engn33r | 2021-02-22 | 1 | -2/+1 |
| | | | | return to LGPL2.1 | ||||
* | Pep8 fixes | azaugg | 2019-04-24 | 1 | -0/+1 |
| | |||||
* | Fix SSL socket handling (#2) | Juho Hovila | 2018-08-29 | 1 | -1/+6 |
| | | | | | | | | | | * 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. | ||||
* | websocket.*: [PEP 8] Use conventional line-length limit | Allan Lewis | 2016-04-27 | 1 | -1/+2 |
| | | | | Line length is set to 80 characters; tests are excluded. | ||||
* | wsdump, websocket.*: [PEP 8] Use conventional vertical spacing | Allan Lewis | 2016-04-27 | 1 | -0/+4 |
| | |||||
* | wsdump, examples, setup, _abnf, _http, _utils: [PEP 8] Fix spacing | Allan Lewis | 2016-04-27 | 1 | -1/+1 |
| | |||||
* | _utils: Remove unnecessary trailing semicolon | Allan Lewis | 2016-04-27 | 1 | -1/+1 |
| | |||||
* | _utils.NoLock.__exit__: Use standard parameter names | Allan Lewis | 2016-04-27 | 1 | -1/+1 |
| | | | | In any case, `type` is a builtin. | ||||
* | wsdump, _core, _url, _utils: Remove redundant parentheses | Allan Lewis | 2016-04-27 | 1 | -1/+1 |
| | |||||
* | fix typos | Jakub Wilk | 2016-01-03 | 1 | -1/+1 |
| | |||||
* | use wsaccel if available | Achille Roussel | 2015-07-10 | 1 | -46/+56 |
| | |||||
* | - fixed #190 | liris | 2015-06-24 | 1 | -1/+4 |
| | |||||
* | Fix #180: Avoid deprecated BaseException.message | John Vandenberg | 2015-05-05 | 1 | -5/+1 |
| | |||||
* | add "__all__" | Hiroki Ohtani | 2015-03-19 | 1 | -0/+2 |
| | |||||
* | refactoring.,, | liris | 2015-03-13 | 1 | -0/+5 |
| | |||||
* | - Update license text and source code to reflect propoer address for FSF | Robert Schweikert | 2015-02-08 | 1 | -1/+2 |
| | |||||
* | refs #117 | liris | 2014-10-15 | 1 | -0/+55 |
| | | | | better utf-8 support. | ||||
* | - fixed #92 | liris | 2014-06-23 | 1 | -0/+29 |
- lock send method for multithread programing. |