- 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 2 commits
- 19 Aug, 2015 1 commit
-
-
Joshua Roesslein authored
update_status: first positional argument should be 'status'
-
- 13 Aug, 2015 2 commits
-
-
Joshua Roesslein authored
-
Joshua Roesslein authored
-
- 30 Jul, 2015 1 commit
-
-
Joshua Roesslein authored
Added full params to .friends()
-
- 24 Jul, 2015 1 commit
-
-
Zach Varberg authored
This also fixes https://github.com/tweepy/tweepy/issues/615 by properly decoding the python3 bytes object to a string.
-
- 05 Jul, 2015 1 commit
-
-
Mark Nunnikhoven authored
Added additional params to .friends(). Now you can request the latest status (skip_status) and that the user entity be returned with the request (include_user_entities)
-
- 03 Jul, 2015 4 commits
-
-
Joshua Roesslein authored
Added support for the "filter_level" parameter for the streaming API
-
Joshua Roesslein authored
Change raise in streaming.py to raise exception
-
Joshua Roesslein authored
Do not need tweepy in the line. Showing tweepy.error.TweepError: Failed to send request: local variable 'auth' referenced before assignment error
-
Joshua Roesslein authored
Allow include_email param
-
- 18 Jun, 2015 1 commit
-
-
- 13 Jun, 2015 1 commit
-
-
Joshua Roesslein authored
Fixes issue #570 - add "exception" when raising one
-
- 11 Jun, 2015 1 commit
-
-
Jalem Raj Rohit authored
-
- 09 Jun, 2015 2 commits
-
-
Evamvid Sharma authored
Changed raise to raise exception
-
Evamvid Sharma authored
Line 286. This prevents the "RuntimeError: No active exception to reraise" error. http://stackoverflow.com/a/28871066 Didn't look like anyone had changed the line.
-
- 06 Jun, 2015 1 commit
-
-
john authored
-
- 31 May, 2015 1 commit
-
-
john authored
-
- 28 May, 2015 3 commits
-
-
Joshua Roesslein authored
Typo fix on _add_list_members, _remove_list_members properties.
-
Joshua Roesslein authored
Added RateLimitError for easily working with the rate limit.
-
Joshua Roesslein authored
Streaming: don't decode stream bytes until json.decode
-