summaryrefslogtreecommitdiff
path: root/websocket/_exceptions.py
Commit message (Collapse)AuthorAgeFilesLines
* PEP8 style compliance fixesengn33r2021-05-041-0/+1
|
* Fix #526 by reverting invalid BSD license migration in commit e94ed9e to ↵engn33r2021-02-221-2/+1
| | | | return to LGPL2.1
* Add first draft of Sphinx documentationengn33r2021-01-311-9/+7
|
* Pep8 fixesazaugg2019-04-241-0/+1
|
* Add response header in WebSocketBadStatusExceptiontarma2018-11-051-1/+2
|
* fixed #454liris2018-08-141-2/+1
|
* Added status message when HTTP can't be upgraded to WSDmitry Mottl2018-02-141-3/+4
|
* Wrap socket.gaierror with subclass of WebsocketExceptionWill Stott2017-09-141-0/+6
|
* websocket.*: [PEP 8] Use conventional line-length limitAllan Lewis2016-04-271-1/+2
| | | | Line length is set to 80 characters; tests are excluded.
* wsdump, websocket.*: [PEP 8] Use conventional vertical spacingAllan Lewis2016-04-271-0/+2
|
* fix typosJakub Wilk2016-01-031-4/+4
|
* fixed #199liris2015-07-301-0/+12
| | | | WebSocketBadStatusException for handshake error
* fixed #138liris2015-02-191-0/+7
| | | | - WebsocketProxyException will be raised if we get the proxy error.
* - Update license text and source code to reflect propoer address for FSFRobert Schweikert2015-02-081-1/+2
|
* fixed #117 better support for autobahn test suite.liris2014-10-151-0/+6
| | | | the remaining test case will be support in the future release.
* refs #117 . change exception type.liris2014-10-151-0/+5
|
* - refactoringliris2014-05-301-0/+46
- split to multiple file