summaryrefslogtreecommitdiff
path: root/websocket/_logging.py
Commit message (Expand)AuthorAgeFilesLines
* reconnect (#838)bubbleboy142022-08-241-2/+6
* Linting improvements, improved flake8 linting CI cmdengn33r2022-02-251-4/+1
* Update copyright year to 2022engn33r2021-12-311-1/+1
* Transition from LGPL 2.1 license to Apache 2.0 - fix #697engn33r2021-08-101-13/+11
* PEP8 style compliance fixesengn33r2021-05-041-1/+3
* Fix #526 by reverting invalid BSD license migration in commit e94ed9e to retu...engn33r2021-02-221-2/+1
* Add first draft of Sphinx documentationengn33r2021-01-311-2/+9
* avoid calling repr(data) if tracing is not enabledYehiyam Livneh2019-11-241-2/+4
* fixed #455 #443liris2018-08-141-4/+11
* Add NullHandler to logger to fix python 2 issue. Fix #342 Fix #341Tom Gurion2018-02-211-0/+1
* add warning() to _logging.__all__ to resolve _send_ping issueMatt2017-01-171-1/+1
* Logging warnings when send_ping routine fails, send_ping exc should not hit s...Krzysztof Rosinski2016-07-011-0/+4
* wsdump, test_fuzzingclient, websocket.*, test_websocket: Organise importsAllan Lewis2016-04-271-1/+0
* ChangeLog, _abnf, _logging: Corect typosAllan Lewis2016-04-271-5/+5
* Use 'websocket' as logger nameJohannes Laire2016-02-191-1/+1
* fixed #173liris2015-04-171-5/+5
* add "__all__"Hiroki Ohtani2015-03-191-0/+3
* add method.Hiroki Ohtani2015-03-161-0/+4
* refactoring.Hiroki Ohtani2015-03-161-11/+11
* refactoring. move logging code to _logging.pyHiroki Ohtani2015-03-161-0/+64