]> jfr.im git - z_archive/twitter.git/history - twitter/stream.py
Merge branch 'fix-stream' into pr-fix-stream
[z_archive/twitter.git] / twitter / stream.py
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.