]> jfr.im git - z_archive/twitter.git/history - twitter/api.py
Fix support for uploading non-multipart profile banner and other media
[z_archive/twitter.git] / twitter / api.py
2014-08-09  ArchomedaFix support for uploading non-multipart profile banner...
2014-08-08  Mike VerdoneDo not POST to friendships/lookup, only users/lookup...
2014-07-24  Mike VerdoneClean up documentation and README
2014-07-22  RouxRCadd doc to send tweets with images in README + consolid...
2014-07-22  RouxRCfix image sending to handle both base64 images and...
2014-04-16  Mike VerdoneTry to restore Python 3.2 compat by using futuristic...
2014-04-16  Mike VerdoneMerge pull request #218 from edi-bice/master
2014-04-16  Mike VerdoneMerge pull request #221 from hugovk/py3
2014-04-15  hugovkMerge
2014-04-15  Mike VerdoneMerge pull request #217 from sixohsix/pickled
2014-04-15  hugovkhttplib is http.client in Py3
2014-04-15  hugovkPy3 exception fix
2014-04-15  hugovkFix search tests to use api.twitter.com with authorisation
2014-03-24  Mike VerdoneSupport pickling at the risk of breaking some stuff.
2014-02-04  Mike VerdoneMerge pull request #197 from RouxRC/pr-rouxrc
2014-02-03  RouxRCMerge https://github.com/sixohsix/twitter into pr-rouxrc
2014-02-03  Benjamin Ooghe-Tabanoufriends_timeline is deprecated in API v1.1, remove...
2014-02-03  RouxRCMerge https://github.com/sixohsix/twitter into pr-rouxrc
2014-02-03  RouxRCHandle multipart oauth to use image sending api
2014-02-03  RouxRCMerge https://github.com/sixohsix/twitter
2014-02-03  Mike VerdoneInitialize error instance correctly. Based on @kemkin...
2014-02-03  Mike VerdoneMerge pull request #196 from adonoho/pr-fix-stream
2014-01-20  Andrew W. DonohoMerge branch 'fix-stream' into pr-fix-stream
2014-01-16  Andrew W. DonohoMove the potentially uninitialized values out of the...
2014-01-15  Andrew W. DonohoFix the uri extension by attribute name.
2014-01-15  Andrew W. DonohoDo not send gzip headers for streaming calls. (ref...
2013-11-20  Mike Verdonefallback to simplejson.
2013-11-04  Mike VerdoneMerge pull request #184 from MrMitch/relative_imports
2013-11-04  Mike VerdoneMerge pull request #183 from iiSeymour/patch-1
2013-11-04  Mike VerdoneMerge pull request #185 from cegme/json_status_dump
2013-11-04  Mike VerdoneMerge pull request #178 from dkanygin/master
2013-09-11  Dennis Kanyginadded timeout option to TwitterStream
2013-04-21  Mike VerdoneDo not wrap str objects, Python 3.3 freaks out. Fixes...
2013-04-07  Mike VerdoneMerge pull request #137 from MrMitch/relative_imports
2013-04-07  Mickael GOETZuse relative imports in api.py for twitter_globals...
2013-03-25  Mike Verdone1.1 as default in stream. Give up on simplejson.
2013-03-25  Mike VerdoneDefault to 1.1 for all domains, not just api.twitter...
2013-03-25  Mike VerdoneMake Python 3.3 work again.
2013-03-25  Mike VerdoneMerge pull request #134 from pykler/master
2013-03-25  Hatem NassratBe safe about looking for the Content-Encoding header.
2013-03-24  Mike VerdoneMerge pull request #125 from MrMitch/syntax-highlighting
2013-03-24  Mike VerdoneMerge pull request #131 from pykler/master
2013-03-20  Hatem NassratHandling errors in TwitterHTTPError __init__
2013-02-15  Mike VerdoneMerge pull request #124 from Adapptor/incompleteread
2013-02-13  Daniel MurrayTwitterCall._handle_response(): if reading from handle...
2013-01-27  Mike VerdoneUpdate API docs because Twitter changed everything.
2013-01-27  Mike VerdoneMerge pull request #115 from dragonfax/jstillwell/add_ids
2013-01-27  Mike VerdoneMerge pull request #114 from az0/master
2013-01-23  Andrew Ziemremove trailing whitespace
2012-11-03  Mike VerdoneMerge pull request #100 from erfaan/master
2012-11-03  Irfan AhmadChanged special parameter timeout to _timeout so that...
2012-11-01  Irfan AhmadFixes #99. Introduced an optional timeout parameter...
2012-10-14  Mike VerdoneMerge pull request #92 from erfaan/fix-91
2012-10-13  Irfan AhmadFixes #91 and fixed the docstring of the new rate_limit...
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.
next