0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 01, 2024 — Aug 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of https://github.com/Lawouach/WebSocket-for-Python More... almost 14 years ago
upgrade.protocol might not be set More... almost 14 years ago
Merge pull request #6 from protoss-player/master More... almost 14 years ago
Fixed Tornado implementation hangup during handshake. More... almost 14 years ago
Merge branch 'master' of https://github.com/Lawouach/WebSocket-for-Python More... almost 14 years ago
rewrote the handler to use threadedhandler as a base because i ultimately wanted the receive loop separate from the blocking receive call. duh. More... almost 14 years ago
making sure to catch disconnects with None More... almost 14 years ago
fixing whitespace. hopefully i got it right More... almost 14 years ago
moved to 'return None' style of disconnect like the server handler. also fixed some whitespace More... almost 14 years ago
again with the whitespace More... almost 14 years ago
added a basic gevent client based on the threaded client. realizing i should do the same for the server since requests are not pipelining as they should' More... almost 14 years ago
really not sure what's going on with the whitespace, but these lines were showing up indented improperly More... almost 14 years ago
Merge pull request #4 from protoss-player/master More... almost 14 years ago
Added simple automatic JSON encoding when sending dicts. More... almost 14 years ago
HTTP Upgrade and Connection must contain the WebSockets token but may also have other tokens More... almost 14 years ago
forgot comma More... almost 14 years ago
added classifiers More... almost 14 years ago
bumped to 0.1.3 More... almost 14 years ago
only client to server comm must be masked More... almost 14 years ago
fixed bad indent More... almost 14 years ago
docstring More... almost 14 years ago
Merge pull request #2 from progrium/master More... almost 14 years ago
Merge branch 'master' of https://github.com/Lawouach/WebSocket-for-Python More... almost 14 years ago
receive() now returns None on disconnect, it was a mistake to bring back the finally that closed the connection, and added websocket version to the wsgi environment. More... almost 14 years ago
minor cleanups More... almost 14 years ago
refactoring out the non gevent specific code to wsgi specific code More... almost 14 years ago
using setuptools if possible. too used to installing with develop More... almost 14 years ago
added documentation and dropped unnecessary code More... almost 14 years ago
Fixed test reports url More... almost 14 years ago
added examples More... almost 14 years ago