Commit graph

9 commits

Author SHA1 Message Date
Ryan McGrath
4fed1e241f Tango now supports adding a unique User Agent, in keeping with Twitter's Search API requirements. See the Wiki for information on usage. 2009-07-28 02:52:35 -04:00
Ryan McGrath
9bd05aaab6 Tango now raises an APILimit error that should make catching API rate limit issues easier. More work was also done to fix the bad way that strings are concatenated, though this is still ongoing - this updates applies to both tango and tango3k. 2009-07-20 00:24:23 -04:00
Ryan McGrath
5236a85cda Update to tango3k that mirrors the recent changes in Tango master; all methods now raise TangoError() Exceptions when they hit snags, and there are various other changes, such as string concating that should hopefully be a bit faster. 2009-07-08 01:34:05 -04:00
Ryan McGrath
716fe69e60 Fixing issue pointed out by sk89q, wherein updateStatus() doesn't handle the in_reply_to_status_id parameter correctly. 2009-07-05 03:53:28 -04:00
Ryan McGrath
76ca83cb87 Fixed credential verification with Basic (HTTP) Auth; previously, it assumed that passing in credentials meant you knew what you were doing. I take full blame for that act of idiocracy, but it's fixed now. 2009-07-02 03:56:24 -04:00
Ryan McGrath
b82f88c101 Added check for authentication if user is getting rate limit status for an authenticated user 2009-07-01 05:18:52 -04:00
Ryan McGrath
860563b9f9 Removing useless pass methods 2009-06-27 01:53:04 -04:00
Ryan McGrath
3f049a79bb Experimental version of Tango for Python 3k 2009-06-25 02:17:06 -04:00
Ryan McGrath
d8563c0a6d Experimental version of Tango for Python 3k 2009-06-25 02:16:10 -04:00