openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
W
WebSocket-for-Python
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 01, 2024 — Aug 01, 2025
Showing page 19 of 21
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge branch 'master' of https://github.com/Lawouach/WebSocket-for-Python
Jeff Lindsay
More...
almost 14 years ago
upgrade.protocol might not be set
Jeff Lindsay
More...
almost 14 years ago
Merge pull request #6 from protoss-player/master
Sylvain Hellegouarch
More...
almost 14 years ago
Fixed Tornado implementation hangup during handshake.
Vadim Semenov
More...
almost 14 years ago
Merge branch 'master' of https://github.com/Lawouach/WebSocket-for-Python
Jeff Lindsay
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.
Jeff Lindsay
More...
almost 14 years ago
making sure to catch disconnects with None
Jeff Lindsay
More...
almost 14 years ago
fixing whitespace. hopefully i got it right
Jeff Lindsay
More...
almost 14 years ago
moved to 'return None' style of disconnect like the server handler. also fixed some whitespace
Jeff Lindsay
More...
almost 14 years ago
again with the whitespace
Jeff Lindsay
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'
Jeff Lindsay
More...
almost 14 years ago
really not sure what's going on with the whitespace, but these lines were showing up indented improperly
Jeff Lindsay
More...
almost 14 years ago
Merge pull request #4 from protoss-player/master
Sylvain Hellegouarch
More...
almost 14 years ago
Added simple automatic JSON encoding when sending dicts.
Vadim Semenov
More...
almost 14 years ago
HTTP Upgrade and Connection must contain the WebSockets token but may also have other tokens
Sylvain Hellegouarch
More...
almost 14 years ago
forgot comma
Sylvain Hellegouarch
More...
almost 14 years ago
added classifiers
Sylvain Hellegouarch
More...
almost 14 years ago
bumped to 0.1.3
Sylvain Hellegouarch
More...
almost 14 years ago
only client to server comm must be masked
Sylvain Hellegouarch
More...
almost 14 years ago
fixed bad indent
Sylvain Hellegouarch
More...
almost 14 years ago
docstring
Sylvain Hellegouarch
More...
almost 14 years ago
Merge pull request #2 from progrium/master
Sylvain Hellegouarch
More...
almost 14 years ago
Merge branch 'master' of https://github.com/Lawouach/WebSocket-for-Python
Jeff Lindsay
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.
Jeff Lindsay
More...
almost 14 years ago
minor cleanups
Jeff Lindsay
More...
almost 14 years ago
refactoring out the non gevent specific code to wsgi specific code
Jeff Lindsay
More...
almost 14 years ago
using setuptools if possible. too used to installing with develop
Jeff Lindsay
More...
almost 14 years ago
added documentation and dropped unnecessary code
Jeff Lindsay
More...
almost 14 years ago
Fixed test reports url
Sylvain Hellegouarch
More...
almost 14 years ago
added examples
Sylvain Hellegouarch
More...
almost 14 years ago
←
1
2
…
13
14
15
16
17
18
19
20
21
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree