tweepy.git
2022-10-26 HarmonUpdate actions/setup-python from v3 to v4
2022-10-26 HarmonUpdate actions/setup-python from v2 to v3
2022-10-26 HarmonAdd support for Python 3.11
2022-10-25 HarmonChange API method docstrings to raw strings
2022-10-25 HarmonImprove formatting in api.py
2022-10-25 HarmonMerge pull request #1861 from lqhuang/fix-meta-attr...
2022-10-25 Lanqing HuangAdjust line length for `AsyncPaginator` docstring
2022-10-25 Lanqing HuangAdjust docstring for sync/async Paginator
2022-10-24 HarmonRelease v4.11.0
2022-10-24 HarmonAdd changelog for version 4.11.0
2022-10-24 HarmonAdd version changed directive to documentation for...
2022-10-24 HarmonAdd version changed directive to documentation for API
2022-10-24 Lanqing HuangFix incorrect `Response` type for `AsyncPaginator`...
2022-10-24 Lanqing HuangFix handling of `meta` attr for different response...
2022-10-24 Lanqing HuangFix `AttributeError` by accessing `meta` field when...
2022-10-22 HarmonUpdate changelog references in FAQ
2022-10-22 HarmonImprove documentation for wait_on_rate_limit parameter...
2022-10-22 HarmonLower API v2 streaming timeout to 20 seconds
2022-10-21 HarmonHandle 429 HTTP errors for streaming
2022-10-20 HarmonNormalize import order in asynchronous.__init__
2022-10-20 HarmonUpdate models.List methods to use list ID instead of...
2022-10-20 HarmonUpdate models.List methods to pass keyword arguments...
2022-10-10 HarmonAdd pagination for AsyncClient
2022-10-09 HarmonAdd version changed directive to documentation for...
2022-10-09 HarmonUpdate signature for get_quote_tweets in documentation
2022-10-08 HarmonAdd version changed directive to documentation for...
2022-10-08 HarmonUpdate signature for get_list_tweets in documentation
2022-10-08 HarmonFix changelog heading for version 4.0.1
2022-10-08 HarmonAdd sections for old and previously missing versions...
2022-10-08 HarmonAdd release dates to changelog
2022-10-07 HarmonUpdate cassettes for testing methods that return Tweet...
2022-10-07 HarmonSupport edit_history_tweet_ids and edit_controls Tweet...
2022-10-05 HarmonCheck oauth_client is not None in AsyncBaseStream._connect
2022-10-04 HarmonChange AsyncBaseStream._connect oauth_1 parameter to...
2022-10-04 HarmonAdd oauth_1 parameter to AsyncBaseStream._connect for...
2022-10-04 HarmonSupport include_ext_edit_control parameter for API...
2022-10-04 HarmonUse tuple for API.indicate_direct_message_typing endpoi...
2022-09-16 HarmonLog text of HTTP response when handling request error...
2022-08-25 HarmonAdd support for exclude parameter for get_quote_tweets
2022-08-23 HarmonRelease v4.10.1
2022-08-23 HarmonAdd changelog for version 4.10.1
2022-08-20 HarmonIgnore AsyncClient method parameters explicitly passed...
2022-08-19 HarmonAdd support for get_list_tweets parameters
2022-08-18 HarmonCorrect typo in documentation for add_rules and delete_...
2022-08-18 HarmonFix handling of StreamRule in list passed to delete_rules
2022-06-01 HarmonLog text of HTTP response when handling request error...
2022-05-24 HarmonUpdate Requests documentation URL for Intersphinx linking
2022-05-20 HarmonMerge pull request #1902 from Myyyth/master
2022-05-20 HarmonRelease v4.10.0
2022-05-20 HarmonAdd changelog for version 4.10.0
2022-05-20 TimurFix request method non-awaitable after receiving rate...
2022-05-20 HarmonAdd Client.get_home_timeline and AsyncClient.get_home_t...
2022-05-20 HarmonImprove documentation for AsyncStream proxy parameter
2022-05-20 HarmonAdd Raises section to StreamingClient.sample documentation
2022-05-20 HarmonAdd Raises section to StreamingClient.filter documentation
2022-05-20 HarmonAdd Raises section to Stream.sample documentation
2022-05-20 HarmonImprove Raises section of Stream.filter documentation
2022-05-20 HarmonAdd note about new Twitter Developer Apps in AsyncStrea...
2022-05-20 HarmonAdd note about new Twitter Developer Apps in Stream...
2022-05-20 HarmonRemove StreamRule.__init__ documentation
2022-05-19 HarmonNote deprecation of compliance messages for AsyncStream...
2022-05-19 HarmonDeprecate AsyncStream.sample
2022-05-19 HarmonAdd asynchronous.AsyncStreamingClient
2022-05-18 HarmonUpdate the User-Agent header based on AsyncStream.user_...
2022-05-18 HarmonPercent-encode colons in URL query values for AsyncClie...
2022-05-18 HarmonCheck for async_lru when importing asynchronous subpackage
2022-05-17 HarmonMerge pull request #1893 from TheLovinator1/master
2022-05-14 Joakim HellsénFix wrong parameter in docstring
2022-05-10 HarmonAdd asynchronous.AsyncClient
2022-05-07 HarmonImprove method name for Client blocks methods test
2022-05-07 HarmonImprove unittest.TestCase subclass name for Client...
2022-05-07 HarmonSeparate Response documentation from Client documentation
2022-05-07 HarmonSeparate documentation on expansions and fields
2022-05-05 HarmonImprove heading level in v4.9.0 changelog
2022-05-05 HarmonRelease v4.9.0
2022-05-05 HarmonAdd changelog for version 4.9.0
2022-04-30 HarmonNote deprecation of compliance messages for Stream...
2022-04-30 HarmonDeprecate Stream.sample
2022-04-21 HarmonHandle "error" key of response being a string in HTTPEx...
2022-04-19 HarmonFix logging documentation to use lowercase logger name
2022-04-19 HarmonUpdate documentation for Media.url
2022-04-19 HarmonUpdate documentation for Space.subscriber_count
2022-04-14 HarmonFallback to detail response value for HTTPException...
2022-04-06 HarmonRemove tests_require from setup.py
2022-04-05 HarmonUpdate lower bound for dev extra tox requirement
2022-04-05 HarmonUse setup.cfg for tox configuration
2022-04-05 HarmonStop creating universal wheels
2022-04-05 HarmonExplicitly specify coverage requirement for dev extra
2022-04-05 HarmonUse setup.cfg for coverage.py configuration
2022-04-03 HarmonImprove API.indicate_direct_message_typing test cassett...
2022-04-03 HarmonImprove Client test cassette names
2022-04-03 HarmonDefault to YAML serializer for cassettes
2022-04-03 HarmonAdd API.indicate_direct_message_typing and API.mark_dir...
2022-03-24 HarmonAdd Client test and cassette for Bookmarks methods
2022-03-24 HarmonImprove formatting in Client tests
2022-03-24 HarmonRelease v4.8.0
2022-03-24 HarmonAdd changelog for version 4.8.0
2022-03-24 HarmonAdd Client.remove_bookmark, Client.get_bookmarks, and...
2022-03-24 HarmonRaise NotFound when encountering 404 status codes in...
2022-03-24 HarmonDefault oauth_1 kwarg to False for Client._get_authenti...
next