tweepy.git
2021-01-23 HarmonReplace Stream.auth with parameters and attributes...
2021-01-23 HarmonImprove variable name in Stream._run
2021-01-23 HarmonRemove old and superfluous comments in Stream._run
2021-01-23 HarmonRemove Stream parameters and attributes for reconnect...
2021-01-23 HarmonRemove Stream.url
2021-01-23 HarmonMake Stream._start threaded parameter keyword-only...
2021-01-23 HarmonReplace Stream proxies parameter with proxy
2021-01-23 HarmonRemove Python 3.5 from tox configuration
2021-01-23 HarmonClose requests Session at the end of Stream._run
2021-01-22 HarmonRemove Stream.new_session
2021-01-22 HarmonAllow requests Session to determine Content-Type header...
2021-01-22 HarmonRemove Stream.host
2021-01-22 HarmonRemove Stream.headers
2021-01-22 HarmonPass params as kwarg to Stream._start and Stream._run...
2021-01-22 HarmonUse context manager for requests.Response in Stream
2021-01-22 HarmonRemove Stream.filter encoding parameter
2021-01-22 HarmonPass daemon directly when initializing Thread in Stream
2021-01-22 HarmonDefault Stream._start threaded parameter to False
2021-01-22 HarmonRename is_async Stream.filter and Stream.sample paramet...
2021-01-22 HarmonRemove Stream.body
2021-01-22 HarmonUse requests Response.iter_lines in Stream
2021-01-22 HarmonRemove dependence on string length delimitation in...
2021-01-21 HarmonRestrict requests and requests_oauthlib major version...
2021-01-21 HarmonUpdate requests_oauthlib dependency requirement to...
2021-01-21 HarmonRename StreamListener.on_error to on_request_error
2021-01-19 HarmonRename StreamListener.on_timeout to on_connection_error
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
next