summaryrefslogtreecommitdiff
path: root/websocket/_exceptions.py
Commit message (Collapse)AuthorAgeFilesLines
* fix failed tests testSupportRedirect, testManualHeadersengn33r2023-04-081-2/+1
|
* add details in bad status exceptionengn33r2023-04-071-1/+2
|
* Linting improvements, improved flake8 linting CI cmdengn33r2022-02-251-4/+0
|
* Update copyright year to 2022engn33r2021-12-311-1/+1
|
* Py2->3: simplify class definition (#750)谭九鼎2021-10-201-1/+1
| | | Remove implied and redundant object class type declarations
* Transition from LGPL 2.1 license to Apache 2.0 - fix #697engn33r2021-08-101-13/+11
|
* 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