tweepy.git
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
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-28 kk6Fix args according docs.
2014-03-27 kk6rebase
2014-03-27 kk6Fixed user_ids and screen_names argument of the new...
2014-03-27 kk6added multiple list members operatio api methods
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
next