tweepy.git
2010-04-23 Joshua RoessleinUse 'per_page' instead of 'count' paramter for list_tim...
2010-04-23 Joshua RoessleinAdded friendships_incoming() and friendships_outgoing...
2010-04-23 Joshua RoessleinTrends methods are no longer part of the search API.
2010-04-18 Kumar AppaiahAdded reverse_geocode, nearby_places, and geo_id methods.
2010-04-17 Joshua RoessleinAdded retweeted_by and retweeted_by_ids methods.
2010-04-03 Joshua RoessleinMerge 'jnr/master'
2010-04-03 James RoweCouple of typos fixed.
2010-04-02 Joshua RoessleinFix a recursion bug when calling API.verify_credentials()
2010-03-29 Joshua RoessleinFix an issue where 'user' parameter value was getting...
2010-03-19 Gergely Imrehtweepyshell: remove unused import
2010-03-19 Gergely ImrehFIX: tweepyshell: ipython shell took original arguments
2010-03-19 Gergely ImrehFIX: tests: tripple-quote error (closing quotes missing)
2010-03-19 Joshua RoessleinImplemented API.lookup_users()
2010-03-19 Joshua RoessleinUpdate contributors and readme.
2010-03-19 Gergely Imrehtweepyshell: add support for IPython, with fallback...
2010-03-18 Joshua RoessleinIncrement version # and update changelog.
2010-03-18 Joshua RoessleinUpdate contributors file.
2010-03-17 Joshua RoessleinMerge commit 'mccutchen/master'
2010-03-16 Will McCutchenFix for UnboundLocalError in APIMethod.execute
2010-03-12 Ivo WetzelFix an issue with locale parsing dates.
2010-03-10 Joshua RoessleinUpdate contributors. Add Ivo Wetzel.
2010-03-10 Ivo WetzelFix error message parsing.
2010-03-10 Ivo WetzelImplement xAuth support.
2010-03-07 Ivo WetzelFix broken parsing of new style retweets.
2010-02-26 Joshua RoessleinTweepError now includes the HTTPResponse object of...
2010-02-12 Joshua RoessleinFix an error due to a missing import in binder.py
2010-02-11 Michael (Doc... Extract argument conversion to utility class
2010-02-11 Joshua RoessleinAllow passing headers into Stream.
2010-01-31 Joshua RoessleinFix a bug that would result in a 301 redirect with...
2010-01-31 Joshua RoessleinRemove API binding configuration option "timeout"....
2010-01-31 Joshua RoessleinStream.py now imports json library with utility function.
2010-01-31 Joshua RoessleinUpdate license and copyright years. Hello 2010!
2010-01-30 JoshuaUpdate unit tests.
2010-01-30 JoshuaFix a bug that caused list methods to fail.
2010-01-30 JoshuaRe-enable parsing of error messages.
2010-01-30 JoshuaUpdate to Parser API. Parser.parse() now takes a APIMet...
2010-01-30 JoshuaSome major refactoring inside binder.py.
2010-01-30 JoshuaFix API.search() by patching a bug in parsers.
2010-01-30 JoshuaAdded JSONParser which ModelParser now extends.
2010-01-30 JoshuaOptimize the Model pickling a bit.
2010-01-29 JoshuaRemoved the unused model Retweet.
2010-01-29 JoshuaRefactored the way tweepy does parsing to make it more...
2010-01-29 JoshuaAPI.search() now includes search meta data as attribute...
2010-01-29 JoshuaAPI methods that use to return list objects now return...
2010-01-28 JoshuaAllow additional karg parameters that are not listed...
2010-01-17 Arthur DebertFixed typo on followers
2010-01-12 Joshua RoessleinBump version to 1.5 for upcoming release.
2010-01-05 JoshuaUpdate docs for API constructor.
2010-01-04 JoshuaAdded ModelFactory. This replaces the 'models' dict...
2009-12-31 JoshuaFallback to using 'twitter.com' for OAuth.
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...
next