]> jfr.im git - z_archive/twitter.git/shortlog
z_archive/twitter.git
2014-08-30  Mike VerdoneVersion 1.15.0 twitter-1.15.0
2014-08-27  RouxRCformat requires names fields in python2.6
2014-08-25  RouxRCRemove printed headers of all oauth2 queries
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-08-03  RouxRCAdd argparse to dependencies for python 2.6
2014-07-27  Benjamin Ooghe... Merge 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-05-12  Mike VerdoneMerge pull request #225 from hugovk/threeptfour
2014-05-12  hugovkPython 3.4 is the latest 3.x release and shouldn't...
2014-04-16  Mike VerdoneVersion 1.14.3 twitter-1.14.3
2014-04-16  Mike VerdoneRestore 3.2 to trove classifiers.
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  hugovkAdd Travis CI build badge [CI skip]
2014-04-15  hugovkMerge
2014-04-15  Mike VerdoneMerge pull request #217 from sixohsix/pickled
2014-04-15  hugovkAdd 3.2 as allowed failure. Upgrade 2.6 and 3.3 as...
2014-04-15  hugovkhttplib is http.client in Py3
2014-04-15  hugovkPy3 exception fix
2014-04-15  hugovkFix test_get_trends() for API v1.1
2014-04-15  hugovkFix test_search()
2014-04-15  hugovkFix search tests to use api.twitter.com with authorisation
2014-04-15  hugovkAdd a test for API v1 unsupported. Other tests use...
2014-04-15  hugovkAdd Travis CI
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 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...
next