]> jfr.im git - z_archive/twitter.git/history - twitter/stream.py
Implementation of multipart/form-data that handles more imports and is more conformant
[z_archive/twitter.git] / twitter / stream.py
2014-10-21  Mike VerdoneImplementation of multipart/form-data that handles...
2014-08-30  Mike VerdoneMerge pull request #226 from hugovk/master
2014-07-24  Mike VerdoneClean up documentation and README
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-15  hugovkMerge
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-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 #205 from sixohsix/stream_cleanup
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-18  Mike VerdoneExplicitly control heartbeat timeouts.
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  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-03  RouxRCMerge https://github.com/sixohsix/twitter
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. 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-16  Andrew W. DonohoIncrease the size of the read buffer to be larger than...
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. DonohoDo not send gzip headers for streaming calls. (ref...
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-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-07-14  Mjumbe PoeImport TwitterHTTPError for stream module
2013-04-18  Mike VerdoneMerge pull request #138 from DarkDefender/master
2013-04-13  Sebastian ParborgFix twitter stream error under python 3
2013-03-25  Mike Verdone1.1 as default in stream. Give up on simplejson.
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-10-04  Mike VerdoneTurn on socket keepalives. This will hopefully fix...
2012-05-10  Tomas NemeMerge remote-tracking branch 'original/master'
2012-01-29  Michael VerdoneImprove documentation wrt OAuth.
2011-12-03  Mike VerdoneI can't type.
2011-12-03  Mike VerdoneFix TwitterStream docs.
2011-12-03  Mike VerdoneImplement true non-blocking TwitterStream.
2011-12-03  Mike VerdoneMove the recv call to the bottom of the iterator loop...
2011-12-03  Mike VerdoneUse socket.recv to get data in the stream to prevent...
2011-03-29  Mike VerdoneImprove documentation. twitter-1.6
2011-03-29  Mike VerdoneFixes to make streams work with python3
2011-03-28  Mike VerdoneStream example and some fixes for py27. Breaks in py3...
2011-03-28  Mike VerdoneAdd TwitterStream for Stream API.