Commit graph

46 commits

Author SHA1 Message Date
Roy Hyunjin Han
7e9f3c7343 Use six.string_types 2015-11-10 17:42:40 -05:00
Roy Hyunjin Han
4f04e6ca62 Replace basestring with str 2015-11-02 16:13:35 -05:00
Roy Hyunjin Han
e622312a79 Restore support for Python 2.6 2015-04-15 16:47:56 -04:00
Roy Hyunjin Han
fd106e623d Update error message 2015-04-15 16:05:00 -04:00
Roy Hyunjin Han
9e0bb069ad Fix SSL compatibility issues 2015-04-15 15:48:45 -04:00
Roy Hyunjin Han
a6f9260964 Add locks to fix concurrency issues 2015-04-15 14:38:25 -04:00
Roy Hyunjin Han
f5b157014d Use timeout to unblock recv in websocket transport 2015-04-15 08:41:11 -04:00
Roy Hyunjin Han
978a669d16 Add websocket transport 2015-04-15 07:17:23 -04:00
Roy Hyunjin Han
af91855b18 Fix for Python 3 2015-02-23 10:54:33 -05:00
Roy Hyunjin Han
3d8efe0eb4 Fix emit bug 2015-02-22 20:29:12 -05:00
Roy Hyunjin Han
4fa6dcbe8d Debug missed emit 2015-02-22 19:55:31 -05:00
Roy Hyunjin Han
9fe0c05926 Restore tests 2015-02-22 15:39:43 -05:00
Roy Hyunjin Han
5ecc5fb36c Split into modules 2015-02-21 13:20:28 -05:00
Roy Hyunjin Han
9afe5c2f2a Isolate transport 2015-02-20 18:06:31 -05:00
Roy Hyunjin Han
8289624c47 Revive heartbeat thread to exit recv with pong thanks to sarietta 2015-02-19 14:16:13 -05:00
Roy Hyunjin Han
cd92f1c0cc Start from scratch 2015-02-17 11:25:18 -05:00
Roy Hyunjin Han
8dbfa58d7c Fix more for python3 2015-02-16 15:00:03 -05:00
Roy Hyunjin Han
d61163569a Fix escape_unicode 2015-02-16 14:47:18 -05:00
Roy Hyunjin Han
244c8c6f3f Fix 2015-02-16 14:34:03 -05:00
Roy Hyunjin Han
97b3325d6f Fix for Python 3 2015-02-16 14:12:33 -05:00
Roy Hyunjin Han
e98f98f9a2 Merge #48 2015-02-15 13:54:19 -05:00
Roy Hyunjin Han
0c6d4cd4d7 Fix #62 2015-02-15 11:35:06 -05:00
Roy Hyunjin Han
3aab1f1436 Merge conflicts 2015-02-15 10:50:20 -05:00
Roy Hyunjin Han
b8f838b392 Merge #44 2015-02-15 08:56:13 -05:00
Roy Hyunjin Han
5f7937dc1e Add stream=True #45 2015-02-15 08:48:27 -05:00
Adam Kecer
fc3a8b5e32 Update transports.py
Under p3k, this code throws NameError (because of the unicode() function)
This fix should be valid under both python2 and python3
2015-02-11 18:45:23 +01:00
Roy Hyunjin Han
01f166db1e Merge pull request #47 from Vodalys/unicode
Support unicode data in emit
2015-01-09 22:13:13 +09:00
Roy Hyunjin Han
315b795a91 Merge conflicts 2015-01-09 22:11:45 +09:00
Roy Hyunjin Han
a0b061cbdc Use single quotes 2014-11-27 02:14:51 -05:00
Roy Hyunjin Han
9611d5d107 Merge pull request #57 from jorgen-k/master
Fix SSL timeout error thansk to jorgen-k
2014-11-26 22:43:16 -05:00
antonzy
e108c8a12a Migrate to 3.4 2014-09-22 17:12:08 +03:00
jorgen
557edb8620 SSL Timeout error 2014-09-15 21:39:11 +02:00
David Buchmann
20b15872ee Fixed logging.WARNING typo 2014-06-26 14:42:25 +02:00
fredericsureau
6a5a35d84d Force packets encoding to utf-8 2014-03-21 18:02:03 +01:00
Frédéric Sureau
c82a8301bb Use HTTP headers for Websocket connection 2014-02-25 14:56:44 +01:00
David Buchmann
09199c10df Add context aware logmessages to the socketio client 2013-12-17 18:29:46 +01:00
Marcus Cobden
d05683262b Pass on wait timeout to underlying transports 2013-12-09 10:16:22 +00:00
Roy Hyunjin Han
38e72dc304 Fixed calling on_connect() so that it is called only once; fixes #31 2013-11-20 08:07:12 -08:00
Roy Hyunjin Han
5ccb32f338 Exit the loop if the client wants to disconnect; fixes #30 2013-11-18 10:43:31 -08:00
Roy Hyunjin Han
e7529e5487 Replaced secure=True with host='https://example.com' 2013-11-17 13:40:36 -08:00
Roy Hyunjin Han
65c4160c8e Fixes #25 2013-11-06 10:26:49 -08:00
Roy Hyunjin Han
13b482e075 Fixes #24 2013-11-06 09:57:28 -08:00
Roy Hyunjin Han
1a3e1270dd Raw unicode literals are not supported in Python3 2013-11-03 18:28:57 -08:00
Roy Hyunjin Han
0751dc3484 Fixed _JSONP_PollingTransport 2013-11-03 17:16:59 -08:00
Roy Hyunjin Han
28cfadc593 Fixed _XHR_PollingTransport 2013-11-03 15:03:34 -08:00
Roy Hyunjin Han
018e566049 Debugging alternate transports 2013-11-03 11:59:54 -08:00