- 19 Aug, 2013 1 commit
-
-
Timo Ewalds authored
-
- 16 Aug, 2013 1 commit
-
-
Timo Ewalds authored
-
- 19 May, 2013 1 commit
-
-
Joshua Roesslein authored
-
- 27 Mar, 2013 1 commit
-
-
- 10 Feb, 2013 1 commit
-
-
Joshua Roesslein authored
-
- 22 Sep, 2012 1 commit
-
-
inactivist authored
-
- 21 Sep, 2012 1 commit
-
-
inactivist authored
(https://github.com/tweepy/tweepy/issues/208) merged from origin/http_dumper branch...
-
- 05 Sep, 2012 1 commit
-
-
inactivist authored
-
- 09 Jul, 2012 2 commits
-
-
Joshua Roesslein authored
-
Joshua Roesslein authored
-
- 16 Apr, 2012 3 commits
-
-
Steve Jones authored
-
Steve Jones authored
1) read newlines until a digit appears 2) read rest of digits until another new line appears 3) read next status object 4) repeat -improved speed over trunk version -simplify loop logic -added condition for "self.running and not resp.isclosed()" during each read-loop stage
-
Joshua Roesslein authored
-
- 12 Apr, 2012 1 commit
-
-
Steve Jones authored
Updated faster read loop code. this implementation is nearly as fast and also allows all tweets to fire on_status() event calls. Previously, when the stream went silent, the most recent tweet would be stuck in the read buffer and would not fire an on_status() event call.
-
- 04 Feb, 2012 2 commits
- 31 Jan, 2012 1 commit
-
-
Dan Fairs authored
Use a buffer rather than reading the Twitter response one byte at a time. This actually respects the buffer_size option that was already there, but unused.
-
- 20 Oct, 2011 1 commit
-
- 18 Apr, 2011 1 commit
-
-
André Panisson authored
The "raise exception" is overriding the stack trace and hiding all errors, a simple "raise" should be fine.
-
- 14 Apr, 2011 2 commits
-
-
Josh Roesslein authored
-
AlanBell authored
-
- 30 Mar, 2011 1 commit
-
-
AlanBell authored
_read_loop really didn't seem right, but somehow kinda worked. It now works when pointed at user streams too.
-
- 05 Mar, 2011 4 commits
-
-
Robin Houston authored
searches, where Twitter will take longer than five seconds even to send a response header. My preferred default would be no timeout at all, but if we are to have one then five minutes seems more reasonable than five seconds.
-
Robin Houston authored
when using OAuth (because the nonce has been used before, and the timestamp is no longer correct).
-
Robin Houston authored
-
Robin Houston authored
Improve the options handling in the streaming.Stream class, so that false values can be used. (In particular I want to be able to pass timeout=None, but one might also reasonably want to pass zero for some of the other options.)
-
- 13 Jan, 2011 1 commit
-
-
w43L authored
-
- 18 Oct, 2010 1 commit
-
-
Josh Roesslein authored
-
- 17 Oct, 2010 1 commit
-
-
Josh Roesslein authored
-
- 10 Oct, 2010 3 commits
-
-
Josh Roesslein authored
-
Josh Roesslein authored
-
Josh Roesslein authored
Note: this may break some code that just passes this options by position rather than keyword.
-
- 09 Oct, 2010 2 commits
-
-
Josh Roesslein authored
-
Josh Roesslein authored
It should now be possible to authenticate with the streaming API by either using BasicAuthHandler or OAuthHandler.
-
- 17 Sep, 2010 2 commits
-
-
Sam Kaufman authored
-
Sam Kaufman authored
-
- 16 Jun, 2010 1 commit
-
-
Wayne Moore authored
-
- 10 Feb, 2010 1 commit
-
-
Joshua Roesslein authored
-
- 30 Jan, 2010 2 commits
-
-
Joshua Roesslein authored
-
Joshua Roesslein authored
-