]> jfr.im git - z_archive/twitter.git/history - twitter
Merge https://github.com/sixohsix/twitter
[z_archive/twitter.git] / twitter /
2014-02-03  RouxRCMerge https://github.com/sixohsix/twitter
2014-02-03  RouxRCUse POST for all methods requiring it in specs
2014-02-03  Mike VerdoneUpdate follow/unfollow API calls for 1.1.
2014-02-03  Mike VerdoneMake stream example print message if no args are given. twitter-1.11.0
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-30  Andrew W. DonohoMerge branch 'fix-stream' into pr-fix-stream
2014-01-29  Andrew W. DonohoClarify the comment about edge cases.
2014-01-29  Andrew W. DonohoAdd comments detailing why we can avoid handling certai...
2014-01-28  Andrew W. DonohoHandle HTTP chunks that only contain keep-alive delimiters.
2014-01-28  Andrew W. DonohoSet a timeout on the main sample stream to test that...
2014-01-28  Andrew W. DonohoRemove socket timeout mutation code.
2014-01-28  Andrew W. DonohoRemove all keep-alive delimiters to allow the hangup...
2014-01-28  Andrew W. DonohoFurther refine socket management.
2014-01-27  Andrew W. DonohoAs Twitter appears to send complete JSON in the chunks...
2014-01-26  Andrew W. DonohoMove variables out of the iterator class and into the...
2014-01-26  Andrew W. DonohoMove recv_chunk() into a stand alone function. Further...
2014-01-24  Andrew W. DonohoMerge branch 'fix-stream' into pr-fix-stream
2014-01-24  Andrew W. DonohoCosmetic edits.
2014-01-23  Andrew W. DonohoMinimize string decoding and move to use a bytearray...
2014-01-20  Andrew W. DonohoMerge branch 'fix-stream' into pr-fix-stream
2014-01-20  Andrew W. DonohoCosmetic edit
2014-01-17  Andrew W. DonohoBring HTTP chunk downloading into its own separate...
2014-01-17  Andrew W. DonohoAdd support for both user and site streams.
2014-01-16  Andrew W. DonohoIncrease the size of the read buffer to be larger than...
2014-01-16  Andrew W. DonohoMove the potentially uninitialized values out of the...
2014-01-16  RouxRCIRCBot should use default API v1.1
2014-01-15  Andrew W. DonohoUpdate to use OAuth, take in command line arguments...
2014-01-15  Andrew W. DonohoTest for delimiters in the stream and removes them...
2014-01-15  Andrew W. DonohoChange some default attributes and add TwitterHTTPError...
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 VerdoneAdd missing json import.
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-10-18  Christan GrantAdded a json format option
2013-10-16  Mickael GOETZuse relative import in oauth2.py for auth
2013-09-24  Dennis KanyginDeal with reading empty buffer (SSL errno2) in timeout...
2013-09-24  Dennis KanyginDeal with SSL errno2 in timetout mode
2013-09-24  Dennis KanyginDeal with SSL errno 2 in timeout mode
2013-09-11  Dennis Kanyginadded timeout option to TwitterStream
2013-09-02  Mike VerdoneMerge pull request #168 from mjumbewu/patch-1
2013-09-02  Mike VerdoneMerge pull request #167 from lumbric/master
2013-09-02  Mike VerdoneMerge pull request #174 from RouxRC/master
2013-08-16  RouxRCTwitter also strongly encourage to use POST on users...
2013-08-16  RouxRCTwitter recommends to use preferably POST for the filte...
2013-07-14  Mjumbe PoeImport TwitterHTTPError for stream module
2013-06-22  Mike VerdoneMerge pull request #156 from mattcen/master
2013-06-22  Matthew CengiaFix timezone bug introduced in previous commit
2013-06-22  Matthew CengiaTidy up timestamp and timezone code
2013-06-22  Matthew CengiaFix style of exception handler
2013-06-22  Matthew CengiaConvert archiver.py and follow.py to API 1.1
2013-06-22  Matthew CengiaAllow storage of date in ISO (RFC 3339) format
2013-06-22  Matthew CengiaAdapt code to archive DMs
2013-06-21  Mike VerdoneUpdate some of the cmdline to support API 1.1.
2013-06-21  Mike VerdoneMerge pull request #160 from nicksloan/master
2013-06-13  Nick SloanAdd support for the OAuth2 application-only flow suppor...
2013-04-21  Mike VerdoneDo not wrap str objects, Python 3.3 freaks out. Fixes...
2013-04-18  Mike VerdoneMerge pull request #138 from DarkDefender/master
2013-04-13  Sebastian ParborgFix twitter stream error under python 3
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-02-02  Mike VerdoneMerge pull request #118 from DracoThuban/patch-1
2013-02-02  Mike VerdoneMerge pull request #119 from geeknik/master
2013-01-30  Brian 'geeknik'... Update Twitterbot version from 1.6.1 to 1.9.1
2013-01-29  DracoThubanUpdate twitter/follow.py
2013-01-27  Mike VerdoneUpdate API docs because Twitter changed everything.
2013-01-27  Mike VerdoneUTF-8 decode extra_args only if Py 2.7.
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-27  Mike VerdoneMerge pull request #111 from ccosby/ForceAnsi
2013-01-26  Jason Stillwelladd id to twitter-follow output.
2013-01-23  Andrew Ziemremove trailing whitespace
2013-01-23  Andrew ZiemDo not download the same tweet twice which could slowly...
2013-01-22  Chris CosbyAdd better formatting to status output.
2013-01-22  Mike VerdoneMerge pull request #110 from anmarmansur/master
2013-01-11  Anmar MansurFix Issue #60 can't write config file on Windows
2013-01-11  Anmar MansurFix Issue #60 can't write config file on Windows
2012-12-11  Mike VerdoneMerge pull request #106 from edavis/add-timeout-to...
2012-12-06  Eric Davisstream: Include _timeout parameter in _handle_response
2012-11-27  Mike VerdoneMerge pull request #104 from np1/patch-1
2012-11-27  np1Update twitter/twitter_globals.py
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...
next