Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PEP8 style compliance fixes | engn33r | 2021-05-04 | 1 | -1/+3 |
| | |||||
* | Fix #526 by reverting invalid BSD license migration in commit e94ed9e to ↵ | engn33r | 2021-02-22 | 1 | -2/+1 |
| | | | | return to LGPL2.1 | ||||
* | Add first draft of Sphinx documentation | engn33r | 2021-01-31 | 1 | -2/+9 |
| | |||||
* | avoid calling repr(data) if tracing is not enabled | Yehiyam Livneh | 2019-11-24 | 1 | -2/+4 |
| | |||||
* | fixed #455 #443 | liris | 2018-08-14 | 1 | -4/+11 |
| | |||||
* | Add NullHandler to logger to fix python 2 issue. Fix #342 Fix #341 | Tom Gurion | 2018-02-21 | 1 | -0/+1 |
| | |||||
* | add warning() to _logging.__all__ to resolve _send_ping issue | Matt | 2017-01-17 | 1 | -1/+1 |
| | |||||
* | Logging warnings when send_ping routine fails, send_ping exc should not hit ↵ | Krzysztof Rosinski | 2016-07-01 | 1 | -0/+4 |
| | | | | sys.excepthook | ||||
* | 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. | ||||
* | ChangeLog, _abnf, _logging: Corect typos | Allan Lewis | 2016-04-27 | 1 | -5/+5 |
| | |||||
* | Use 'websocket' as logger name | Johannes Laire | 2016-02-19 | 1 | -1/+1 |
| | |||||
* | fixed #173 | liris | 2015-04-17 | 1 | -5/+5 |
| | |||||
* | add "__all__" | Hiroki Ohtani | 2015-03-19 | 1 | -0/+3 |
| | |||||
* | add method. | Hiroki Ohtani | 2015-03-16 | 1 | -0/+4 |
| | |||||
* | refactoring. | Hiroki Ohtani | 2015-03-16 | 1 | -11/+11 |
| | |||||
* | refactoring. move logging code to _logging.py | Hiroki Ohtani | 2015-03-16 | 1 | -0/+64 |