]> jfr.im git - z_archive/twitter.git/shortlog
z_archive/twitter.git
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 VerdoneVersion 1.14.1. twitter-1.14.1
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-11  Justin CliftUpdate README with friends_timeline() replacement
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 VerdoneVersion 1.14.0 twitter-1.14.0
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... oauth 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... please @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 VerdoneVersion 1.13.1. twitter-1.13.1
2014-02-12  Mike VerdoneRestore Python 2.6 compatibility by restoring the old...
2014-02-12  Mike VerdoneVersion 1.13.0. Ends support for Python 2.6.
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 VerdoneVersion 1.12.1 twitter-1.12.1
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  RouxRCnew version and include @adonoho in authors
2014-02-03  RouxRCMerge https://github.com/sixohsix/twitter into pr-rouxrc
2014-02-03  Benjamin Ooghe... friends_timeline is deprecated in API v1.1, remove...
2014-02-03  Mike VerdoneVersion 1.11.1. twitter-1.11.1
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  RouxRCauthorship
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 VerdoneIgnore .pyo
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 VerdoneVersion 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. DonohoBump the version number.
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...
next