]> jfr.im git - z_archive/twitter.git/history - twitter/api.py
add doc for new twitter way to send medias (close #279 )
[z_archive/twitter.git] / twitter / api.py
2015-05-12  RouxRCadd doc for new twitter way to send medias (close ...
2015-04-20  Mike VerdoneMerge pull request #287 from jessamynsmith/master
2015-04-20  Jessamyn SmithMake handling of error data similar to handling of...
2015-04-07  Mike VerdoneMerge pull request #276 from superphil0/master
2015-02-09  Benjamin Ooghe-TabanouMerge pull request #278 from hugovk/patch-1
2015-02-09  HugoUpdate docstring to match current API
2015-01-11  Benjamin Ooghe-TabanouMerge pull request #273 from btidor/master
2014-12-29  btidorBugfix: queries with retry=True return None when rate...
2014-12-24  RouxRCFix media upload crashs on python3
2014-12-24  Benjamin Ooghe-TabanouMerge pull request #270 from bsturmfels/future
2014-12-24  Benjamin Ooghe-TabanouMerge pull request #261 from tpltnt/master
2014-12-24  RouxRCcomplete typo fix from #261 by @tpltnt
2014-10-21  Mike VerdoneImplementation of multipart/form-data that handles...
2014-10-21  Mike VerdoneUnit test for previous silly regression
2014-10-21  Mike VerdoneFix a typo while building url.
2014-10-20  Mike VerdoneHandle media uploads to upload.twitter.com/1.1/media...
2014-10-05  Benjamin Ooghe-TabanouMerge pull request #253 from bbolli/limit-retry
2014-09-29  Benjamin Ooghe-TabanouMerge pull request #255 from bbolli/speedup-method...
2014-09-28  RouxRChandle non unicode text status for twitpic with py2...
2014-09-23  Beat BolliSpeed up method_for_uri()
2014-09-22  RouxRCavoid any border effect
2014-09-22  RouxRCMerge branch 'master' of github.com:sixohsix/twitter
2014-09-22  RouxRCupdate img sending doc
2014-09-22  RouxRCFix encoding errors on text sent along with pics under...
2014-09-20  Beat BolliAllow to set the number of retries
2014-09-16  Beat BolliMake the delay after 50x HTTP errors configurable
2014-09-16  Beat BolliHandle API rate limiting
2014-08-30  Mike VerdoneMerge pull request #226 from hugovk/master
2014-08-10  RouxRCfix img support for python3
2014-08-10  RouxRCfix support of profile_image methods, also using regula...
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-17  hugovkMerge (parallel tests had already been fixed in upstream)
2014-04-16  Mike VerdoneTry to restore Python 3.2 compat by using futuristic...
2014-04-16  hugovkMerge remote-tracking branch 'upstream/master'
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'
next