tweepy.git
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
2014-04-09 Aaron HillRemove test() method from the docs
2014-04-08 Aaron HillRevert "Don't add 'delimited=length' to self.parameters"
2014-04-08 Aaron HillDon't add 'delimited=length' to self.parameters
2014-04-08 Aaron HillRemove 'count' parameter from endpoint that no longer...
2014-04-08 Ruxandra BurticaStream - add all parameters to the URL when making...
2014-04-08 Ruxandra BurticaAdded failing test for connecting to userstream with...
2014-04-05 Aaron1011Merge pull request #408 from jonathanronen/master
2014-04-04 Jonathan RonenAdd _json field to user and status models, including...
2014-04-04 Aaron1011Merge pull request #407 from pikeas/master
2014-04-03 Aris PikeasOnly call _data if stream.running=True
2014-03-28 Aaron HillRevert "Disable record.json upload for now."
2014-03-18 Joshua RoessleinDeploy from production branch.
2014-03-18 Joshua RoessleinRelease 2.3.
2014-03-18 Joshua RoessleinDisable record.json upload for now.
2014-03-18 Joshua RoessleinOnly run tests agains Twitter API on production branch.
2014-03-16 Joshua RoessleinDisable failing test.
2014-03-16 Joshua RoessleinMerge pull request #401 from tweepy/s3_upload
2014-03-16 Joshua RoessleinAdd S3 keys and bucket name.
2014-03-10 Aaron HillAdd __init__.py to examples
2014-03-09 Aaron HillUpdated parameters for search_users
2014-03-09 Aaron HillUpload HTTP record to S3 after a successful test
2014-03-07 Joshua RoessleinDisable Python 2.6 matrix.
2014-03-07 Joshua RoessleinEnable PyPI deployments.
2014-02-21 Aaron HillUse new print syntax in cache
2014-02-21 Aaron HillUse new print syntax for Python 3 compatibility
2014-02-21 Aaron HillRemove unused import
2014-02-21 Aaron HillUse new exception-related syntax for Python 3 compatibility
2014-02-20 Aaron1011Merge pull request #252 from inactivist/add-model-repr
2014-02-20 Aaron1011Merge pull request #389 from NoMoKeTo/patch-1
2014-02-20 Aaron1011Fixed typo
2014-02-20 Aaron1011Merge pull request #392 from tweepy/new_docs
2014-02-18 Aaron HillRemove public_timeline method, which no longer exists
2014-02-18 Aaron HillRemoved BasicAuth code snippet
2014-02-18 Aaron HillRemoved Basic Auth references
2014-02-18 Aaron HillRevert "Create new blank sphinx docs."
2014-02-09 Nir GrinbergAdded monitoring of api rate limits and waiting for...
2014-01-27 NoMoKeToMore Precision in Coordinate-Search
2014-01-21 Aaron HillUpdated userstream parameters
2014-01-21 Aaron HillUse STREAM_VERSION in userstream endpoint
2014-01-20 Joshua RoessleinRelease 2.2
2014-01-20 Joshua RoessleinAdd more changelog notes for 2.2 release.
2014-01-20 Joshua RoessleinAdd contributor.
2014-01-16 Joshua RoessleinAuth handlers should use HTTPS by default.
2014-01-08 Aaron HillEnable fast finishing on Travis CI
2014-01-07 Aaron HillAdd additional parameters for followers/list
2014-01-07 Aaron HillMerge pull request #376 from AbhishekGahlot/master
2014-01-07 Abhishek GahlotAdded count field to followers list
2013-12-27 Joshua RoessleinFix syntax error caused by bad merge.
2013-12-27 Joshua RoessleinMerge pull request #235.
2013-12-27 Ruxandra BurticaSupport setting the starting cursor position...
2013-12-25 Aaron HillMerge pull request #309 from drevicko/fix-missing-param...
2013-12-23 drevickoMerge rebased branch 'master' into fix-missing-params...
2013-12-22 Aaron HillMerge pull request #142 from danfairs/unicode-track...
2013-12-22 Dan FairsEncode track and follow parameters to UTF8. Blindly...
2013-12-22 Aaron HillFix update_with_media test
2013-12-22 Aaron HillMerge pull request #244 from paulofreitas/patch-1
2013-12-22 Aaron HillMerge pull request #364 from vmeyet/update-status-with...
2013-12-22 Vivien Meyetupdate-status-with-media add update with media feature
2013-12-22 Joshua RoessleinAdd API.cached_result.
2013-12-21 Aaron HillOnly use master branch for build status
2013-12-21 Aaron HillMerge pull request #374 from selentium/master
2013-12-21 VladimirAdded count parameter to search API method
2013-12-21 Aaron HillMerge branch 'backoff' of https://github.com/tewalds...
2013-12-21 Aaron HillMerge pull request #354 from lysol/master
2013-12-21 Aaron HillMerge pull request #363 from iamedd/master
2013-12-20 Aaron HillMake Python 2.6 an allowed failure on Travis CI
2013-12-18 Aaron HillMerge pull request #372 from Aaron1011/unittest2
2013-12-18 Aaron HillUse unittest2 for Python 2.6 compatibility
2013-12-18 Aaron HillUpdate year in LICENSE
next