tweepy.git
2014-08-11 Aaron HillRemove Python Package Documentation
2014-08-10 Aaron1011Merge pull request #474 from Kjwon15/handling-friends
2014-08-10 kjwon15Handling message "friends" on streaming.
2014-08-09 Aaron1011Merge pull request #472 from chimeno/search_results_app...
2014-08-08 Daniel ChimenoExample of getting the model instance from factory
2014-08-05 Aaron1011Merge pull request #467 from ydacheville/minor-bugfix
2014-08-05 Yannick Dachevilleadded allowed_param to update_profile_image
2014-07-28 Aaron1011Merge pull request #462 from mikefromlyon69/patch-1
2014-07-28 Mickaël FossoChange to make sure tweepy use SSL
2014-07-16 Aaron1011Merge pull request #460 from zebpalmer/master
2014-07-16 Zeb Palmerreword rate limit notify msg
2014-07-01 Aaron HillRemove delimited=length from sample stream
2014-07-01 Katsunori SUZUIFix tweepy.API.update_with_madia
2014-07-01 Katsunori SUZUIFix tweepy.API.update_with_media
2014-06-23 Aaron1011Merge pull request #455 from Ignalion/Issue453
2014-06-23 ConstantineUpdate streaming.py
2014-06-22 Aaron1011Merge pull request #350 from Aaron1011/sitestream
2014-06-21 Aaron1011Merge pull request #454 from arudmin/patch-1
2014-06-21 ArudminUpdate api.py
2014-06-19 Aaron1011Merge pull request #452 from pilbot/fix-setup
2014-06-19 William CookeFix setup.py to not attempt importing uninstalled libra...
2014-06-18 Aaron HillDon't pass self to API methods
2014-06-18 Aaron HillMerge branch 'foutoucour-master'
2014-06-18 Aaron HillMerge branch 'master' of https://github.com/foutoucour...
2014-06-18 Aaron HillUnescape stream data from Twitter
2014-06-13 Aaron1011Merge pull request #450 from 7kry/master
2014-06-13 Katsunori SUZUIFix tweepy.API.update_with_madia
2014-06-13 Katsunori SUZUIFix tweepy.API.update_with_media
2014-06-10 Aaron1011Merge pull request #446 from andreip/master
2014-06-09 Andrei PetreIdIterator fix TypeError: _call() got multiple values...
2014-06-03 Jordi RieraAdded two missed api=self.
2014-05-31 Jordi RieraBack to **config.
2014-05-31 Jordi RieraAdded api as argument of bind_api, changed to explicit...
2014-05-31 Jordi RieraImplementation of bindings as properties, update of...
2014-05-31 Jordi Rierascripts to test ofind dead links in urls provided in...
2014-05-29 Aaron1011Merge pull request #442 from arudmin/patch-1
2014-05-28 ArudminUpdate api.py
2014-05-18 Aaron HillUse tweepy.Cursor instead of Cursor in cursor tutorial
2014-05-14 Aaron HillDon't manually decompress GZIP data
2014-05-14 Aaron HillDon't reset session in APIMethod
2014-05-12 Aaron1011Merge pull request #437 from gjreda/master
2014-05-12 Greg RedaRemove documentation for a bunch of deprecated methods
2014-05-09 Aaron HillUse self.session.params instead of self.parameters...
2014-05-09 Aaron1011Merge pull request #435 from skrew/master
2014-05-09 skrewUpdate streaming.py
2014-05-06 Aaron HillFix streaming headers in filter()
2014-05-06 Aaron HillAdd missing 'count' parameter to followers_ids
2014-05-04 Aaron1011Merge pull request #430 from foutoucour/master
2014-05-04 Jordi Rierapumped up the version.
2014-05-03 Aaron HillMerge branch 'foutoucour-master'
2014-05-03 Aaron HillMerge branch 'master' of https://github.com/foutoucour...
2014-05-03 Aaron HillDocument API.statuses_lookup
2014-05-03 Aaron HillAdd API method for /statuses/lookup.json
2014-05-03 Jordi RieraAttempt to improve the error message if parser argument...
2014-05-03 Jordi RieraAttempt to improve the error message if parser argument...
2014-04-29 Aaron HillFix API constructor method signature in docs
2014-04-29 Aaron HillUpdate API constructor documentation
2014-04-29 Aaron HillAdd proxy support
2014-04-28 Joshua RoessleinRemove Google group and replace with discuss forum
2014-04-27 Aaron HillFix Application-only auth
2014-04-27 Joshua RoessleinRemove all uses of HTTP.
2014-04-27 Joshua RoessleinFix mistake in setup file.
2014-04-27 Joshua RoessleinMerge pull request #403 from kk6/prototype
2014-04-27 Joshua RoessleinFix errors due to Requests merge.
2014-04-27 Aaron1011Merge pull request #400 from tweepy/updated_requests
2014-04-27 Aaron HillReset session after making request
2014-04-27 Aaron HillInstall requirements.txt on Travis CI
2014-04-27 Aaron HillClean up OAuthHandler variables
2014-04-27 Aaron HillGet parameters from Requests session
2014-04-27 Aaron HillIt's status_code, not status, in Requests
2014-04-27 Aaron HillEncode stream parameters
2014-04-27 Aaron HillAdded explanation to exception handling
2014-04-27 Aaron HillUse right library this time :)
2014-04-27 Aaron HillAdded dependencies
2014-04-27 Aaron HillUse Requests's OAuth for XAuth
2014-04-27 Aaron HillRemoved old code
2014-04-27 Aaron HillUse Requests's OAuth
2014-04-27 Aaron HillUse Requests instead of httplib
2014-04-24 Aaron HillDocument API.update_with_media
2014-04-24 Aaron HillFix mistake in docs
2014-04-24 Aaron HillAllow passing a file object to _pack_image and related...
2014-04-19 Aaron HillFix _run method
2014-04-19 Aaron1011Merge pull request #418 from marianitadn/log-location...
2014-04-19 marianitadnRaise error if locations list has the wrong length
2014-04-19 Aaron HillFix wait_on_rate_limit_notify
2014-04-18 Aaron HillMake IdIterator not dependent on the parser being used
2014-04-18 Aaron1011Merge pull request #415 from cpcoats/master
2014-04-18 Cody Coatsremoving extra whitespace
2014-04-18 Cody Coatsadded feature for printing remaining time when max...
2014-04-18 Aaron HillCheck against self._remaining_calls, not rem_calls
2014-04-18 Aaron HillAlways expose remaining calls and reset time
2014-04-18 Aaron1011Merge pull request #390 from nirg/monitor_rate_limit
2014-04-17 Aaron1011Merge pull request #413 from shogo82148/application...
2014-04-17 Ichinose Shogosupport application-only auth
2014-04-13 Aaron HillChange all uses of 'count' to 'num_tweets'
2014-04-13 Aaron1011Merge pull request #409 from ruxandraburtica/userstream...
2014-04-13 Aaron HillDon't make an unnecessary API call in PageIterator
2014-04-12 Aaron HillMake IdIerator work correctly (Finally!)
2014-04-09 Aaron1011Merge pull request #308 from drevicko/search-1.1-cursor-fix
2014-04-09 Aaron HillUpdate 'Getting Started' page
next