]> jfr.im git - z_archive/twitter.git/shortlog
z_archive/twitter.git
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...
2014-01-15  Andrew W. DonohoUpdate to use OAuth, take in command line arguments...
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. DonohoFix the uri extension by attribute name.
2014-01-15  Andrew W. DonohoDo not send gzip headers for streaming calls. (ref...
2014-01-14  Andrew W. DonohoIgnore .idea files from PyCharm.
2013-11-20  Mike VerdoneMake universal wheels.
2013-11-20  Mike VerdoneVersion 1.10.2. twitter-1.10.2
2013-11-20  Mike Verdonefallback to simplejson.
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 VerdoneAdd missing json import.
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-10-18  Christan GrantAdded a json format option
2013-10-16  Mickael GOETZuse relative import in oauth2.py for auth
2013-10-10  Chris SeymourUsed named argument to avoid TypeError: __call__()...
2013-10-01  Dennis KanyginUpdate setup.py
2013-10-01  Dennis Kanyginchange version number to 1.10.1
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-09-02  Mike VerdoneMerge pull request #167 from lumbric/master
2013-09-02  Mike VerdoneMerge pull request #174 from RouxRC/master
2013-08-16  RouxRCTwitter also strongly encourage to use POST on users...
2013-08-16  RouxRCTwitter recommends to use preferably POST for the filte...
2013-07-14  Mjumbe PoeImport TwitterHTTPError for stream module
2013-07-09  lumbricadd some documentation for streams
2013-07-02  Mike VerdoneMerge pull request #164 from LeadSift/master
2013-06-26  Hatem NassratAdding _id and _method docs to README
2013-06-22  Mike VerdoneVersion 1.10.0 twitter-1.10.0
2013-06-22  Mike VerdoneMerge pull request #156 from mattcen/master
2013-06-22  Matthew CengiaFix timezone bug introduced in previous commit
2013-06-22  Matthew CengiaTidy up timestamp and timezone code
2013-06-22  Matthew CengiaFix style of exception handler
2013-06-22  Matthew CengiaAdd mattcen as author
2013-06-22  Matthew CengiaConvert archiver.py and follow.py to API 1.1
2013-06-22  Matthew CengiaAllow storage of date in ISO (RFC 3339) format
2013-06-22  Matthew CengiaAdapt code to archive DMs
2013-06-21  Mike VerdoneFix some tests.
2013-06-21  Mike VerdoneUpdate some of the cmdline to support API 1.1.
2013-06-21  Mike VerdoneMerge pull request #160 from nicksloan/master
2013-06-21  Mike VerdoneMerge pull request #159 from StalkR/author
2013-06-13  Nick SloanAdd support for the OAuth2 application-only flow suppor...
2013-06-13  StalkRadd StalkR as initial contributor of archiver and follow
2013-04-21  Mike VerdoneVersion 1.9.4. twitter-1.9.4
2013-04-21  Mike VerdoneDo not wrap str objects, Python 3.3 freaks out. Fixes...
2013-04-21  Mike VerdoneVersion 1.9.3. twitter-1.9.3
2013-04-21  Mike VerdoneFix search test to use 1.1 API.
2013-04-18  Mike VerdoneMerge pull request #138 from DarkDefender/master
2013-04-13  Sebastian ParborgFix twitter stream error under python 3
2013-04-07  Mike VerdoneMerge pull request #137 from MrMitch/relative_imports
2013-04-07  Mickael GOETZuse relative imports in api.py for twitter_globals...
2013-03-25  Mike VerdoneVersion 1.9.2. twitter-1.9.2
2013-03-25  Mike Verdone1.1 as default in stream. Give up on simplejson.
2013-03-25  Mike VerdoneDefault to 1.1 for all domains, not just api.twitter...
2013-03-25  Mike VerdoneMake Python 3.3 work again.
2013-03-25  Mike VerdoneMerge pull request #134 from pykler/master
2013-03-25  Hatem NassratBe safe about looking for the Content-Encoding header.
2013-03-25  Mike VerdoneMerge pull request #132 from pykler/master
2013-03-24  Hatem NassratRemoving runner.py ... all you need is python-nose...
2013-03-24  Mike VerdoneMerge pull request #125 from MrMitch/syntax-highlighting
2013-03-24  Mike VerdoneMerge pull request #131 from pykler/master
2013-03-20  Hatem NassratAdding test runner and test case for TwitterHTTPError...
2013-03-20  Hatem NassratHandling errors in TwitterHTTPError __init__
2013-02-17  Mickael GOETZGitHub doesn't handle empty links
2013-02-17  Mickael GOETZfix links
2013-02-15  Mickael GOETZMake code blocks use syntax highlighting in README
2013-02-15  Mike VerdoneMerge pull request #124 from Adapptor/incompleteread
2013-02-15  Mike VerdoneMerge pull request #122 from patricksmith/update-readme
2013-02-13  Daniel MurrayTwitterCall._handle_response(): if reading from handle...
2013-02-12  Patrick SmithUpdate README example code
2013-02-02  Mike VerdoneMerge pull request #118 from DracoThuban/patch-1
next