Paul J. Dorn
|
422b18acea
|
class Name(object): -> class Name:
|
2024-04-22 03:33:30 +02:00 |
|
Paul J. Dorn
|
4323027b1e
|
drop long-default - coding: utf-8
|
2024-04-22 03:33:14 +02:00 |
|
Christian Clauss
|
7e16d13011
|
Port websocket examples to Python 3 (#2371)
|
2020-07-02 23:34:11 +03:00 |
|
Tim Gates
|
f626830cde
|
Fix simple typo: convertable -> convertible
There is a small typo in examples/websocket/gevent_websocket.py, examples/websocket/websocket.py.
Should read `convertible` rather than `convertable`.
|
2020-03-01 19:14:18 +11:00 |
|
Benoit Chesneau
|
c16abf922e
|
fix example to work on python3
* fix longpoll example
* fix websocket example
* fix django example
* fix flask exampl
|
2018-09-04 12:18:05 +02:00 |
|
Berker Peksag
|
31b8e48a78
|
Silence prospector warnings
|
2017-02-07 09:05:43 +03:00 |
|
Collin Anderson
|
03fbe9429d
|
clean whitespace
|
2014-09-10 09:52:12 -04:00 |
|
CMGS
|
90e698aa3c
|
support websocket hybi13
|
2012-05-15 00:15:30 +02:00 |
|
Paul J. Davis
|
1f598b9b74
|
Move the WebSocket to a directory so its linkable.
As in, link for pasting into an email.
|
2010-07-31 11:40:48 -04:00 |
|