tweepy.git
2021-02-10 HarmonRename status_id API.retweet parameter to id
2021-02-10 HarmonStop allowing positional arguments besides id for API...
2021-02-10 HarmonAdd trim_user endpoint parameter for API.destroy_status
2021-02-10 HarmonRename status_id API.destroy_status parameter to id
2021-02-10 HarmonStop allowing positional arguments for API.create_media...
2021-02-10 HarmonPass json_payload argument directly in API.create_media...
2021-02-10 HarmonRemove endpoint_parameters argument in API.create_media...
2021-02-08 HarmonStop allowing positional arguments besides status for...
2021-02-08 HarmonRequire status parameter for API.update_status
2021-02-08 HarmonStop allowing positional arguments besides id for API...
2021-02-08 HarmonRequire id parameter for API.get_status
2021-02-08 HarmonAdd endpoint parameters for API.retweets_of_me
2021-02-08 HarmonStop allowing positional arguments for API.retweets_of_me
2021-02-08 HarmonAdd endpoint parameters for API.mentions_timeline
2021-02-08 HarmonStop allowing positional arguments for API.mentions_tim...
2021-02-08 HarmonStop allowing positional arguments for API.user_timeline
2021-02-08 HarmonStop allowing positional arguments besides id for API...
2021-02-08 HarmonRename id_ API.statuses_lookup parameter to id
2021-02-08 HarmonStop allowing positional arguments for API.home_timeline
2021-02-08 HarmonLog warning when API.request is passed an unexpected...
2021-02-07 HarmonHandle Twitter API issue with duplicate pages for API...
2021-02-07 HarmonStart on page 1 for PageIterator
2021-02-07 HarmonRename allowed_param API.request parameter to endpoint_...
2021-02-07 HarmonPass tuples instead of lists as API.request allowed_par...
2021-02-07 HarmonImprove API method docstring formatting consistency
2021-02-07 HarmonRemove allowed_param from API method docstrings
2021-02-07 HarmonRemove map_ keyword argument aliasing for API.statuses_...
2021-02-03 HarmonDefault require_auth API.request parameter to True
2021-02-03 HarmonAdd missing require_auth argument for API.request call...
2021-02-03 HarmonAdd missing require_auth arguments for API.request...
2021-02-03 HarmonPass kwargs to API.request in API.update_profile_banner
2021-02-03 HarmonRename API.bind_api to API.request
2021-02-03 HarmonAdd requests.Session instance as API.session attribute
2021-02-03 HarmonRemove binder.py
2021-02-03 HarmonAdd bind_api as API method
2021-02-03 HarmonImprove import grouping in binder.py
2021-02-03 HarmonRemove urllib.parse.quote import in binder.py
2021-02-03 HarmonRemove API.api_root and API.upload_root
2021-02-03 HarmonRename path bind_api parameter to endpoint
2021-02-03 HarmonRemove leading slash from bind_api path argument
2021-02-03 HarmonRemove trailing .json from bind_api path argument
2021-02-03 HarmonReplace execute function with bind_api
2021-02-03 HarmonChange path to positional argument for bind_api
2021-02-03 HarmonChange method to positional argument for bind_api
2021-02-03 HarmonChange api to positional argument for bind_api
2021-02-03 HarmonRemove improper bind_api argument in API.update_profile...
2021-02-02 HarmonRemove documentation for API.compression
2021-02-02 HarmonRemove API.wait_on_rate_limit_notify
2021-02-02 HarmonHandle default parser in execute function rather than...
2021-02-02 HarmonMerge build_parameters into execute function
2021-02-02 HarmonOptimize execute function
2021-02-02 HarmonPack and unpack arguments for build_parameters
2021-02-02 HarmonRemove APIMethod
2021-02-02 HarmonRemove APIMethod.session
2021-02-02 HarmonAdd and use APIMethod.execute params keyword-only argument
2021-02-02 HarmonRemove APIMethod._remaining_calls and APIMethod._reset_time
2021-02-02 HarmonSimplify bind_api
2021-02-02 HarmonRemove method parameter from parse method for Parser...
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
next