tweepy.git
2020-12-29 HarmonImprove Documentation Status badge in README
2020-12-28 HarmonRemove StreamListener.on_direct_message and StreamListe...
2020-12-28 HarmonRemove Stream.sitestream and Stream.userstream
2020-12-28 HarmonRemove Stream.retweet
2020-12-28 HarmonImprove formatting in setup.py
2020-12-28 HarmonRemove Stream.firehose
2020-12-28 HarmonImprove import grouping in auth.py
2020-12-28 HarmonImprove import grouping in streaming.py
2020-12-28 HarmonRemove unnecessary start argument for range in cache...
2020-12-28 HarmonRemove extraneous newline in api.py
2020-12-27 HarmonReplace type equality check in OAuthHandler initialization
2020-12-27 HarmonImprove formatting for NoIdItem in ResultSet tests
2020-12-27 HarmonSend coverage to Coveralls in GitHub Actions Test workflow
2020-12-27 HarmonUpdate dev requirement for coveralls
2020-12-27 HarmonMerge pull request #1482 from tweepy/python-2-support...
2020-12-27 HarmonFix formatting inconsistency in Stream._run
2020-12-26 HarmonImprove formatting in is_rate_limit_error_message function
2020-12-26 HarmonRemove API.geo_similar_places
2020-12-26 HarmonUpdate documentation for sep parameter for ReadBuffer...
2020-12-26 HarmonUse next built-in function in place of next method...
2020-12-26 HarmonRemove Python 2.7 from tox configuration
2020-12-26 HarmonRemove cPickle import attempt
2020-12-26 HarmonSpecify support for Python 3.5 - 3.9 in README
2020-12-26 HarmonUpdate setup classifiers to be only Python 3
2020-12-26 HarmonUpdate Python requirement to >= 3.5
2020-12-26 HarmonRemove Python 2.7 from GitHub Actions Test workflow
2020-12-26 HarmonRemove six requirement
2020-12-26 HarmonReplace six.reraise
2020-12-26 HarmonRemove unnecessary attributes for super
2020-12-26 HarmonRemove subclassing of object
2020-12-26 HarmonReplace six.text_type with str
2020-12-26 HarmonReplace six.b with b prefix for bytes literals
2020-12-26 HarmonReplace six.BytesIO with io.BytesIO
2020-12-26 HarmonRemove no longer used variable in streaming tests
2020-12-26 HarmonUpdate urllib.parse.quote and urllib.parse.urlencode...
2020-12-26 HarmonUpdate urllib.parse.parse_qs import
2020-12-26 HarmonUpdate HTTPConnection import
2020-12-26 HarmonRemove input import from six.moves
2020-12-26 HarmonRemove u prefix from strings
2020-12-26 HarmonRemove absolute_import and print_function imports from...
2020-12-26 HarmonUse HTTPS for badge image URLs in README
2020-12-26 HarmonUpdate documentation badge to v3.10.0 in README
2020-12-26 HarmonAllow GitHub Actions Deploy workflow to be manually...
2020-12-26 HarmonExplicitly install wheel in GitHub Actions Deploy workflow
2020-12-26 HarmonRelease v3.10.0
2020-12-26 HarmonAdd changelog for version 3.10.0
2020-12-26 HarmonMerge pull request #1444 from brett-schneider/master
2020-12-26 HarmonRemove extraneous changes
2020-12-26 HarmonMerge pull request #1475 from keatonconrad/master
2020-12-26 HarmonMerge branch 'master' into master
2020-12-24 HarmonAdd support for Python 3.9
2020-12-23 HarmonRename job in GitHub Actions Test workflow
2020-12-23 HarmonAdd status badge for GitHub Actions Test workflow to...
2020-12-23 HarmonFix GitHub Actions Deploy workflow command to create...
2020-12-23 HarmonSimplify dependency installation in GitHub Actions...
2020-12-23 HarmonChange GitHub Actions Deploy workflow to run when relea...
2020-12-23 HarmonCapitalize GitHub Actions workflow name
2020-12-22 Keaton ConradResolving media_upload conflicts
2020-12-22 keatonconradResets cursor to beginning of file after guessing file...
2020-12-22 HarmonMerge pull request #1413 from fkropfhamer/no_saved_file
2020-12-22 Fabian KropfhamerUpdate tweepy/api.py
2020-12-22 Fabian Kropfhameradded check if before reading file
2020-12-21 HarmonMerge pull request #1458 from dplefevre/doc_fix
2020-12-21 Daniel LefevreUpdate docs/api.rst
2020-12-19 Daniel LefevreAdded missing allowed params to home_timeline in api.py
2020-12-19 Daniel LefevreAdded 'include_entities' to home_timeline docstring...
2020-12-19 Daniel LefevreRemoved 'exclude_replies' from parameters.rst and added...
2020-12-19 Daniel LefevreReordered 'count' in to be first allowed parameter...
2020-12-19 Daniel LefevreRemoved erroneous 'page' parameter from API.home_timeli...
2020-12-19 HarmonRemove API.update_profile_background_image
2020-12-19 keatonconradFixed None value error in f.read()
2020-12-18 HarmonUpdate cassette for API.get_oembed test
2020-12-18 HarmonUpdate test for API.get_oembed
2020-12-18 HarmonUpdate allowed parameters for API.get_oembed
2020-12-18 HarmonAdd missing information in documentation for API.get_oembed
2020-12-18 HarmonFix formatting in documentation for API.get_oembed
2020-12-16 keatonconradImage type bug fixes
2020-12-16 keatonconradAdded getting file_type by filestream
2020-11-11 Daniel LefevreFixed issue #1410
2020-10-29 Joshua RoessleinMerge pull request #1402 from tweepy/gh-actions
2020-10-29 Joshua RoessleinMerge branch 'master' into gh-actions
2020-10-29 Joshua RoessleinMerge pull request #1433 from kmcelwee/master
2020-10-29 Joshua RoessleinMerge pull request #1450 from bshmueli/patch-1
2020-10-20 bshmueliUpdate api.rst
2020-10-11 brett-schneideradd count to list_members()
2020-10-11 brett-schneiderfix: list_ownerships()
2020-10-02 brett-schneiderfixed Issue 106
2020-09-15 Kevin McElweeDocument API.get_oembed method
2020-08-10 fkropfhameradded transformation to bytes
2020-08-08 fkropfhamerfixed bug for no saved file
2020-08-02 HarmonUse proper MIME type in Content-Type header for uploade...
2020-08-02 HarmonUse mimetypes.guess_type as fallback for determining...
2020-07-25 HarmonMerge pull request #1294 from tweepy/premium-search
2020-07-16 HarmonImprove CHANGELOG for v3.9.0
2020-07-11 Josh RoessleinRelease v3.9.0
2020-07-08 Josh RoessleinDrop travis badge from readme
2020-07-08 Josh RoessleinRemove travis
2020-07-08 Josh RoessleinAdd deploy workflow and move ci to test
2020-07-08 Josh Roessleindrop nightly
2020-07-08 Josh RoessleinTrigger tests on pull requests too
next