]> jfr.im git - z_archive/twitter.git/history - twitter/api.py
Fixes 91. Also added the property rate_limit_limit to get rate limit ceiling for...
[z_archive/twitter.git] / twitter / api.py
2012-10-13  Irfan AhmadFixes 91. Also added the property rate_limit_limit...
2012-10-11  Mike VerdoneFix issue #90. Use _id to mean 'id' as a CGI param.
2012-10-11  Mike VerdoneMerge pull request #89 from ollieglass/patch-1
2012-10-09  Ollie GlassAPI defaults to version 1.1
2012-09-24  Mike VerdoneMerge pull request #85 from yegle/master
2012-09-14  yegleFixed: gzip'ed response not decoded in TwitterHTTPError
2012-08-03  Mike VerdoneReplace 'getheader' with 'get'.
2012-07-31  Mike VerdoneMerge pull request #69 from Lacrymology/master
2012-07-31  Mike VerdoneIn Python 3 land, StringIO is actually BytesIO.
2012-07-31  Mike VerdoneMerge branch 'master' of git://github.com/jameslafa...
2012-07-31  Mike VerdoneMerge pull request #74 from gchandrasa/master
2012-07-04  Gilang Chandrasabug fix for profile image API
2012-06-19  James LafaAdd gzip compression to http requests
2012-06-16  Tomas NemeMerge remote-tracking branch 'original/master'
2012-05-10  Mike VerdoneUpdated the examples in the documentation.
2012-05-10  Mike VerdoneDump the full documentation into the README and markdow...
2012-05-10  Tomas NemeMerge remote-tracking branch 'original/master'
2011-12-02  Mike VerdoneUse a regex to deduce better which actions should use...
2011-11-22  mivFix a test. twitter-1.7.2
2011-11-22  mivPass a method param to force post or get method.
2011-11-07  Mike VerdoneMerge pull request #58 from harobed/master
2011-10-30  Stephane KleinFix mistake in api.wrap_response, before this fix,...
2011-10-05  mivFix issue #43 TwitterHTTPError.__str__ messed up.
2011-10-05  mivWho knew this mysterious looking code was totally usele...
2011-10-05  Mike VerdoneMerge pull request #50 from geeknikbrian/master
2011-10-05  Mike VerdoneMerge pull request #54 from Lacrymology/master
2011-10-05  mivExtend API so I can use underscore to insert an integer...
2011-04-04  Mike VerdoneRemove api_version when domain is not api.twitter.com.
2011-03-28  Mike VerdoneAdd TwitterStream for Stream API.
2011-03-27  Mike VerdoneCleanup. Remove some Py 2.5 support. No more Py 2.5...
2011-03-27  Mike VerdoneRemove agent cruft. Default to api.twitter.com and...
2011-03-24  Mike VerdoneMake the code python 2 and 3 compatible.
2011-03-24  Mike VerdoneMerge branch 'python3' into python2_and_3
2011-03-12  Mike VerdoneMerge branch 'master' into python3
2011-03-07  Mike VerdoneMerge branch 'master' into python3
2011-03-07  Mike VerdoneMerge branch 'master' into py3-2
2011-03-06  Mike VerdoneMerge branch 'master' into py3-2
2011-03-02  Mike VerdoneCorrectly encode arg data.
2011-03-02  Mike VerdoneMerge branch 'master' into py3-2
2011-03-02  Mike VerdoneMerge bug. oops. twitter-1.5.1
2011-03-02  Mike VerdoneMerge branch 'master' into py3-2
2011-03-02  Mike VerdoneMerge branch 'master' into py3-2
2011-03-02  Mike VerdoneExplicitly utf8 decode strings coming from Twitter.
2011-03-02  Mike VerdoneExplicitly utf8 decode strings coming from Twitter.
2011-03-02  Mike VerdoneRan 2to3.
2011-03-02  Mike VerdoneRemove unused import.
2011-02-24  Mike VerdoneOh my God Python. We need to talk. Another stab at...
2011-02-24  Mike VerdoneMerge git://github.com/chexov/twitter into list_action_...
2011-02-24  Mike VerdoneUse closure magic to get over Python's fucked up inheri...
2010-11-09  Anton P. LinevichMerge ../twitter.sixohsix
2010-09-06  Mike VerdonePython can't subclass bool. WHAT THE F***. This is...
2010-09-06  Mike VerdoneUse a generic wrap_response with dynamic class instead...
2010-07-28  Mike VerdoneAdd a new response class that handles json dicts.
2010-07-13  Mike VerdoneStupid bug when inheriting from str. twitter-1.4.1
2010-07-11  Mike VerdoneResponse objects now behave more like lists and strs. twitter-1.4
2010-07-11  Mike VerdoneIRC Bot now functions with OAuth.
2010-07-11  Mike VerdoneExpose headers by creating a TwitterResponse class...
2010-07-11  Mike VerdoneBasic auth is dead. Agent header is dead. R.I.P.
2010-07-11  Mike VerdoneUpdate patch to work with new code.
2010-07-10  Mike VerdoneMerge branch 'master' into jordan_patch
2010-07-10  Mike VerdoneApply patch by Jordan Gottlieb to handle URLs with...
2010-05-24  Mike VerdoneRevert domain to twitter.com to fix a regression. see...
2010-05-15  Mike VerdoneChange docs to show how to use OAuth
2010-05-10  Mike Verdone - More documentation.
2010-05-10  Mike Verdone - Documentation updates.
2010-05-10  Mike VerdoneMerge http://github.com/clarkbw/twitter into patches
2010-05-08  Mike VerdoneAdd authorize action to command line tool to use do...
2010-05-08  Mike VerdoneAdd a NoAuth object
2010-04-29  Mark HammondAdd guts of OAuth support
2010-03-19  Bryancreate a TwitterHTTPError so we can catch errors and...
2010-03-07  Mike VerdoneMerge git://github.com/muitocomplicado/twitter into...
2010-02-24  Bryan Clarkfix the encoded_kwargs bug
2009-08-31  David BittencourtReplaced "b64encode" with "encodestring" for python...
2009-07-15  Mike Verdonebugfix
2009-07-15  Mike VerdoneAdded HTTPS support
2009-07-14  Mike VerdoneMerge commit 'origin/cmdline_search' into cmdline_searc...
2009-04-20  Wes DevauldDeal with the encoding problem
2009-04-20  Wes DevauldAnother Line
2009-04-20  Wes DevauldFix merge
2009-04-02  Mike VerdoneMerge branch 'shell' into master_shell_merge
2009-03-23  Mike VerdoneMerge commit 'origin/api_update_docfix'
2009-03-12  Mike VerdoneFix for urls with 'id' (thanks Andrew McCollum)
2009-03-07  Mike VerdoneRemoved extra line
2009-03-03  Wes DevauldMerge branch 'master' of git://github.com/sixohsix...
2009-03-02  Hatem NassratForce POST, when required and blank kwargs.
2009-03-02  Hatem NassratRe-organized and updated api_updater script.
2009-03-02  Hatem NassratAutomatically generating _POST_ACTIONS list.
2009-03-01  Mike VerdoneMerge branch 'master' into ansi_colour_cmdline
2009-03-01  Hatem NassratTwitterError with server reponse data on failure.
2009-03-01  Hatem NassratTransition from httplib to urllib2.
2009-02-26  Wes DevauldMerge branch 'master' of git://github.com/sixohsix...
2009-02-16  Wes DevauldMerge branch 'master' of git://github.com/sixohsix...
2009-02-16  Mike VerdoneAgent feature was not actually working. Prepare fix...
2009-02-16  Wes DevauldKeep the id in the parameters list
2009-02-15  Mike VerdoneDo not provide a default agent string. Add help action.
2009-02-15  Mike VerdoneMerge in Hatem's twitter_agent branch.
2009-02-15  Mike VerdoneBugfixes, cleanup on follow/leave feature
2009-02-15  Wes DevauldAdd the leave and follow commands to the cmdline tool
2009-02-14  Hatem NassratFixed indentation level for api doc string
2009-02-14  Hatem NassratUdpated api agent string
next