tweepy.git
2010-10-10 Josh RoessleinUpdate Contributors file.
2010-10-10 Josh RoessleinOpen the correct type of HTTP Connection based on the...
2010-10-10 Josh RoessleinRemove un-needed import and tiddy up some comments.
2010-10-10 Josh RoessleinClean up the way we pull in stream options.
2010-10-10 Josh RoessleinAllow for secure streams and make sure to properly...
2010-10-10 Josh RoessleinStream now accepts an authentication instance.
2010-09-18 Sam KaufmanNow push lat/lon with only two decimals after the digit...
2010-09-18 Sam KaufmanAdded filtering by locations to the streaming API.
2010-09-18 gillesmemcache cache
2010-08-31 Jenny LoomisFix for null twitter json objects.
2010-08-16 Adam MiskiewiczChanged url.
2010-06-16 Wayne MooreRuntime exception in listener no longer fails silently...
2010-06-16 Josh RoessleinIgnore any arguments that are None.
2010-06-08 Wayne MooreParser now sets source_url consistently.
2010-06-08 Guan YangTweepError was not imported in parsers.py, leading...
2010-05-25 Joshua RoessleinFix for python 2.4. Release 1.7.1.
2010-05-24 Joshua RoessleinBump to version 1.7
2010-05-24 Joshua RoessleinRe-enable some tests.
2010-05-24 Joshua RoessleinDocumentation fix in oauth tutorial.
2010-05-24 Joshua RoessleinAdd additonal search() parameters supported by Twitter.
2010-05-04 Chris Kellycatch exception for deleting _api model reference when...
2010-04-23 Joshua RoessleinFix an error in the cursor tutorial.
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
next