tweepy.git
2021-01-19 HarmonHandle connection errors when streaming
2021-01-15 HarmonImplement API.retweet and API.unretweet test
2021-01-14 HarmonTreat all 2xx HTTP status codes as successful responses
2021-01-14 HarmonRemove API.search_host, API.search_root, and APIMethod...
2021-01-12 HarmonImprove formatting in API tests
2021-01-12 HarmonImprove formatting in rate limit tests
2021-01-12 HarmonSet COVERALLS_SERVICE_NAME to github in GitHub Actions...
2021-01-11 HarmonRemove API._remove_list_members
2021-01-11 HarmonRemove API._add_list_members
2021-01-11 HarmonRemove API._lookup_friendships
2021-01-11 HarmonAllow sending Call-To-Action buttons with Direct Messages
2021-01-11 HarmonImprove clarity of and optimize API.send_direct_message
2021-01-11 HarmonAllow sending Quick Reply Options with Direct Messages
2021-01-11 HarmonMerge pull request #1487 from tweepy/python-3.5-support...
2021-01-10 HarmonImprove formatting in Status and User methods
2021-01-10 HarmonMerge pull request #1282 from okomestudio/ts/lists_owne...
2021-01-10 HarmonUpdate cassette for API.lists_ownerships test
2021-01-10 HarmonMerge branch 'master' into ts/lists_ownerships
2021-01-10 Taro SatoUpdate tweepy/models.py
2021-01-10 Taro SatoUpdate tweepy/api.py
2021-01-10 Taro SatoUpdate docs/api.rst
2021-01-10 Taro SatoUpdate tweepy/api.py
2021-01-10 Taro SatoUpdate docs/api.rst
2021-01-10 Taro SatoUpdate docs/api.rst
2021-01-10 HarmonRemove API._send_direct_message
2021-01-10 HarmonRemove unnecessary allowed_param argument in API._send_...
2021-01-08 HarmonMerge branch 'master' into python-3.5-support-removal
2021-01-06 HarmonReduce extra sleep time for rate limit handling in...
2021-01-06 HarmonImprove clarity of rate limit handling in APIMethod...
2021-01-06 HarmonOptimize HTTP status code checks and retry handling...
2021-01-06 HarmonImprove APIMethod.execute check for 420 and 429 HTTP...
2021-01-05 HarmonRemove explicit handling of requests.ReadTimeout in...
2021-01-05 HarmonHandle requests.ReadTimeout in Stream
2021-01-05 HarmonSimplify requests imports in streaming.py
2021-01-04 HarmonRename StreamListener.keep_alive to StreamListener...
2021-01-04 HarmonImprove variable name in Stream
2021-01-04 HarmonRemove Stream._data method
2021-01-04 HarmonRemove unused variable in Stream
2021-01-03 HarmonRemove parse_a_href and parse_html_value functions
2021-01-03 HarmonReplace convert_to_utf8_str function with str cast
2021-01-03 HarmonOptimize list_to_csv function
2021-01-03 HarmonReplace parse_datetime function with email.utils.parsed...
2021-01-02 HarmonUpdate copyright years to include 2021
2020-12-31 HarmonAdd and use mixins for Status and User
2020-12-31 HarmonMerge pull request #1306 from mef51/patch-1
2020-12-31 mohammed chammahash == id
2020-12-30 mohammed chammaMerge branch 'master' into patch-1
2020-12-30 mohammed chammause id as hash since its an integer
2020-12-30 HarmonImprove formatting in streaming.py
2020-12-30 HarmonCheck consumer key and secret type when initializing...
2020-12-30 HarmonRemove unnecessary ASCII encoding of credentials in...
2020-12-30 HarmonRemove Status.__ne__ and User.__ne__
2020-12-29 HarmonImprove exception handling in Stream
2020-12-29 HarmonRemove StreamListener.on_event
2020-12-29 HarmonSimplify StreamListener.on_data
2020-12-29 HarmonMerge pull request #1484 from dplefevre/doc_fix
2020-12-29 HarmonImprove formatting for documentation for include_rts...
2020-12-29 HarmonUpdate cassette for user_timeline test
2020-12-29 HarmonUpdate user_timeline test
2020-12-29 HarmonRemove Stream.api
2020-12-29 HarmonSimplify Stream.disconnect
2020-12-29 HarmonImprove inline comment formatting in Stream._read_loop
2020-12-29 HarmonAdd Python Versions badge to README
2020-12-29 HarmonRemove unnecessary URL parameter in Documentation Statu...
2020-12-29 HarmonImprove PyPI Version badge in README
2020-12-29 HarmonAdd links to documentation and Twitter API documentatio...
2020-12-29 HarmonImprove Discord badge in README
2020-12-29 HarmonImprove Documentation Status badge in README
2020-12-28 HarmonRemove StreamListener.on_direct_message and StreamListe...
2020-12-28 HarmonMerge branch 'master' into python-3.5-support-removal
2020-12-28 HarmonRemove Stream.sitestream and Stream.userstream
2020-12-28 HarmonMerge branch 'master' into python-3.5-support-removal
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 HarmonMerge branch 'master' into python-3.5-support-removal
2020-12-28 HarmonReplace str.format usage with f-strings
2020-12-28 HarmonReplace old C-style string formatting/interpolation...
2020-12-28 HarmonRemove unnecessary start argument for range in cache...
2020-12-28 HarmonRemove extraneous newline in api.py
2020-12-28 HarmonSpecify support for Python 3.6 - 3.9 in README
2020-12-28 HarmonRemove Python 3.5 setup classifier
2020-12-28 HarmonUpdate Python requirement to >= 3.6
2020-12-28 HarmonRemove Python 3.5 from GitHub Actions Test workflow
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 Daniel LefevreRemoved erroneous uid parameter in user_timeline method...
2020-12-27 Daniel LefevreFixed missing params in user_timeline function signatur...
2020-12-27 Daniel LefevreFixed typos in include_rts param in api.rst/API.user_ti...
2020-12-27 Daniel Lefevrefixed missing 'replace' in parameters.rst
2020-12-27 HarmonFix formatting inconsistency in Stream._run
2020-12-26 Daniel LefevreReordered allowed parameters in user_timeline in api...
2020-12-26 Daniel LefevreReordered parameters on user_timeline to correspond...
2020-12-26 Daniel LefevreRemoved erroneous 'page' parameter from user_timeline...
2020-12-26 HarmonImprove formatting in is_rate_limit_error_message function
next