]> jfr.im git - z_archive/twitter.git/history - twitter/oauth.py
twitter-archiver and twitter-follow initial import
[z_archive/twitter.git] / twitter / oauth.py
2012-01-29  Michael VerdoneImprove documentation wrt OAuth.
2011-10-09  mivI always find unicode errors just after a release....
2011-10-05  Mike VerdoneMerge pull request #50 from geeknikbrian/master
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-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 VerdoneMerge branch 'master' into python3
2011-03-07  Mike VerdoneMerge branch 'master' into python3
2011-03-07  Mike VerdoneMerge branch 'master' into py3-2
2011-03-06  Mike VerdoneMerge branch 'master' into py3-2
2011-03-02  Mike VerdoneMerge branch 'master' into py3-2
2011-03-02  Mike VerdoneMerge branch 'master' into py3-2
2011-03-02  Mike VerdoneMerge branch 'master' into py3-2
2011-03-02  Mike VerdoneUse base64 library instead of .encode("base64")
2011-03-02  Mike VerdoneUse base64 library instead of .encode("base64")
2011-03-02  Mike VerdoneRan 2to3.
2010-07-11  Mike VerdoneIRC Bot now functions with OAuth.
2010-07-10  Mike VerdoneMerge branch 'master' into jordan_patch
2010-05-15  Mike VerdoneRefactor: move oauth dance and token file r/w to other...
2010-05-10  Mike Verdone - More documentation.
2010-05-10  Mike VerdoneMerge http://github.com/clarkbw/twitter into patches
2010-05-08  Mike VerdoneAdd authorize action to command line tool to use do...
2010-05-08  Mike VerdoneAdd a NoAuth object
2010-04-29  Mark HammondAdd guts of OAuth support