tweepy.git
2021-02-02 HarmonMove APIMethod.build_parameters call from APIMethod...
2021-02-02 HarmonReplace APIMethod.api with APIMethod.execute api parameter
2021-02-02 HarmonReplace APIMethod.parser with APIMethod.execute keyword...
2021-02-02 HarmonReplace APIMethod.allowed_param with build_parameters...
2021-02-02 HarmonReplace APIMethod.payload_list and APIMethod.payload_type
2021-01-29 HarmonChange return_cursors parse methods parameter to be...
2021-01-29 HarmonReplace APIMethod.headers with APIMethod.execute keywor...
2021-01-29 HarmonReplace APIMethod.path with APIMethod.execute path...
2021-01-29 HarmonReplace APIMethod.upload_api with APIMethod.execute...
2021-01-29 HarmonReplace APIMethod.require_auth with APIMethod.execute...
2021-01-29 HarmonReplace APIMethod.json_payload with APIMethod.execute...
2021-01-29 HarmonReplace APIMethod.post_data with APIMethod.execute...
2021-01-29 HarmonReplace APIMethod.return_cursors with APIMethod.execute...
2021-01-29 HarmonReplace APIMethod.method with APIMethod.execute method...
2021-01-29 HarmonReplace APIMethod.use_cache with APIMethod.execute...
2021-01-29 HarmonImprove formatting in APIMethod.execute
2021-01-29 HarmonRemove APIMethod.build_path
2021-01-29 HarmonReplace API.geo_id id allowed_param with place_id parameter
2021-01-29 HarmonReplace API.destroy_saved_search id allowed_param with...
2021-01-29 HarmonReplace API.get_saved_search id allowed_param with...
2021-01-29 HarmonReplace API.retweets id allowed_param with status_id...
2021-01-29 HarmonReplace API.unretweet id allowed_param with status_id...
2021-01-29 HarmonReplace API.retweet id allowed_param with status_id...
2021-01-29 HarmonRemove API.destroy_status id allowed_param from docstring
2021-01-29 HarmonReplace API.destroy_status id allowed_param with status...
2021-01-29 HarmonRemove API.related_results
2021-01-29 HarmonRemove APIMethod.wait_on_rate_limit_notify
2021-01-29 HarmonRemove APIMethod.wait_on_rate_limit
2021-01-29 HarmonRemove APIMethod.retry_errors
2021-01-29 HarmonRemove APIMethod.retry_delay
2021-01-29 HarmonRemove APIMethod.retry_count
2021-01-29 HarmonMove APIMethod out of bind_api
2021-01-28 HarmonRemove check for IdIterator.method.__self__ in IdIterat...
2021-01-28 HarmonRemove monkey patching in IdIterator.next
2021-01-28 HarmonDefault to Status model in SearchResults.parse more...
2021-01-28 HarmonDefault to User model in Status.parse more broadly...
2021-01-28 HarmonRemove API.compression
2021-01-28 HarmonStop manually setting Host header in APIMethod
2021-01-28 HarmonStop overriding default requests Session headers in...
2021-01-28 HarmonRemove duplicate max_id allowed_param in API.favorites
2021-01-28 HarmonPass arguments directly to bind_api in API methods
2021-01-28 HarmonFix API.lookup_users docstring consistency
2021-01-28 HarmonImprove error log message in Stream.on_data
2021-01-26 HarmonImprove docstrings for Stream listener methods
2021-01-26 HarmonImprove error messages in Stream.filter and Stream...
2021-01-26 HarmonImprove clarity and coherence of Stream._connect
2021-01-26 HarmonImprove quotation mark consistency in Stream
2021-01-25 HarmonUse specific user agent for Stream
2021-01-25 HarmonPass headers explicitly in Stream.filter
2021-01-25 HarmonChange Stream.sample method to use GET HTTP method
2021-01-24 HarmonAdd Stream.on_disconnect method
2021-01-24 HarmonRename Stream.on_disconnect to on_disconnect_message
2021-01-24 HarmonStop reraising exceptions in Stream._connect
2021-01-24 HarmonImprove Stream.running check in Stream._connect
2021-01-24 HarmonDisregard return value from Stream.on_connection_error
2021-01-24 HarmonDisregard return value from Stream.on_data
2021-01-24 HarmonDisregard return value from Stream.on_request_error
2021-01-24 HarmonStop disconnecting by default in Stream.on_request_error
2021-01-24 HarmonLog by default in Stream.on_closed
2021-01-24 HarmonMerge StreamListener into Stream
2021-01-24 HarmonRemove StreamListener.api
2021-01-24 HarmonImprove order in StreamListener
2021-01-24 HarmonLog by default in StreamListener methods
2021-01-23 HarmonReturn thread when using threaded Stream.filter and...
2021-01-23 HarmonOptimize Stream.filter
2021-01-23 HarmonImprove Stream.filter order and formatting
2021-01-23 HarmonChange Stream.filter to use keyword-only arguments
2021-01-23 HarmonChange Stream.sample to use keyword-only arguments
2021-01-23 HarmonImprove order and formatting in Stream.sample
2021-01-23 HarmonChange Stream._thread to thread
2021-01-23 HarmonChange Stream._start to _threaded_connect
2021-01-23 HarmonSet Stream.running in Stream._connect instead of Stream...
2021-01-23 HarmonRename Stream._run to _connect
2021-01-23 HarmonDefine Stream initialization keyword-only arguments...
2021-01-23 HarmonImprove Stream initialization order and formatting
2021-01-23 HarmonName Thread in Stream
2021-01-23 HarmonRename Stream.retry_count to max_retries
2021-01-23 HarmonRemove STREAM_VERSION
2021-01-23 HarmonImprove order of Stream methods
2021-01-23 HarmonRemove Stream._read_loop
2021-01-23 HarmonDefault Stream.retry_count to infinity
2021-01-23 HarmonRemove unnecessary trailing slash from Documentation...
2021-01-23 HarmonRemove requests socks extra from setup.py install_requires
2021-01-23 HarmonRemove Stream.timeout
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
next