- 20 Feb, 2014 1 commit
-
-
Aaron Hill 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 7 commits
-
-
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
-
Joshua Roesslein authored
-
Joshua Roesslein authored
-
Joshua authored
-
Joshua authored
-
Joshua authored
-
Joshua authored
-
- 29 Jan, 2010 1 commit
-
-
Joshua authored
All parsing of the response payload is now handled by a Parser class defined in tweepy/parsers.py The default parser used is ModelParser which parses a JSON payload into a model instance. Developers may define and use their own custom parsers by extending the Parser class. To use the custom parser: api = API(parser=MyParser())
-
- 28 Jan, 2010 1 commit
-
-
Joshua authored
This allows Tweepy to support future parameters twitter may add without having to patch the library.
-
- 08 Dec, 2009 2 commits
-
-
Joshua Roesslein authored
-
Joshua Roesslein authored
Example: m = bind_api(path='/test/{id}', allowed_param=['id']) m(id=123)
-
- 29 Nov, 2009 1 commit
-
-
Joshua authored
-
- 14 Nov, 2009 1 commit
-
-
Josh Roesslein authored
-
- 06 Nov, 2009 1 commit
-
-
Josh Roesslein authored
-
- 02 Nov, 2009 1 commit
-
-
Josh Roesslein authored
-
- 31 Oct, 2009 1 commit
-
-
Josh Roesslein authored
-
- 15 Oct, 2009 3 commits
-
-
Josh Roesslein authored
-
Josh Roesslein authored
-
Josh Roesslein authored
Handle failures during send of request to twitter. This mainly happens if we are unable to connect to twitter due to network outage or twitter being offline.
-
- 14 Oct, 2009 2 commits
-
-
Josh Roesslein authored
-
Josh Roesslein authored
-