summaryrefslogtreecommitdiff
path: root/websocket
Commit message (Expand)AuthorAgeFilesLines
* - add document how to disable ssl cert verification.sslliris2014-08-261-0/+2
* Have python3 properly handle connection refused exceptions.Mark Travis2014-08-211-1/+4
* - fixed #102liris2014-08-201-0/+2
* add missing logging importNick Gregory2014-08-051-1/+1
* Merge branch 'master' of https://github.com/cjhanks/websocket-client into cjh...liris2014-07-081-10/+22
|\
| * Fix address resolution for cases where first result is not useful.CjHanks2014-07-041-10/+22
* | - fixed #93liris2014-07-081-0/+1
|/
* - refs #91liris2014-06-261-25/+2
* - fixed #91liris2014-06-241-51/+35
* Merge branch 'master' of https://github.com/smvv/websocket-client into smvv-m...liris2014-06-241-5/+53
|\
| * Add support for socket.io 0.9 serversSander Mathijs van Veen2014-06-151-6/+54
* | - fixed #92liris2014-06-232-9/+51
|/
* _core.py: fix syntax erroradam.stokes2014-06-101-1/+0
* - fixed #89liris2014-06-091-1/+2
* Merge pull request #88 from rjschwei/useSystemCertsliris2014-06-061-2/+6
|\
| * - Allow the use of teh system default certificates by not installing theRobert Schweikert2014-06-051-2/+6
* | - fixed #49liris2014-06-061-2/+6
* | Update _core.pypedrudehuere2014-06-051-2/+2
|/
* - refactoring.liris2014-05-301-41/+78
* - refactoringliris2014-05-305-1100/+1211
* - set ws to default schemeliris2014-05-261-1/+1
* - fixed #84liris2014-05-261-2/+3
* - fixed #82liris2014-05-081-8/+15
* Merge branch 'master' of https://github.com/louisliutw/websocket-client into ...liris2014-05-081-1/+4
|\
| * remove debug codes..Louis Liu2014-05-071-1/+0
| * Bug fix: socket always connects to port 80.Louis Liu2014-05-071-1/+2
| * send cookie in options.Louis Liu2014-05-071-0/+3
* | - fix some docuemnt.liris2014-05-081-9/+12
|/
* - 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