summaryrefslogtreecommitdiff
path: root/websocket
Commit message (Expand)AuthorAgeFilesLines
* Bug fix: socket always connects to port 80.Louis Liu2014-05-071-1/+2
* send cookie in options.Louis Liu2014-05-071-0/+3
* - fixed #57liris2014-05-011-4/+30
* - fixed #77liris2014-04-301-8/+19
* - fix some deprecated warning.liris2014-04-301-4/+10
* - refs #80liris2014-04-251-1/+4
* - fixed #73liris2014-04-251-0/+5
* Only use ssl backports for py2.liris2014-04-211-1/+5
* Simplify with six.moves.Ralph Bean2014-04-211-6/+1
* Bytes everywhere.Ralph Bean2014-04-151-4/+20
* More py3 fixes.Ralph Bean2014-04-141-3/+10
* However it makes sense to encode just before sending to the wire.Ralph Bean2014-04-141-0/+4
* This should probably be unicode.Ralph Bean2014-04-141-1/+1
* Empty strings are probably better here..Ralph Bean2014-04-141-4/+4
* Exceptions in py3 don't necessarily have a 'message' attribute.Ralph Bean2014-04-141-8/+11
* send and recv should be explicit about bytes and unicode.Ralph Bean2014-04-141-4/+16
* Initial pass at low-hanging python3 fruit.Ralph Bean2014-04-141-3/+11
* - fixed #75v0.13.0Hiroki Ohtani2014-04-131-7/+9
* - py3 friendly exceptonliris2014-04-101-1/+1
* - fix to close socketliris2014-04-101-1/+1
* - refs #68liris2014-04-081-1/+1
* - fixed #64liris2014-04-081-1/+1
* - fixed #64liris2014-04-041-14/+25
* - refs #64liris2014-04-041-2/+10
* avoid polling to see if thread should returnMichael Rigoni2014-03-211-7/+6
* - fixed #59liris2014-03-181-1/+2
* - fixed #59liris2014-03-181-1/+1
* - fixed #59liris2014-03-181-7/+58
* - fixed #55liris2014-03-181-2/+18
* ouchliris2014-03-182-4966/+5884
* - fixed #56liris2014-03-181-0/+4966