]> jfr.im git - z_archive/twitter.git/shortlog
z_archive/twitter.git
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...
2014-01-16  RouxRCIRCBot should use default API v1.1
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
next