tweepy.git
2021-01-15 HarmonRequire media_id parameter for API.get_media_upload_status
2021-01-15 HarmonFix API.get_media_upload_status allowed_param documentation
2021-01-15 HarmonImprove kwarg order consistency in API.get_media_upload...
2021-01-15 HarmonPass command kwarg directly in API.get_media_upload_status
2021-01-14 HarmonRename API.media_upload test with MP4 and cassette...
2021-01-14 HarmonUpdate cassette for API.media_upload test with video
2021-01-14 HarmonMerge branch 'master' into video-upload
2021-01-14 HarmonTreat all 2xx HTTP status codes as successful responses
2021-01-14 HarmonImprove formatting in API.media_upload
2021-01-14 HarmonAllow uploading of video file types other than MP4
2021-01-14 HarmonUse proper MIME type for images for chunked media upload
2021-01-14 HarmonRemove unnecessary os.path.basename usage in API.chunke...
2021-01-14 HarmonRemove API._pack_image
2021-01-14 HarmonImprove API.update_with_media file uploading
2021-01-14 HarmonSpecify file parameter for API.update_with_media explicitly
2021-01-14 HarmonHandle arguments and keyword arguments for API.update_p...
2021-01-14 HarmonHandle arguments and keyword arguments for API.update_p...
2021-01-14 HarmonRemove unnecessary API argument in API.update_profile_image
2021-01-14 HarmonImprove API.update_profile_banner file uploading
2021-01-14 HarmonSpecify file parameter for API.update_profile_banner...
2021-01-14 HarmonImprove API.update_profile_image file uploading
2021-01-14 HarmonRename API.update_profile_image file_ parameter to...
2021-01-14 HarmonRemove API.search_host, API.search_root, and APIMethod...
2021-01-13 HarmonRemove unnecessary allowed_param argument for API.creat...
2021-01-13 HarmonRemove unnecessary allowed_param arguments for media...
2021-01-13 HarmonRemove payload_type and parser arguments for API.chunke...
2021-01-13 HarmonImprove comments in API.chunked_upload
2021-01-13 HarmonRemove image types constant
2021-01-13 HarmonAdd media_category parameter to API.chunked_upload
2021-01-13 HarmonAdd media_category parameter to API.simple_upload
2021-01-13 HarmonUse initial file pointer location in API.chunked_upload
2021-01-13 HarmonReplace file size check in API.media_upload with chunke...
2021-01-13 HarmonRemove file type check in API.media_upload
2021-01-13 HarmonHandle upload chunk size in bytes
2021-01-13 HarmonRemove default and max chunk size constants
2021-01-13 HarmonBase minimum chunk size for uploads on actual file...
2021-01-12 HarmonRemove max file size checks for chunked uploads
2021-01-12 HarmonFix logic in determining number of segments in API...
2021-01-12 HarmonOptimize determination of number of segments in API...
2021-01-12 HarmonReuse previously determined file size in API.chunked_upload
2021-01-12 HarmonSimplify API.chunked_upload
2021-01-12 HarmonImprove variable names in API.chunked_upload
2021-01-12 HarmonHandle additional_owners parameter in API.chunked_uploa...
2021-01-12 HarmonImprove formatting in API tests
2021-01-12 HarmonImprove formatting in rate limit tests
2021-01-12 HarmonRename API.simple_upload and API.chunked_upload f param...
2021-01-12 HarmonRename variable from f to file in API.media_upload
2021-01-12 HarmonSpecify API.chunked_upload parameters explicitly
2021-01-12 HarmonFix API.chunked_upload file object parameter name
2021-01-12 HarmonRemove urllib.parse.urlencode import
2021-01-12 HarmonRefactor API.chunked_upload
2021-01-12 HarmonRename API.image_upload to API.simple_upload
2021-01-12 HarmonRename API.upload_chunked to API.chunked_upload
2021-01-12 HarmonUpdate cassettes for API.media_upload tests with GIF...
2021-01-12 HarmonUse files parameter of requests Session.request for...
2021-01-12 HarmonFix file parameter size determination in API.media_upload
2021-01-12 HarmonImprove clarity of API.media_upload
2021-01-12 HarmonReplace str.format usage with f-strings
2021-01-12 HarmonReplace old C-style string formatting/interpolation...
2021-01-12 HarmonMerge branch 'master' into video-upload
2021-01-12 HarmonSet COVERALLS_SERVICE_NAME to github in GitHub Actions...
2021-01-12 HarmonReplace os.error with OSError
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
next