]> jfr.im git - z_archive/twitter.git/history - twitter
Add argparse to dependencies for python 2.6
[z_archive/twitter.git] / twitter /
2014-07-27  Benjamin Ooghe-TabanouMerge pull request #238 from mattcen/master
2014-07-27  Matthew CengiaFix list URL for twitter cmdline
2014-07-24  Mike VerdoneAdd oauth_callback=oob to force PIN to appear
2014-07-24  Mike VerdoneClean up documentation and README
2014-07-24  Mike VerdoneUnused import
2014-07-24  Mike VerdoneImprove OAuth2 app-only code and documentation
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-05-24  Mike VerdoneMerge pull request #227 from mponweiser/master
2014-05-22  mponweiserOption file path fixed for Windows
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-26  Edi BiceTrapping additional exceptions causing archiver script...
2014-03-24  Mike VerdoneSupport pickling at the risk of breaking some stuff.
2014-03-24  Mike VerdoneMerge pull request #215 from wlonk/colorization twitter-1.14.2
2014-03-24  Mike VerdoneMerge pull request #216 from edi-bice/master
2014-03-21  Edi Biceurllib2 opener open lacked a timeout parameter causing...
2014-03-21  Kit La ToucheUsing upstream ANSI colors.
2014-03-21  Kit La ToucheCorrections to width numbers.
2014-03-21  Kit La ToucheImproved display of multiline tweets.
2014-03-21  Kit La ToucheOops, left debugging cruft on there.
2014-03-21  Kit La ToucheAdded spacing for usernames.
2014-03-20  Mike VerdoneMerge pull request #214 from edi-bice/master
2014-03-20  Edi BiceFixed broken rate limiting error handling in archiver...
2014-03-19  Mike VerdoneMerge pull request #213 from RouxRC/fix-twitterrate
2014-03-19  RouxRCFix routing to rate_limit_status calls (Fix #157)
2014-03-12  Mike VerdoneMerge pull request #211 from justinclift/master
2014-03-12  Mike VerdoneMerge pull request #212 from justinclift/friends_timeli...
2014-03-12  Mike VerdoneMerge pull request #210 from sixohsix/stream_cleanup_two
2014-03-11  Justin CliftTrivial typo fixes
2014-03-10  Mike VerdoneWe don't need range.
2014-03-10  Mike VerdoneRemove a pdb. Handle very long timeouts better.
2014-03-10  Mike VerdoneHandle old-school non-blocking.
2014-03-10  Mike VerdoneSimplify code. Produce data faster by handling bizarre...
2014-03-10  Mike VerdoneOkay. It works now. Omg.
2014-03-09  Mike VerdoneMerge pull request #208 from RouxRC/pr-userstream-keywo...
2014-03-09  Mike VerdoneMerge pull request #205 from sixohsix/stream_cleanup
2014-03-09  RouxRCMake possible to use track keywords with user/site...
2014-02-25  Mike VerdoneFix Python 3.x support.
2014-02-24  Mike VerdoneLet's use the stdlib io system for great sanity.
2014-02-24  Mike VerdoneFurther simplification in progress.
2014-02-24  Mike VerdoneMerge pull request #206 from polm/patch-1
2014-02-24  Paul O'Leary McCannoauth dance should use https.
2014-02-18  Mike VerdoneExplicitly control heartbeat timeouts.
2014-02-17  Mike VerdoneBetter help for example.
2014-02-17  Mike VerdoneUse timeout and block args for all streams in example.
2014-02-17  Mike VerdoneSimplify further. New args to example script. Update...
2014-02-17  Mike VerdoneSimplify streaming code.
2014-02-17  Mike VerdoneMerge pull request #203 from RouxRC/pr-fix-timeout
2014-02-17  Benjamin Ooghe-Tabanouplease @adonoho
2014-02-16  RouxRCrevert to regular no yield in timeout mode until furthe...
2014-02-16  RouxRCuse non timeout mode for all streams in the sample...
2014-02-16  RouxRCfix python2.6 compat and refacto per as @Adonoho's...
2014-02-16  RouxRChangup should happen also in noblock mode
2014-02-16  RouxRCyield None as well in timeout mode when no tweet received
2014-02-16  RouxRCtake twitter's keepalive signals into account for the...
2014-02-16  RouxRCFix exception on hangedup streams in 2.6
2014-02-12  Mike VerdoneRestore Python 2.6 compatibility by restoring the old...
2014-02-12  Mike VerdoneMerge pull request #199 from adonoho/use-bytearray...
2014-02-07  Andrew W. DonohoClarify comment.
2014-02-05  Andrew W. DonohoMerge branch 'use-bytearray-buffer'
2014-02-05  Andrew W. DonohoDirectly read the balance of the HTTP chunk into the...
2014-02-04  Mike VerdoneMerge pull request #198 from adonoho/fix-busy-wait
2014-02-04  Andrew W. DonohoFollow the hangup message with a break out of the loop...
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  RouxRCFix tilde fixing...
2014-02-03  RouxRCComplete tildes fix for python 2
2014-02-03  RouxRCMerge https://github.com/sixohsix/twitter into pr-rouxrc
2014-02-03  Mike VerdoneActually, the POST 'place' method is deprecated and...
2014-02-03  RouxRCHandle multipart oauth to use image sending api
2014-02-03  RouxRCFix broken follow create/destroy in cmdline & bot
2014-02-03  Mike VerdoneDon't crash with 'python -OO'.
2014-02-03  RouxRCMerge https://github.com/sixohsix/twitter into pr-rouxrc
2014-02-03  Mike VerdoneMake the logger work again.
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
next