tweepy.git
2009-12-31 JoshuaMerge branch 'master' of git@github.com:joshthecoder...
2009-12-31 Ferenc SzalaiAdd 'secure' parameter to OAuthHandler constructor.
2009-12-30 joshthecoderUpdate wiki URL in readme.
2009-12-17 JoshuaAdd Bas Westerbaan to contributors file.
2009-12-17 Bas WesterbaanAllow for pagination and other parameters for some...
2009-12-17 Bas Westerbaanmodels: add followers_ids to User
2009-12-17 JoshuaConvert some tabs to spaces.
2009-12-17 Bas WesterbaanAPI methods lists(), lists_memberships(), and lists_sub...
2009-12-17 Bas Westerbaantweepyshell: bugfix: sys.argv -> args
2009-12-12 Joshua RoessleinAdd some new helper methods to List model.
2009-12-12 Joshua RoessleinFix API.remove_member() parser selection.
2009-12-12 Joshua RoessleinSome minor fixes to parsers.
2009-12-10 Joshua Roessleinupdate setup.py
2009-12-10 Joshua RoessleinRemove User.mentions() method.
2009-12-10 Joshua RoessleinFix tests.
2009-12-10 Joshua RoessleinDocumentation fix.
2009-12-10 Joshua RoessleinRename file in documentation.
2009-12-10 Joshua RoessleinAdd 'description' parameter to API.create_list() and...
2009-12-10 Joshua RoessleinUpdate documentation.
2009-12-10 Kumar AppaiahAdd optional "source" parameter to update_status.
2009-12-09 Joshua RoessleinFix User.timeline() method.
2009-12-09 Joshua RoessleinAllow API.send_direct_message() to accept either user...
2009-12-08 Joshua RoessleinSome more work on documentation of API and timeline...
2009-12-08 Kumar AppaiahFix rendering erroneous of "class" objects.
2009-12-08 Joshua RoessleinUpdate contributors.
2009-12-08 Kumar AppaiahComplete formatting of API documentation.
2009-12-08 Kumar AppaiahFix author name in documentation. Stop generating blank...
2009-12-08 Joshua RoessleinUpdate changelog
2009-12-08 Joshua RoessleinUpdate readme.
2009-12-08 Kumar AppaiahRudimentary port of API documentation from the Wiki.
2009-12-08 Kumar AppaiahAdd Code snippets tutorial.
2009-12-08 Kumar AppaiahFix author name in configuration.
2009-12-08 Kumar AppaiahAdd initial Sphinx documentation.
2009-12-08 Joshua RoessleinMinor update to readme
2009-12-08 Joshua RoessleinAdd option to tweepyshell to enable debug mode.
2009-12-08 Joshua RoessleinFix path template bug.
2009-12-08 Joshua RoessleinUpdate API methods to use path templates.
2009-12-08 Joshua RoessleinAdded tweepy.debug() method that allows enabling debug...
2009-12-08 Joshua RoessleinAllow template variables in binder_api() paths.
2009-12-08 Joshua RoessleinAdded new local trends methods.
2009-12-08 Joshua RoessleinAdd some tests for retweet methods.
2009-12-08 Joshua RoessleinUpdate changelog and contributors.
2009-12-08 Ferenc SzalaiFix API.retweet() method.
2009-12-06 Kumar AppaiahUpdate tweepyshell to prompt for password via getpass...
2009-11-30 JoshuaAllow passing custom API instance into stream listener.
2009-11-30 JoshuaAdd "on_data" method to stream listener to allow for...
2009-11-30 JoshuaMerge branch 'master' of git@github.com:joshthecoder...
2009-11-30 JoshuaTry using simplejson first, and if not found then try...
2009-11-25 Joshua RoessleinFix 'source' parameter parsing in statuses.
2009-11-20 Joshua RoessleinThe streaming API Stream object can be run either in...
2009-11-20 Joshua RoessleinMove parameters into POST body in streaming.py to avoid...
2009-11-20 Joshua RoessleinUpdate contributors file.
2009-11-19 Joshua RoessleinBump version to 1.4
2009-11-17 Joshua RoessleinAdd users search API method. API.search_users().
2009-11-14 Josh RoessleinAdded tests for list methods.
2009-11-14 Josh RoessleinFix some python 2.4 issues.
2009-11-13 Josh RoessleinFix pagination on some of the API methods.
2009-11-07 Josh RoessleinMove install instructions out of readme and into instal...
2009-11-07 Josh RoessleinSome updates to list methods.
2009-11-06 Josh RoessleinUpdate retweet parsing for new payload format.
2009-11-06 Josh RoessleinUpdate parsers to remove some redundant code.
2009-11-06 Josh RoessleinSome model updates.
2009-11-06 Josh RoessleinAdded back the tweepyshell.
2009-11-06 Josh RoessleinUse versioned API and the api.twitter.com domain.
2009-11-06 Josh RoessleinUpdate readme
2009-11-06 Josh RoessleinFix bug in cursor that would cause an error to happen...
2009-11-05 Josh RoessleinUpdate ignore file.
2009-11-04 Josh RoessleinRemoved memcache.py module.
2009-11-04 Josh RoessleinMoved memcache implementation to extensions repository.
2009-11-03 Josh RoessleinAdded Lists API methods.
2009-11-02 Josh RoessleinMove streamwatcher and tweepyshell to examples repository.
2009-11-02 Josh RoessleinReadme update.
2009-11-02 Josh RoessleinRemove examples and move into tweepy-examples repository.
2009-11-02 Josh RoessleinUpdate readme and bump version # to 1.3
2009-11-02 Josh Roessleinupdate readme
2009-11-02 Josh RoessleinRemove tutorials from version control. Will be moved...
2009-11-02 Josh RoessleinRemove documentation blocks from api.py
2009-11-02 Josh RoessleinSome minor fixes to API.
2009-10-31 Josh RoessleinRemove model validation.
2009-10-31 Josh RoessleinRemove auth requirement from API.followers()
2009-10-31 Josh RoessleinUpdate change log.
2009-10-31 Josh RoessleinUpdate oauth library.
2009-10-31 Josh RoessleinUpdate test shell.
2009-10-31 Josh RoessleinBegin work on lists API
2009-10-31 Josh RoessleinAdd parser for lists.
2009-10-16 Josh RoessleinAdd link to tweepy's wiki in readme.
2009-10-16 Josh RoessleinUpdate readme.
2009-10-15 Josh RoessleinPython 2.4 support completed! Update readme and changelog
2009-10-15 Josh RoessleinTest updates.
2009-10-15 Josh RoessleinSome more python 2.4 porting.
2009-10-15 Josh RoessleinPort cache system to python 2.4
2009-10-15 Josh RoessleinChange to absolute imports.
2009-10-15 Josh RoessleinHandle failures during send of request to twitter....
2009-10-15 Josh RoessleinTest fix.
2009-10-15 Josh RoessleinRemove debug print.
2009-10-14 Josh RoessleinUpdate tests.
2009-10-14 Josh RoessleinOnly utf-8 encode unicode parameters in binder.
2009-10-14 Josh RoessleinAdd API.report_spam method.
2009-10-14 Josh RoessleinEncode parameters in binder to utf-8
2009-10-14 Josh RoessleinFix error message reporting.
next