tweepy.git
2012-11-15 Joshua RoessleinMerge pull request #221 from wladston/master
2012-11-15 Wladston Viana... MongoDB cache backend added.
2012-11-14 Joshua RoessleinMerge pull request #217 from inactivist/2396a55264ebf1f...
2012-11-09 Joshua RoessleinEnable TweepyErrorTests in CI builds.
2012-11-09 Joshua RoessleinMerge branch 'version' of git://github.com/alejandrogom...
2012-11-09 Joshua RoessleinAdd failing test for TweepError pickle bug.
2012-11-08 inactivistProposed fix for issue #193. Call base Exception const...
2012-11-08 Joshua RoessleinRelease 1.12
2012-11-08 Joshua RoessleinFix failing tests and tweak CI build.
2012-11-08 Joshua RoessleinRemove Python 2.5 from CI runs.
2012-11-08 Joshua RoessleinMerge pull request #203 from alejandrogomez/retweeted_b...
2012-11-08 Joshua RoessleinTweak create/destroy friendship test.
2012-11-08 Joshua RoessleinRemove deprecated trends_current().
2012-11-08 Joshua RoessleinFix travis environment variables.
2012-11-08 Joshua RoessleinAdd Travis CI config.
2012-11-08 Joshua RoessleinFix up tests to get them passing.
2012-11-08 Joshua RoessleinRemove deprecated trends endpoint.
2012-11-08 Joshua RoessleinNew README.
2012-09-05 Alejandro GómezRemove hardcoded version numbers
2012-09-05 Alejandro GómezGet retweets by user
2012-08-19 Joshua RoessleinMerge pull request #160 from hdemers/fix-memcache-get
2012-08-19 Joshua RoessleinMerge pull request #156 from kodkultur/master
2012-08-19 Joshua RoessleinDeprecating and removing tweepyshell.
2012-08-15 Joshua RoessleinBump version to 1.11.
2012-08-02 Joshua RoessleinMerge pull request #163 from webisteme/fav
2012-08-02 Joshua RoessleinMerge pull request #185 from alejandrogomez/master
2012-07-20 Joshua RoessleinMerge pull request #189 from vinsonlee/remove-public_ti...
2012-07-17 Vinson LeeRemove deprecated statuses/public_timeline.
2012-07-13 Joshua RoessleinMerge pull request #186 from jeunito/streaming_example
2012-07-12 Alejandro Gómezparse datetime for `tweepy.models.List` objects
2012-07-10 Joshua RoessleinMerge pull request #187 from jschauma/master
2012-07-10 Jan Schaumannretweeted_by_user requres an argument
2012-07-10 Jose Asuncionchanged streaming.py to oauth from basic auth
2012-07-09 Jan Schaumanndon't bump version, fix tyop
2012-07-09 Joshua RoessleinBump version to 1.10.
2012-07-09 Joshua RoessleinFix userstreams. Use delimited!
2012-07-09 Joshua RoessleinMerge pull request #179 from vinsonlee/use-oauth-in...
2012-07-09 Joshua RoessleinFix streaming to properly parse next object length.
2012-07-06 Jan SchaumannAdd support for retweeted_by_user:
2012-07-06 Jose Asuncionstreaming example
2012-07-05 Alejandro GómezExplicit imports and removal of unused variables
2012-07-05 Alejandro GómezAdd missing parameters to `verify_credentials`
2012-06-08 Vinson LeeUse OAuth for authentication in unit tests.
2012-04-17 Joshua RoessleinMerge pull request #168 from srj55.
2012-04-17 Steve JonesUpdate tweepy/streaming.py
2012-04-17 Steve JonesUpdate to streaming read loop to use delimited stream...
2012-04-16 Joshua RoessleinEncode parameters using percent-encoding for spaces.
2012-04-16 Joshua RoessleinImplemnt an urlencode that uses quote instead.
2012-04-16 Joshua RoessleinMerge pull request #164 from PabloCastellano/master
2012-04-12 Steve JonesUpdated faster read loop code. this implementation...
2012-04-09 Pablo CastellanoFix project urls
2012-04-07 EliAdded max_id param to favorites API method
2012-04-02 Hugues DemersFix memcache.set duplicated `key` arg.
2012-03-19 John GunnarssonAdded support for /friendships/lookup api call
2012-03-17 Joshua RoessleinBump to version 1.9
2012-03-09 Joshua RoessleinMerge pull request #149 from coderholic/patch-1
2012-03-08 Joshua RoessleinMerge pull request #144 from danfairs/faster-read-loop
2012-02-29 Ben Dowlinglookup users API call doesn't require authentication...
2012-02-04 Dan FairsProvide a hook for subclasses to do something when...
2012-02-04 Dan FairsCheck that the response is not closed each time around...
2012-01-31 Dan FairsUse a buffer rather than reading the Twitter response...
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...
next