equal
deleted
inserted
replaced
50 1.0.0 |
50 1.0.0 |
51 |
51 |
52 - Changed API to match latest twitter endpoints. This adds SampleStream and |
52 - Changed API to match latest twitter endpoints. This adds SampleStream and |
53 FilterStream and deprecates TweetStream, FollowStream, LocationStream, |
53 FilterStream and deprecates TweetStream, FollowStream, LocationStream, |
54 TrackStream and ReconnectingTweetStream. |
54 TrackStream and ReconnectingTweetStream. |
|
55 |
|
56 1.1.0 |
|
57 |
|
58 - Fixed issues #2 and #12, related to low volume streams not yielding tweets |
|
59 until a relatively large buffer was filled. This meant that tweets would |
|
60 arrive in bunches, not immediatly. |
|
61 - Switched to HTTPS urls for streams. Twitter will switch off HTTP streams |
|
62 on 29. sept. 2011. |
|
63 - Added support for Python 3 |
|
64 |
|
65 1.1.1 |
|
66 |
|
67 - Fixed issue #16. Odd case where python_version_tuple was returning ints |
|
68 rather than the strings the docs promis. Make sure we always cast to int. |