tweepy.git
2014-10-10 kjwon15Add __ne__ method for tweepy.models.Status
2014-10-10 kjwon15Comparison between Status object
2014-10-09 Aaron1011Merge pull request #491 from prabeesh/master
2014-10-09 Prabeesh KFix AttributeError
2014-10-02 Aaron HillFix __init__.py
2014-09-30 Aaron1011Merge pull request #489 from chebee7i/lookup_users
2014-09-30 chebee7iUse POST for users/lookup.
2014-09-23 Aaron1011Merge pull request #486 from muraty/PEP8fix
2014-09-23 Omer Murat... fix merge conflicts
2014-09-23 Omer Murat... Merge branch 'PEP8fix' of https://github.com/muraty...
2014-09-23 Omer Murat... fix merge conflicts
2014-09-23 Omer Murat... fix merge conflicts
2014-09-23 Omer Murat... Fix some pep8 errors
2014-09-23 Omer Murat... fix some pep8 errors
2014-09-23 Omer Murat... Fix some PEP8 errors
2014-09-23 Omer Murat... Revert "Fix some PEP8 errors"
2014-09-20 Aaron1011Merge pull request #488 from joausaga/master
2014-09-19 joausagaChange the required version of the requirement package...
2014-09-19 Aaron1011Merge pull request #487 from bryant1410/patch-1
2014-09-19 Santiago Castro"cd tweepy" command after git clone in README
2014-09-19 Omer Murat... Fix some pep8 errors
2014-09-19 Aaron1011Merge pull request #485 from volnt/patch-1
2014-09-19 volntUpdate docstrings and methods in api.py.
2014-09-18 Omer Murat... fix some pep8 errors
2014-09-17 Omer Murat... Fix some PEP8 errors
2014-09-17 muratFix some PEP8 errors
2014-08-19 Aaron1011Merge pull request #482 from kureta/master
2014-08-19 kuretaAdded language option at sample streaming endpoint
2014-08-13 Aaron1011Merge pull request #476 from snarfed/master
2014-08-13 Ryan Barrettlog warning about Twitter API bug: signin_with_twitter...
2014-08-12 Ryan Barrettadd access_type kwarg to OAuthHandler.get_authorization...
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
next