tweepy.git
2011-12-29 Joshua RoessleinMerge pull request #136 from rdennis463/geo_search
2011-11-28 Robert Dennisadded the geo_search API method, no attribute:street_ad...
2011-11-13 Joshua RoessleinMerge pull request #122 from cduruk/parser
2011-11-13 Joshua RoessleinMerge pull request #123 from nloadholtes/nloadholtes...
2011-11-13 Joshua RoessleinMerge pull request #124 from reuteras/httplib-fix
2011-11-01 Joshua RoessleinVersion 1.8
2011-11-01 Joshua RoessleinOnly return cursors if needed.
2011-10-20 Joshua RoessleinConnect to streaming API using HTTPS by default.
2011-10-09 Peter ReuteråsFix for newer version of httplib
2011-10-08 Nick LoadholtesA new example of how to use oauth
2011-10-01 rogelioAdd Redis cache.
2011-10-01 rogelioModified MemCacheCache to raise NotImplementedError...
2011-10-01 rogelioFallback to pickle module if CPickle not found.
2011-10-01 Joshua RoessleinMerge pull request #113 from meetar/patch-1
2011-10-01 Joshua RoessleinMerge pull request #114 from meetar/patch-2
2011-10-01 rogelioAdded a use_cache flag to calls. Default is true.
2011-09-30 Can DurukAdd a RawParser to access JSON objects directly
2011-07-26 Peter RichardsonEdited setup.py via GitHub
2011-07-26 Peter RichardsonEdited username in github url from joshthecoder to...
2011-05-26 Joshua RoessleinMerge pull request #105 from hmarr/dms-show
2011-05-19 Harry MarrAdded method for direct_messages/show
2011-05-11 Josh RoessleinUpdate README.
2011-05-11 Josh RoessleinAdd Basic Authentication example.
2011-04-25 Joshua RoessleinMerged pull request #99 from panisson/master.
2011-04-18 André PanissonThe "raise exception" is overriding the stack trace...
2011-04-16 Josh RoessleinDocument installation.
2011-04-16 Josh RoessleinUpdate README
2011-04-16 Josh RoessleinCreate new blank sphinx docs.
2011-04-15 Josh Roessleindoc -> docs
2011-04-14 Josh RoessleinRemove old changelog file.
2011-04-14 Josh RoessleinRe-sync contributors.
2011-04-14 Josh RoessleinMerge streaming improvements from robinhouston.
2011-04-14 Josh RoessleinCode style fixup.
2011-04-14 AlanBellAdd User Streams.
2011-03-30 AlanBell_read_loop really didn't seem right, but somehow kinda...
2011-03-05 Robin HoustonA five-second default timeout is pretty ridiculous...
2011-03-05 Robin HoustonApply the auth before connecting, otherwise it will...
2011-03-05 Robin HoustonChange tabs to spaces, for consistency
2011-03-05 Robin HoustonImprove the options handling in the streaming.Stream...
2011-02-05 Pascal JürgensFixed default status parser to use user model from...
2011-02-05 Aaron SwartzAdd support for related_result
2011-02-05 Josh RoessleinMerge branch 'master' of github.com:joshthecoder/tweepy
2011-01-13 w43Ladded support for count parameter in filter method
2011-01-13 Johannes Faigleadded information about twitters discontinued basic...
2011-01-13 Johannes Faigleadded information about twitters discontinued basic...
2010-12-31 Clay McClurePropagate connection failure exceptions up through...
2010-10-18 Josh RoessleinInclude all parameters when signing request for OAuth.
2010-10-18 Josh RoessleinFix an error in the Stream class.
2010-10-17 Josh RoessleinFix up auth tutorial.
2010-10-17 Josh RoessleinAdd include_rts parameter to user_timeline().
2010-10-17 Josh RoessleinUse unicode for Tweepy error messges.
2010-10-17 Josh RoessleinFix a bug in the cache code which would error when...
2010-10-10 Josh RoessleinConsumer credentials must now be provided to run oauth...
2010-10-10 Josh RoessleinMove tweepyshell script to tools folder.
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.
next