tweepy.git
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...
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
next