- 16 Jul, 2014 1 commit
-
-
Zeb Palmer authored
-
- 31 May, 2014 2 commits
-
-
Jordi Riera authored
-
Jordi Riera authored
-
- 14 May, 2014 2 commits
-
-
Aaron Hill authored
Requests handles this automatically for us
-
Aaron Hill authored
-
- 29 Apr, 2014 1 commit
-
-
Aaron Hill authored
-
- 27 Apr, 2014 2 commits
-
-
Joshua Roesslein authored
-
Joshua Roesslein authored
-
- 26 Apr, 2014 4 commits
-
-
Aaron Hill authored
-
Aaron Hill authored
-
Aaron Hill authored
-
Aaron Hill authored
-
- 19 Apr, 2014 1 commit
-
-
Aaron Hill authored
-
- 18 Apr, 2014 6 commits
-
-
Aaron Hill authored
-
Aaron Hill authored
-
Cody Coats authored
-
Cody Coats authored
-
Aaron Hill authored
-
Aaron Hill authored
-
- 20 Feb, 2014 1 commit
-
-
Aaron Hill authored
-
- 09 Feb, 2014 1 commit
-
-
Nir Grinberg authored
-
- 21 Dec, 2013 1 commit
-
-
Joshua Roesslein authored
This will be True if the last result was cached. Otherwise this will be False if the result was freshly requested from the Twitter API servers.
-
- 11 Jun, 2013 1 commit
-
-
Aaron Hill authored
-
- 09 Jun, 2013 2 commits
-
-
Joshua Roesslein authored
-
Aaron Hill authored
-
- 15 May, 2013 1 commit
-
-
Mike authored
Conflicts: tweepy/api.py
-
- 28 Apr, 2013 2 commits
- 09 Apr, 2012 1 commit
-
-
Pablo Castellano authored
-
- 01 Oct, 2011 1 commit
-
-
rogelio authored
This is to avoid caching calls like rate_limit_status which shouldn't ever be cached. Binder was modified to only cache when the flag is true.
-
- 16 Oct, 2010 1 commit
-
-
Josh Roesslein authored
-
- 16 Jun, 2010 1 commit
-
-
Josh Roesslein authored
Fixes issues #33
-
- 02 Apr, 2010 1 commit
-
-
Joshua Roesslein authored
-
- 29 Mar, 2010 1 commit
-
-
Joshua Roesslein authored
This caused issues with lists_memberships() when trying to get memberships of an user besides the authenticated one. We now only set 'user' parameter to the authenticated user when no 'user' value is provided when calling the API method.
-
- 16 Mar, 2010 1 commit
-
-
Will McCutchen authored
-
- 10 Mar, 2010 1 commit
-
-
Ivo Wetzel authored
-
- 26 Feb, 2010 1 commit
-
-
Joshua Roesslein authored
Example: try: api.get_status(0) except TweepError, e: e.response // <-- HTTPResponse object
-
- 12 Feb, 2010 1 commit
-
-
Joshua Roesslein authored
Thanks Doza for reporting!
-
- 10 Feb, 2010 1 commit
-
-
Michael (Doc) Norton authored
-
- 30 Jan, 2010 1 commit
-
-
Joshua Roesslein authored
These versions of python include the port number in the host header. Twitter will send us a 301 when a host is provided in this manner. To avoid this redirect this patch manually sets the host w/o the port number. Fixes issue #12
-