summaryrefslogtreecommitdiff
path: root/websocket/_app.py
Commit message (Collapse)AuthorAgeFilesLines
...
* add "__all__"Hiroki Ohtani2015-03-191-0/+2
|
* refactoring. logger and some pep8.Hiroki Ohtani2015-03-161-26/+36
|
* fixed #152 - set error message.liris2015-02-241-2/+2
|
* fixed #137liris2015-02-121-2/+5
| | | | | - add skip_utf8_validation argument. - if set this flag to true, utf-8 validation will be skipped.
* - Update license text and source code to reflect propoer address for FSFRobert Schweikert2015-02-081-1/+2
|
* Adding http_proxy_auth to WebSocketApp.run_foreverkrosinski2015-01-081-2/+2
|
* some revertv0.22.0liris2014-12-021-3/+2
|
* fixed error code extraction on python3liris2014-12-021-3/+4
|
* fixed #132Hiroki Ohtani2014-11-251-1/+3
|
* fix #126liris2014-11-101-2/+3
|
* fixed #118Hiroki Ohtani2014-10-141-8/+12
| | | | enable to set subprotocol
* fix typoliris2014-10-101-1/+1
|
* - fixed #111liris2014-10-071-3/+6
| | | | - support for code and reason in on_close callback
* fixEran Keydar2014-10-051-2/+3
|
* wsEran Keydar2014-10-041-6/+4
|
* fix for expected arg 3Eran Keydar2014-10-031-1/+1
|
* fix for expected arg 3Eran Keydar2014-10-031-4/+3
|
* fix for null dataEran Keydar2014-10-031-1/+1
|
* code and reason for close callbackEran Keydar2014-10-031-1/+1
|
* code and reason for close callbackEran Keydar2014-10-031-3/+0
|
* code and reason for close callbackEran Keydar2014-10-031-2/+22
|
* add missing logging importNick Gregory2014-08-051-1/+1
|
* - fixed #93liris2014-07-081-0/+1
|
* - refactoringliris2014-05-301-0/+190
- split to multiple file