tweepy.git
2021-02-12 HarmonStop allowing positional arguments for API.create_frien...
2021-02-12 HarmonUpdate cassettes for tests using API.create_friendship
2021-02-12 HarmonUpdate tests using API.create_friendship to pass keywor...
2021-02-12 HarmonRemove id endpoint parameter for API.create_friendship
2021-02-10 HarmonStop allowing positional arguments for API.destroy_dire...
2021-02-10 HarmonRequire id parameter for API.destroy_direct_message
2021-02-10 HarmonChange API.send_direct_message parameters to be keyword...
2021-02-10 HarmonStop allowing positional arguments for API.list_direct_...
2021-02-10 HarmonStop allowing positional arguments besides id for API...
2021-02-10 HarmonRequire id parameter for API.get_direct_message
2021-02-10 HarmonStop allowing positional arguments besides q for API...
2021-02-10 HarmonAdd include_entities endpoint parameter for API.search_...
2021-02-10 HarmonRequire q parameter for API.search_users
2021-02-10 HarmonImprove parameter order in API.lookup_users
2021-02-10 HarmonStop allowing positional arguments for API.lookup_users
2021-02-10 HarmonChange API.lookup_users parameters to be keyword-only
2021-02-10 HarmonRename screen_names API.lookup_users parameter to scree...
2021-02-10 HarmonRename user_ids API.lookup_users parameter to user_id
2021-02-10 HarmonStop allowing positional arguments besides url for...
2021-02-10 HarmonRequire url parameter for API.get_oembed
2021-02-10 HarmonStop allowing positional arguments for API.get_user
2021-02-10 HarmonAdd include_entities endpoint parameter for API.get_user
2021-02-10 HarmonUpdate cassettes for tests using API.get_user
2021-02-10 HarmonUpdate tests using API.get_user to pass keyword arguments
2021-02-10 HarmonRemove id endpoint parameter for API.get_user
2021-02-10 HarmonStop allowing positional arguments besides id for API...
2021-02-10 HarmonAdd count endpoint parameter for API.retweeters
2021-02-10 HarmonRequire id parameter for API.retweeters
2021-02-10 HarmonStop allowing positional arguments besides id for API...
2021-02-10 HarmonAdd trim_user endpoint parameter for API.retweets
2021-02-10 HarmonRename status_id API.retweets parameter to id
2021-02-10 HarmonStop allowing positional arguments besides id for API...
2021-02-10 HarmonAdd trim_user endpoint parameter for API.unretweet
2021-02-10 HarmonRename status_id API.unretweet parameter to id
2021-02-10 HarmonStop allowing positional arguments besides id for API...
2021-02-10 HarmonAdd trim_user endpoint parameter for API.retweet
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...
next