]> jfr.im git - z_archive/twitter.git/shortlog
z_archive/twitter.git
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-12-02  Mike VerdoneUse a regex to deduce better which actions should use...
2011-11-22  mivFix a test. twitter-1.7.2
2011-11-22  mivVersion bump 1.7.2
2011-11-22  mivPass a method param to force post or get method.
2011-11-07  Mike VerdoneMerge pull request #58 from harobed/master
2011-10-30  Stephane KleinFix mistake in api.wrap_response, before this fix,...
2011-10-15  Tomas Nemereversed multiple twitts so they appear rightside up...
2011-10-09  mivVersion bump 1.7.1 twitter-1.7.1
2011-10-09  mivI always find unicode errors just after a release....
2011-10-09  mivVersion bump 1.7 twitter-1.7
2011-10-05  mivFix issue #43 TwitterHTTPError.__str__ messed up.
2011-10-05  mivWho knew this mysterious looking code was totally usele...
2011-10-05  mivSet unichr = chr for Python 3.
2011-10-05  Mike VerdoneMerge pull request #50 from geeknikbrian/master
2011-10-05  Mike VerdoneMerge pull request #54 from Lacrymology/master
2011-10-05  mivExtend API so I can use underscore to insert an integer...
2011-10-05  mivTest for setting unicode status.
2011-10-05  Tomas Nememade it repeat the @nicks at the beginning of the post
2011-09-22  Tomas Nemesplit long twits
2011-09-21  Tomas Nemeconverted input to locale encoding
2011-09-18  Mike VerdoneMerge pull request #53 from kennu/master
2011-09-14  Kenneth FalckEncode basestring instead of just str to utf-8
2011-07-17  Brian Carpenterfix a twitterbot crash caused by unicode text?
2011-07-09  Mike Verdone- Check rate limit using the command line tool. Patch...
2011-04-04  Mike VerdoneMake twitterbot reconnect to IRC if it drops out.
2011-04-04  Mike VerdoneVersion bump 1.6.1 twitter-1.6.1
2011-04-04  Mike VerdoneFix unicorn decode bugs in ircbot.
2011-04-04  Mike VerdoneRemove api_version when domain is not api.twitter.com.
2011-04-04  Mike VerdoneFix oauth_dance function.
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.
2011-03-27  Mike Verdonenobody uses pyprompt anyway
2011-03-27  Mike VerdoneMake twitter-log work with py 3.2
2011-03-27  Mike VerdoneDocumentation.
2011-03-27  Mike VerdoneCleanup. Remove some Py 2.5 support. No more Py 2.5...
2011-03-27  Mike VerdoneRemove agent cruft. Default to api.twitter.com and...
2011-03-25  Mike VerdoneTweak and fix the twitter-log command.
2011-03-25  Mike Verdoneimport fix for py2
2011-03-25  Mike VerdoneFix project name and classifiers. Version bump 1.6.
2011-03-25  Mike VerdoneMake twitterbot support python 2 and 3.
2011-03-24  Mike VerdoneMake the code python 2 and 3 compatible.
2011-03-24  Mike VerdoneMerge branch 'python3' into python2_and_3
2011-03-12  Mike VerdoneWait I dont need to authenticate for this. Even easier.
2011-03-12  Mike VerdoneBy golly the logger works.
2011-03-12  Mike VerdoneFirst stab at a twitter logger tool/archiver.
2011-03-12  Mike VerdoneMerge branch 'master' into python3
2011-03-12  Mike Verdonedocs for pyprompt twitter-1.5.2
2011-03-12  Mike VerdoneMore stuff in gitignore.
2011-03-12  Mike VerdoneAdd a simple prompt thing to twitter cmdline.
2011-03-07  Mike VerdonePython3 fixes for ircbot
2011-03-07  Mike VerdoneMerge branch 'master' into python3
2011-03-07  Mike VerdoneFix some bugs in the bot.
2011-03-07  Mike VerdoneUpdate python-irclib download to one that works for...
2011-03-07  Mike VerdoneMerge branch 'master' into py3-2
2011-03-07  Mike VerdoneWe have gone too long without tests.
2011-03-06  Mike VerdoneRemove another debug line.
2011-03-06  Mike VerdonePy3.2 changes for ircbot
2011-03-06  Mike VerdoneEnable the twitterbot since dateutil requirement is...
2011-03-06  Mike VerdoneMerge branch 'master' into py3-2
2011-03-06  Mike VerdoneVersion bump 1.5.2.
2011-03-06  Mike VerdoneRemove dateutil dependency.
2011-03-06  Mike VerdoneResume printing all the tweets.
2011-03-06  Mike VerdoneFinally fixed the tweet repeat bug,
2011-03-06  Mike VerdoneSelectable prefixes for irc bot. For those who hate...
2011-03-02  Mike VerdoneAnother removal of term encoding (py3_only)
2011-03-02  Mike VerdoneApparently I don't need to utf8 encode there...
2011-03-02  Mike VerdoneDon't need term encoding in py3. (py3_only)
2011-03-02  Mike VerdoneCorrectly encode arg data.
2011-03-02  Mike VerdoneMerge branch 'master' into py3-2
2011-03-02  Mike VerdoneMerge bug. oops. twitter-1.5.1
2011-03-02  Mike VerdoneVersion bump 1.5.1
2011-03-02  Mike Verdonetwitter3 is Python 3
2011-03-02  Mike VerdoneMerge branch 'master' into py3-2
2011-03-02  Mike VerdoneOnly python 2.
2011-03-02  Mike VerdoneForget being clever. Twitter for Python 3 is henceforth...
2011-03-02  Mike VerdoneMerge branch 'master' into py3-2
2011-03-02  Mike VerdoneCleanup requirements for py3.
2011-03-02  Mike VerdoneExplicitly utf8 decode strings coming from Twitter.
2011-03-02  Mike VerdoneUse base64 library instead of .encode("base64")
2011-03-02  Mike VerdoneprintNicely must be very different on py3. (py3_only)
2011-03-02  Mike VerdoneExplicitly utf8 decode strings coming from Twitter.
2011-03-02  Mike VerdoneUse base64 library instead of .encode("base64")
2011-03-02  Mike VerdoneRan 2to3.
2011-03-02  Mike VerdoneBe explicit about what twitter package imports from...
2011-03-02  Mike VerdoneRemove unused import.
2011-02-24  Mike VerdoneVersion bump 1.5. YEEAH. twitter-1.5
2011-02-24  Mike VerdoneOh my God Python. We need to talk. Another stab at...
2011-02-24  Mike VerdoneCleanup help text
2011-02-24  Mike VerdoneSeperate mylist action for my own lists as opposed...
2011-02-24  Mike VerdoneMerge git://github.com/chexov/twitter into list_action_...
2011-02-24  Mike VerdoneUse closure magic to get over Python's fucked up inheri...
2010-11-09  Anton P. Linevichadding list action
2010-11-09  Anton P. LinevichMerge ../twitter.sixohsix
2010-09-06  Mike VerdonePython can't subclass bool. WHAT THE F***. This is...
2010-09-06  Mike VerdoneUse a generic wrap_response with dynamic class instead...
2010-09-01  Mike VerdoneAlways show the URL during the oauth dance.
next