tweepy.git
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
2020-12-31 mohammed chammahash == id
2020-12-30 mohammed chammaMerge branch 'master' into patch-1
2020-12-30 mohammed chammause id as hash since its an integer
2020-12-30 HarmonImprove formatting in streaming.py
2020-12-30 HarmonCheck consumer key and secret type when initializing...
2020-12-30 HarmonRemove unnecessary ASCII encoding of credentials in...
2020-12-30 HarmonRemove Status.__ne__ and User.__ne__
2020-12-29 HarmonImprove exception handling in Stream
2020-12-29 HarmonRemove StreamListener.on_event
2020-12-29 HarmonSimplify StreamListener.on_data
2020-12-29 HarmonMerge pull request #1484 from dplefevre/doc_fix
2020-12-29 HarmonImprove formatting for documentation for include_rts...
2020-12-29 HarmonUpdate cassette for user_timeline test
2020-12-29 HarmonUpdate user_timeline test
2020-12-29 HarmonRemove Stream.api
2020-12-29 HarmonSimplify Stream.disconnect
2020-12-29 HarmonImprove inline comment formatting in Stream._read_loop
2020-12-29 HarmonAdd Python Versions badge to README
2020-12-29 HarmonRemove unnecessary URL parameter in Documentation Statu...
2020-12-29 HarmonImprove PyPI Version badge in README
2020-12-29 HarmonAdd links to documentation and Twitter API documentatio...
2020-12-29 HarmonImprove Discord badge in README
2020-12-29 HarmonImprove Documentation Status badge in README
2020-12-28 HarmonRemove StreamListener.on_direct_message and StreamListe...
2020-12-28 HarmonRemove Stream.sitestream and Stream.userstream
2020-12-28 HarmonRemove Stream.retweet
2020-12-28 HarmonImprove formatting in setup.py
2020-12-28 HarmonRemove Stream.firehose
2020-12-28 HarmonImprove import grouping in auth.py
2020-12-28 HarmonImprove import grouping in streaming.py
2020-12-28 HarmonRemove unnecessary start argument for range in cache...
2020-12-28 HarmonRemove extraneous newline in api.py
2020-12-27 HarmonReplace type equality check in OAuthHandler initialization
2020-12-27 HarmonImprove formatting for NoIdItem in ResultSet tests
2020-12-27 HarmonSend coverage to Coveralls in GitHub Actions Test workflow
2020-12-27 HarmonUpdate dev requirement for coveralls
2020-12-27 HarmonMerge pull request #1482 from tweepy/python-2-support...
2020-12-27 Daniel LefevreRemoved erroneous uid parameter in user_timeline method...
2020-12-27 Daniel LefevreFixed missing params in user_timeline function signatur...
2020-12-27 Daniel LefevreFixed typos in include_rts param in api.rst/API.user_ti...
2020-12-27 Daniel Lefevrefixed missing 'replace' in parameters.rst
2020-12-27 HarmonFix formatting inconsistency in Stream._run
2020-12-26 Daniel LefevreReordered allowed parameters in user_timeline in api...
2020-12-26 Daniel LefevreReordered parameters on user_timeline to correspond...
2020-12-26 Daniel LefevreRemoved erroneous 'page' parameter from user_timeline...
2020-12-26 HarmonImprove formatting in is_rate_limit_error_message function
2020-12-26 HarmonRemove API.geo_similar_places
2020-12-26 HarmonUpdate documentation for sep parameter for ReadBuffer...
2020-12-26 HarmonUse next built-in function in place of next method...
2020-12-26 HarmonRemove Python 2.7 from tox configuration
2020-12-26 HarmonRemove cPickle import attempt
2020-12-26 HarmonSpecify support for Python 3.5 - 3.9 in README
2020-12-26 HarmonUpdate setup classifiers to be only Python 3
2020-12-26 HarmonUpdate Python requirement to >= 3.5
2020-12-26 HarmonRemove Python 2.7 from GitHub Actions Test workflow
2020-12-26 HarmonRemove six requirement
2020-12-26 HarmonReplace six.reraise
2020-12-26 HarmonRemove unnecessary attributes for super
2020-12-26 HarmonRemove subclassing of object
2020-12-26 HarmonReplace six.text_type with str
2020-12-26 HarmonReplace six.b with b prefix for bytes literals
2020-12-26 HarmonReplace six.BytesIO with io.BytesIO
2020-12-26 HarmonRemove no longer used variable in streaming tests
2020-12-26 HarmonUpdate urllib.parse.quote and urllib.parse.urlencode...
2020-12-26 HarmonUpdate urllib.parse.parse_qs import
2020-12-26 HarmonUpdate HTTPConnection import
2020-12-26 HarmonRemove input import from six.moves
2020-12-26 HarmonRemove u prefix from strings
2020-12-26 HarmonRemove absolute_import and print_function imports from...
2020-12-26 HarmonUse HTTPS for badge image URLs in README
2020-12-26 HarmonUpdate documentation badge to v3.10.0 in README
2020-12-26 HarmonAllow GitHub Actions Deploy workflow to be manually...
2020-12-26 HarmonExplicitly install wheel in GitHub Actions Deploy workflow
2020-12-26 HarmonRelease v3.10.0
2020-12-26 HarmonAdd changelog for version 3.10.0
2020-12-26 HarmonMerge pull request #1444 from brett-schneider/master
2020-12-26 HarmonRemove extraneous changes
2020-12-26 HarmonMerge pull request #1475 from keatonconrad/master
2020-12-26 HarmonMerge branch 'master' into master
2020-12-24 HarmonAdd support for Python 3.9
2020-12-23 HarmonRename job in GitHub Actions Test workflow
2020-12-23 HarmonAdd status badge for GitHub Actions Test workflow to...
2020-12-23 HarmonFix GitHub Actions Deploy workflow command to create...
2020-12-23 HarmonSimplify dependency installation in GitHub Actions...
2020-12-23 HarmonChange GitHub Actions Deploy workflow to run when relea...
2020-12-23 HarmonCapitalize GitHub Actions workflow name
next