- 05 Nov, 2016 3 commits
-
-
Aaron Hill authored
-
Aaron Hill authored
Waiting after API calls is unecessary, so all time.sleep calls (except ones for testing cache expiration) are removed
-
Aaron Hill authored
-
- 04 Nov, 2016 3 commits
-
-
Aaron Hill authored
remove "no longer maintained" note
-
Aaron Hill authored
-
Aaron Hill authored
-
- 28 Oct, 2016 1 commit
-
-
fitnr authored
Fixes #803, relevant to #792
-
- 18 Oct, 2016 2 commits
-
-
Joshua Roesslein authored
-
Joshua Roesslein authored
-
- 03 Mar, 2016 1 commit
-
-
Joshua Roesslein authored
-
- 17 Feb, 2016 4 commits
-
-
Joshua Roesslein authored
Correct typo at line 69
-
Joshua Roesslein authored
Added in_reply_to_status_id_str to allowed parameters
-
Joshua Roesslein authored
Added stall_warnings parameter support to sample()
-
Joshua Roesslein authored
Parse quoted_status dict to Status object
-
- 10 Feb, 2016 1 commit
-
-
drevicko authored
Currently the stall_warnings parameter is unavailable for the sample endpoint.
-
- 05 Feb, 2016 3 commits
-
-
Joshua Roesslein authored
'MyStreamListener' object is not callable"
-
Joshua Roesslein authored
Update doc version in README
-
Remi Rampin authored
-
- 19 Jan, 2016 1 commit
-
-
Or Arbel authored
Fix for "TypeError: 'MyStreamListener' object is not callable"
-
- 06 Jan, 2016 1 commit
-
-
Ahmet Novalić authored
Python has issues representing status IDs with integers, so this will solve an issue when replying to tweets. More info at https://dev.twitter.com/overview/api/tweets
-
- 24 Nov, 2015 1 commit
-
-
Michael Saunby authored
-
- 20 Nov, 2015 1 commit
-
-
Joshua Roesslein authored
-
- 10 Nov, 2015 1 commit
-
-
Joshua Roesslein authored
Explicitly return api code when parsing error
-
- 09 Nov, 2015 1 commit
-
-
tjphopkins authored
-
- 04 Nov, 2015 4 commits
-
-
Joshua Roesslein authored
Remove deprecated function and clean up codes
-
Joshua Roesslein authored
-
Joshua Roesslein authored
Fix duplicate raise in auth.py
-
Aymeric Derbois authored
-
- 02 Nov, 2015 6 commits
-
-
Joshua Roesslein authored
Python 3.5 is out
-
Joshua Roesslein authored
Test case for PR #635 (and bug #615)
-
Joshua Roesslein authored
Slight correction of a comment in the examples.
-
Joshua Roesslein authored
Added streaming_how_to.rst to the docs index.
-
Joshua Roesslein authored
Allow 'full_text' param when getting direct messages
-
tjphopkins authored
-
- 31 Oct, 2015 1 commit
-
-
obskyr authored
-
- 30 Oct, 2015 1 commit
-
-
Kristian Rother authored
-
- 15 Oct, 2015 2 commits
- 07 Oct, 2015 1 commit
-
-
Will Thompson authored
Without 'Test' in the class name, the test did not run at all. It would have caught #615. StringIO.closed is not assignable under Python 3, but we can just close() the fake stream to make it True. Reading from response.raw gives back bytes, not unicode, so the fake stream in the test case should do the same. And finally, ReadBuffer itself yields unicode, not UTF-8-encoded bytes. See https://github.com/tweepy/tweepy/pull/635 for the actual fix that this tests.
-
- 15 Sep, 2015 1 commit
-
-
hugovk authored
-