[Python-modules-commits] [praw] branch master updated (8d3a8c0 -> de9fbda)

Josué Ortega josue at moszumanska.debian.org
Sat Oct 28 21:13:02 UTC 2017


This is an automated email from the git hooks/post-receive script.

josue pushed a change to branch master
in repository praw.

      from  8d3a8c0   Added texinfo to Build-Depends
       new  1164fe4   Adds .git-dpm file
       new  2e19e6d   Removes wrong .git-dpm
      adds  dba9360   Imported Upstream version 3.3.0
       new  3661a6e   Don't automatically check for updates
       new  41b6639   Remove reference to tests not included in tarball
       new  a9f25ac   Prevent privacy breach in documentation
       new  3b33e76   Initialize git-dpm
       new  2ee72de   record new upstream branch created by importing praw_5.0.1.orig.tar.gz
       new  15376d9   Import praw_5.0.1.orig.tar.gz
       new  43b5aa8   merge patched into master
       new  38d5e61   Updates maintainer and uploaders field
       new  dd10648   Import praw_5.2.0.orig.tar
       new  7131f97   record new upstream branch created by importing praw_5.2.0.orig.tar and merge it
       new  2101729   Changes version to 5.2.0-1
       new  de9fbda   d/control: Adds python3-prawcore as dependency

The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.rst                                        |  1323 +--
 COPYING                                            |   674 --
 LICENSE.txt                                        |    22 +
 MANIFEST.in                                        |    12 +-
 PKG-INFO                                           |   321 +-
 README.rst                                         |   273 +-
 debian/.git-dpm                                    |     8 +
 debian/changelog                                   |    11 +
 debian/control                                     |    33 +-
 debian/patches/disable-tests.patch                 |    20 -
 debian/patches/fix-privacy-issue.patch             |    24 -
 debian/patches/no-autoupdate.patch                 |    54 -
 debian/patches/series                              |     3 -
 docs/Makefile                                      |   308 +-
 docs/{ => _build/html}/_static/CodeUrl.png         |   Bin
 docs/{ => _build/html}/_static/CreateApp.png       |   Bin
 docs/_build/html/_static/comment-bright.png        |   Bin 0 -> 3500 bytes
 docs/_build/html/_static/comment-close.png         |   Bin 0 -> 3578 bytes
 docs/_build/html/_static/comment.png               |   Bin 0 -> 3445 bytes
 docs/_build/html/_static/down-pressed.png          |   Bin 0 -> 347 bytes
 docs/_build/html/_static/down.png                  |   Bin 0 -> 347 bytes
 docs/_build/html/_static/file.png                  |   Bin 0 -> 358 bytes
 docs/_build/html/_static/minus.png                 |   Bin 0 -> 173 bytes
 docs/_build/html/_static/plus.png                  |   Bin 0 -> 173 bytes
 docs/_build/html/_static/up-pressed.png            |   Bin 0 -> 345 bytes
 docs/_build/html/_static/up.png                    |   Bin 0 -> 345 bytes
 docs/code_overview/exceptions.rst                  |    14 +
 docs/code_overview/models/comment.rst              |     5 +
 docs/code_overview/models/livethread.rst           |     5 +
 docs/code_overview/models/liveupdate.rst           |     5 +
 docs/code_overview/models/message.rst              |     5 +
 docs/code_overview/models/modmailconversation.rst  |     5 +
 docs/code_overview/models/more.rst                 |     5 +
 docs/code_overview/models/multireddit.rst          |     5 +
 docs/code_overview/models/redditor.rst             |     5 +
 docs/code_overview/models/submission.rst           |     5 +
 docs/code_overview/models/subreddit.rst            |     5 +
 docs/code_overview/models/wikipage.rst             |     5 +
 docs/code_overview/other.rst                       |    69 +
 docs/code_overview/other/auth.rst                  |     5 +
 docs/code_overview/other/commentforest.rst         |     5 +
 docs/code_overview/other/commenthelper.rst         |     5 +
 docs/code_overview/other/commentmoderation.rst     |     5 +
 .../other/contributorrelationship.rst              |     5 +
 docs/code_overview/other/domainlisting.rst         |     5 +
 docs/code_overview/other/listinggenerator.rst      |     5 +
 .../other/livecontributorrelationship.rst          |     5 +
 .../code_overview/other/livethreadcontribution.rst |     5 +
 .../code_overview/other/liveupdatecontribution.rst |     5 +
 docs/code_overview/other/moderatorrelationship.rst |     5 +
 docs/code_overview/other/modmail.rst               |     5 +
 docs/code_overview/other/modmailmessage.rst        |     5 +
 docs/code_overview/other/redditbase.rst            |     5 +
 docs/code_overview/other/redditorlist.rst          |     5 +
 docs/code_overview/other/redditorstream.rst        |     5 +
 docs/code_overview/other/sublisting.rst            |     5 +
 docs/code_overview/other/submissionflair.rst       |     5 +
 docs/code_overview/other/submissionmoderation.rst  |     5 +
 docs/code_overview/other/subredditfilters.rst      |     5 +
 docs/code_overview/other/subredditflair.rst        |     5 +
 .../other/subredditflairtemplates.rst              |     5 +
 .../other/subredditlinkflairtemplates.rst          |     5 +
 docs/code_overview/other/subredditmessage.rst      |     5 +
 docs/code_overview/other/subredditmoderation.rst   |     5 +
 docs/code_overview/other/subredditquarantine.rst   |     5 +
 .../other/subredditredditorflairtemplates.rst      |     5 +
 docs/code_overview/other/subredditrelationship.rst |     5 +
 docs/code_overview/other/subredditstream.rst       |     5 +
 docs/code_overview/other/subredditstylesheet.rst   |     5 +
 docs/code_overview/other/subredditwiki.rst         |     5 +
 docs/code_overview/other/util.rst                  |    12 +
 docs/code_overview/other/wikipagemoderation.rst    |     5 +
 docs/code_overview/praw_models.rst                 |    18 +
 docs/code_overview/reddit/front.rst                |     5 +
 docs/code_overview/reddit/inbox.rst                |     5 +
 docs/code_overview/reddit/live.rst                 |     5 +
 docs/code_overview/reddit/multireddit.rst          |     5 +
 docs/code_overview/reddit/subreddit.rst            |     5 +
 docs/code_overview/reddit/subreddits.rst           |     5 +
 docs/code_overview/reddit/user.rst                 |     5 +
 docs/code_overview/reddit_instance.rst             |    17 +
 docs/conf.py                                       |   292 +-
 docs/examples/lmgtfy_bot.py                        |    37 +
 docs/examples/obtain_refresh_token.py              |    94 +
 docs/genindex.rst                                  |     2 +
 docs/getting_started/authentication.rst            |   197 +
 docs/getting_started/configuration.rst             |    41 +
 .../configuration/environment_variables.rst        |    20 +
 docs/getting_started/configuration/options.rst     |   120 +
 docs/getting_started/configuration/prawini.rst     |    92 +
 .../configuration/reddit_initialization.rst        |    21 +
 docs/getting_started/installation.rst              |    48 +
 docs/getting_started/logging.rst                   |    29 +
 docs/getting_started/multiple_instances.rst        |    44 +
 docs/getting_started/quick_start.rst               |   293 +
 docs/index.rst                                     |   278 +-
 docs/package_info/change_log.rst                   |     1 +
 docs/package_info/contributing.rst                 |   114 +
 docs/package_info/references.rst                   |    18 +
 docs/pages/changelog.rst                           |     9 -
 docs/pages/code_overview.rst                       |    59 -
 docs/pages/comment_parsing.rst                     |   142 -
 docs/pages/configuration_files.rst                 |   214 -
 docs/pages/contributor_guidelines.rst              |    43 -
 docs/pages/exceptions.rst                          |    87 -
 docs/pages/faq.rst                                 |   126 -
 docs/pages/getting_started.rst                     |   148 -
 docs/pages/lazy-loading.rst                        |    78 -
 docs/pages/multiprocess.rst                        |    85 -
 docs/pages/oauth.rst                               |   287 -
 docs/pages/useful_scripts.rst                      |   175 -
 docs/pages/writing_a_bot.rst                       |   349 -
 docs/tutorials/comments.rst                        |   140 +
 docs/tutorials/refresh_token.rst                   |    13 +
 docs/tutorials/reply_bot.rst                       |   242 +
 praw.egg-info/PKG-INFO                             |   321 +-
 praw.egg-info/SOURCES.txt                          |   869 +-
 praw.egg-info/entry_points.txt                     |     3 -
 praw.egg-info/requires.txt                         |     6 +-
 praw/__init__.py                                   |  2691 +----
 praw/config.py                                     |   109 +
 praw/const.py                                      |   190 +
 praw/decorator_helpers.py                          |    25 -
 praw/decorators.py                                 |   285 -
 praw/errors.py                                     |   524 -
 praw/exceptions.py                                 |    43 +
 praw/handlers.py                                   |   242 -
 praw/helpers.py                                    |   285 -
 praw/internal.py                                   |   226 -
 praw/models/__init__.py                            |    31 +
 praw/models/auth.py                                |   121 +
 praw/models/base.py                                |    41 +
 praw/models/comment_forest.py                      |   178 +
 praw/models/front.py                               |    11 +
 praw/models/helpers.py                             |   194 +
 praw/models/inbox.py                               |   291 +
 praw/models/list/__init__.py                       |     1 +
 praw/models/list/base.py                           |    43 +
 praw/models/list/redditor.py                       |     8 +
 praw/models/listing/__init__.py                    |     1 +
 praw/models/listing/domain.py                      |    17 +
 praw/models/listing/generator.py                   |    79 +
 praw/models/listing/listing.py                     |    35 +
 praw/models/listing/mixins/__init__.py             |     6 +
 praw/models/listing/mixins/base.py                 |   125 +
 praw/models/listing/mixins/gilded.py               |    18 +
 praw/models/listing/mixins/redditor.py             |   137 +
 praw/models/listing/mixins/rising.py               |    29 +
 praw/models/listing/mixins/submission.py           |    18 +
 praw/models/listing/mixins/subreddit.py            |    81 +
 praw/models/modaction.py                           |    16 +
 praw/models/reddit/__init__.py                     |     1 +
 praw/models/reddit/base.py                         |    83 +
 praw/models/reddit/comment.py                      |   197 +
 praw/models/reddit/live.py                         |   625 +
 praw/models/reddit/message.py                      |    59 +
 praw/models/reddit/mixins/__init__.py              |    84 +
 praw/models/reddit/mixins/editable.py              |    26 +
 praw/models/reddit/mixins/gildable.py              |    11 +
 praw/models/reddit/mixins/inboxable.py             |    53 +
 praw/models/reddit/mixins/inboxtoggleable.py       |    16 +
 praw/models/reddit/mixins/messageable.py           |    45 +
 praw/models/reddit/mixins/replyable.py             |    16 +
 praw/models/reddit/mixins/reportable.py            |    15 +
 praw/models/reddit/mixins/savable.py               |    20 +
 praw/models/reddit/mixins/votable.py               |    46 +
 praw/models/reddit/modmail.py                      |   267 +
 praw/models/reddit/more.py                         |    69 +
 praw/models/reddit/multi.py                        |   137 +
 praw/models/reddit/redditor.py                     |   173 +
 praw/models/reddit/submission.py                   |   440 +
 praw/models/reddit/subreddit.py                    |  2148 ++++
 praw/models/reddit/wikipage.py                     |   179 +
 praw/models/stylesheet.py                          |     7 +
 praw/models/subreddits.py                          |   103 +
 praw/models/user.py                                |    86 +
 praw/models/util.py                                |   175 +
 praw/multiprocess.py                               |   104 -
 praw/objector.py                                   |   137 +
 praw/objects.py                                    |  1917 ---
 praw/praw.ini                                      |    95 +-
 praw/reddit.py                                     |   484 +
 praw/settings.py                                   |    48 -
 setup.cfg                                          |    18 +-
 setup.py                                           |   106 +-
 tests/__init__.py                                  |     4 +-
 .../test__to_reddit_list_with_object.json          |     1 -
 .../test_accept_moderator_invite_fail.json         |     1 -
 tests/cassettes/test_add_and_remove_subreddit.json |     1 -
 tests/cassettes/test_add_comment.json              |     1 -
 tests/cassettes/test_add_link_flair.json           |     1 -
 .../test_add_link_flair_to_invalid_subreddit.json  |     1 -
 tests/cassettes/test_add_link_template.json        |     1 -
 tests/cassettes/test_add_moderator__failure.json   |     1 -
 tests/cassettes/test_add_remove_friends.json       |     1 -
 .../cassettes/test_add_remove_moderator_oauth.json |     1 -
 ...test_add_remove_wiki_ban_contributor_oauth.json |     1 -
 .../test_add_remove_wiki_editor_oauth.json         |     1 -
 tests/cassettes/test_add_reply.json                |     1 -
 tests/cassettes/test_add_user_flair__css_only.json |     1 -
 .../test_add_user_flair__text_and_css.json         |     1 -
 .../cassettes/test_add_user_flair__text_only.json  |     1 -
 .../test_add_user_flair_to_invalid_user.json       |     1 -
 tests/cassettes/test_add_user_template.json        |     1 -
 tests/cassettes/test_all_comments.json             |     1 -
 tests/cassettes/test_approve_and_remove.json       |     1 -
 tests/cassettes/test_attribute_error.json          |     1 -
 tests/cassettes/test_ban.json                      |     1 -
 tests/cassettes/test_cache.json                    |     1 -
 tests/cassettes/test_clear_link_templates.json     |     1 -
 tests/cassettes/test_clear_user_flair.json         |     1 -
 tests/cassettes/test_clear_user_templates.json     |     1 -
 ...st_comments_contains_no_noncomment_objects.json |     1 -
 tests/cassettes/test_comments_method.json          |     1 -
 tests/cassettes/test_comparison.json               |     1 -
 tests/cassettes/test_contributors.json             |     1 -
 tests/cassettes/test_copy_multireddit.json         |     1 -
 .../test_create_and_delete_multireddit.json        |     1 -
 .../cassettes/test_create_and_delete_redditor.json |     1 -
 tests/cassettes/test_create_subreddit.json         |     1 -
 tests/cassettes/test_decode_entities.json          |     1 -
 tests/cassettes/test_delete_flair.json             |     1 -
 tests/cassettes/test_delete_header.json            |     1 -
 tests/cassettes/test_delete_image.json             |     1 -
 tests/cassettes/test_delete_invalid_image.json     |     1 -
 tests/cassettes/test_delete_invalid_params.json    |     1 -
 tests/cassettes/test_display_name_lazy_update.json |     1 -
 tests/cassettes/test_display_name_refresh.json     |     1 -
 .../test_distinguish_and_undistinguish.json        |     1 -
 tests/cassettes/test_duplicate_login.json          |     1 -
 tests/cassettes/test_edit.json                     |     1 -
 tests/cassettes/test_edit_multireddit.json         |     1 -
 tests/cassettes/test_edit_oauth.json               |     1 -
 tests/cassettes/test_edit_wiki_page.json           |     1 -
 tests/cassettes/test_edit_wiki_page_editors.json   |     1 -
 tests/cassettes/test_edit_wiki_page_settings.json  |     1 -
 tests/cassettes/test_equality.json                 |     1 -
 tests/cassettes/test_flair_csv_and_flair_list.json |     1 -
 tests/cassettes/test_flair_csv_empty.json          |     1 -
 tests/cassettes/test_flair_csv_many.json           |     1 -
 tests/cassettes/test_flair_csv_optional_args.json  |     1 -
 tests/cassettes/test_flair_csv_requires_user.json  |     1 -
 tests/cassettes/test_friends_oauth.json            |     1 -
 .../test_front_page_comment_replies_are_none.json  |     1 -
 tests/cassettes/test_get_access_information.json   |     1 -
 ...t_get_access_information_with_invalid_code.json |     1 -
 tests/cassettes/test_get_banned__note.json         |     1 -
 tests/cassettes/test_get_comment_replies.json      |     1 -
 tests/cassettes/test_get_comments.json             |     1 -
 tests/cassettes/test_get_comments_gilded.json      |     1 -
 tests/cassettes/test_get_comments_permalink.json   |     1 -
 tests/cassettes/test_get_contributors_private.json |     1 -
 tests/cassettes/test_get_contributors_public.json  |     1 -
 .../test_get_contributors_public_exception.json    |     1 -
 tests/cassettes/test_get_controversial.json        |     1 -
 tests/cassettes/test_get_edited_oauth.json         |     1 -
 tests/cassettes/test_get_flair_list.json           |     1 -
 tests/cassettes/test_get_front_page.json           |     1 -
 tests/cassettes/test_get_hidden.json               |     1 -
 tests/cassettes/test_get_message.json              |     1 -
 tests/cassettes/test_get_mod_log.json              |     1 -
 .../test_get_mod_log_with_action_filter.json       |     1 -
 .../test_get_mod_log_with_mod_by_name.json         |     1 -
 ...st_get_mod_log_with_mod_by_redditor_object.json |     1 -
 tests/cassettes/test_get_mod_queue.json            |     1 -
 tests/cassettes/test_get_mod_queue_multi.json      |     1 -
 .../test_get_mod_queue_with_default_subreddit.json |     1 -
 .../test_get_moderators_contributors_oauth.json    |     1 -
 tests/cassettes/test_get_modlog_oauth.json         |     1 -
 tests/cassettes/test_get_multireddit.json          |     1 -
 tests/cassettes/test_get_my_contributions.json     |     1 -
 tests/cassettes/test_get_my_moderation.json        |     1 -
 tests/cassettes/test_get_my_multis.json            |     1 -
 tests/cassettes/test_get_my_subreddits.json        |     1 -
 tests/cassettes/test_get_new.json                  |     1 -
 tests/cassettes/test_get_new_subreddits.json       |     1 -
 tests/cassettes/test_get_popular_subreddits.json   |     1 -
 tests/cassettes/test_get_post_replies.json         |     1 -
 .../cassettes/test_get_priv_sr_comments_oauth.json |     1 -
 .../cassettes/test_get_priv_sr_listing_oauth.json  |     1 -
 .../test_get_priv_submission_comments_oauth.json   |     1 -
 tests/cassettes/test_get_randnsfw_subreddit.json   |     1 -
 tests/cassettes/test_get_random_submission.json    |     1 -
 tests/cassettes/test_get_random_subreddit.json     |     1 -
 tests/cassettes/test_get_redditor.json             |     1 -
 tests/cassettes/test_get_rising.json               |     1 -
 tests/cassettes/test_get_sticky.json               |     1 -
 tests/cassettes/test_get_sticky__not_found.json    |     1 -
 .../test_get_submission_by_url_oauth.json          |     1 -
 tests/cassettes/test_get_submissions.json          |     1 -
 tests/cassettes/test_get_submitted.json            |     1 -
 .../test_get_subreddit_recommendations.json        |     1 -
 tests/cassettes/test_get_top.json                  |     1 -
 tests/cassettes/test_get_unmoderated.json          |     1 -
 .../cassettes/test_get_unread_update_has_mail.json |     1 -
 .../cassettes/test_get_upvoted_and_downvoted.json  |     1 -
 tests/cassettes/test_get_wiki_page.json            |     1 -
 tests/cassettes/test_get_wiki_pages.json           |     1 -
 tests/cassettes/test_hide_oauth.json               |     1 -
 .../test_ignore_and_unignore_reports.json          |     1 -
 tests/cassettes/test_inbox_comment_permalink.json  |     1 -
 .../test_inbox_comment_replies_are_none.json       |     1 -
 tests/cassettes/test_info_by_id.json               |     1 -
 tests/cassettes/test_info_by_invalid_id.json       |     1 -
 ...fo_by_known_url_returns_known_id_link_post.json |     1 -
 .../test_info_by_url_also_found_by_id.json         |     1 -
 .../test_info_by_url_maximum_listing.json          |     1 -
 .../test_invalid_set_access_credentials.json       |     1 -
 tests/cassettes/test_is_username_available.json    |     1 -
 .../cassettes/test_join_leave_moderator_oauth.json |     1 -
 .../cassettes/test_login__deprecation_warning.json |     1 -
 tests/cassettes/test_mark_as_nsfw__exception.json  |     1 -
 ..._mark_as_nsfw_and_umark_as_nsfw__as_author.json |     1 -
 ...rk_as_nsfw_and_umark_as_nsfw__as_moderator.json |     1 -
 tests/cassettes/test_mark_as_read.json             |     1 -
 tests/cassettes/test_mark_as_unread.json           |     1 -
 tests/cassettes/test_mark_multiple_as_read.json    |     1 -
 tests/cassettes/test_mod_mail_send.json            |     1 -
 tests/cassettes/test_moderator.json                |     1 -
 ..._oauth_required__logged_in_from_reddit_obj.json |     1 -
 ...th_required__logged_in_from_submission_obj.json |     1 -
 ...uth_required__logged_in_from_subreddit_obj.json |     1 -
 .../cassettes/test_moderator_required__multi.json  |     1 -
 .../cassettes/test_multiple_subreddit__fetch.json  |     1 -
 tests/cassettes/test_multireddit_get_new.json      |     1 -
 tests/cassettes/test_name_lazy_update.json         |     1 -
 .../test_oauth_without_identy_doesnt_set_user.json |     1 -
 tests/cassettes/test_pickling_v0.json              |     1 -
 tests/cassettes/test_pickling_v1.json              |     1 -
 tests/cassettes/test_pickling_v2.json              |     1 -
 .../cassettes/test_raise_invalidcomment_oauth.json |     1 -
 .../test_raise_invalidsubmission_oauth.json        |     1 -
 .../test_raise_invalidsubreddit_oauth.json         |     1 -
 tests/cassettes/test_read_inbox_oauth.json         |     1 -
 tests/cassettes/test_read_wikipage_oauth.json      |     1 -
 tests/cassettes/test_redditor_comparison.json      |     1 -
 tests/cassettes/test_remove_oauth.json             |     1 -
 tests/cassettes/test_rename_multireddit.json       |     1 -
 .../test_reply_to_message_and_verify.json          |     1 -
 tests/cassettes/test_report.json                   |     1 -
 tests/cassettes/test_revision_by.json              |     1 -
 tests/cassettes/test_save_comment.json             |     1 -
 tests/cassettes/test_save_submission.json          |     1 -
 tests/cassettes/test_scope_creddits.json           |     1 -
 tests/cassettes/test_scope_history.json            |     1 -
 tests/cassettes/test_scope_identity.json           |     1 -
 tests/cassettes/test_scope_modposts.json           |     1 -
 tests/cassettes/test_scope_mysubreddits.json       |     1 -
 tests/cassettes/test_scope_privatemessages.json    |     1 -
 tests/cassettes/test_scope_read.json               |     1 -
 .../cassettes/test_scope_read_get_front_page.json  |     1 -
 tests/cassettes/test_scope_wikiread_wiki_page.json |     1 -
 tests/cassettes/test_search.json                   |     1 -
 .../test_search_multiply_submitted_url.json        |     1 -
 tests/cassettes/test_search_reddit_names.json      |     1 -
 .../test_search_single_submitted_url.json          |     1 -
 tests/cassettes/test_search_with_syntax.json       |     1 -
 tests/cassettes/test_search_with_time_window.json  |     1 -
 tests/cassettes/test_select_link_flair.json        |     1 -
 .../test_select_link_flair_custom_text.json        |     1 -
 tests/cassettes/test_select_link_flair_remove.json |     1 -
 tests/cassettes/test_select_user_flair.json        |     1 -
 .../test_select_user_flair_custom_text.json        |     1 -
 tests/cassettes/test_select_user_flair_remove.json |     1 -
 tests/cassettes/test_send.json                     |     1 -
 tests/cassettes/test_send_from_sr.json             |     1 -
 tests/cassettes/test_send_from_subreddit.json      |     1 -
 tests/cassettes/test_send_invalid.json             |     1 -
 .../cassettes/test_send_privatemessage_oauth.json  |     1 -
 tests/cassettes/test_set_access_credentials.json   |     1 -
 .../test_set_access_credentials_with_list.json     |     1 -
 .../test_set_access_credentials_with_string.json   |     1 -
 .../test_set_individuals_flair_oauth.json          |     1 -
 tests/cassettes/test_set_settings.json             |     1 -
 tests/cassettes/test_set_settings_oauth.json       |     1 -
 tests/cassettes/test_set_stylesheet.json           |     1 -
 tests/cassettes/test_set_stylesheet_oauth.json     |     1 -
 tests/cassettes/test_set_suggested_sort.json       |     1 -
 tests/cassettes/test_short_link.json               |     1 -
 tests/cassettes/test_solve_captcha.json            |     1 -
 .../test_spambox_comments_replies_are_none.json    |     1 -
 tests/cassettes/test_sticky_unsticky.json          |     1 -
 tests/cassettes/test_store_json_result.json        |     1 -
 tests/cassettes/test_store_lazy_json_result.json   |     1 -
 tests/cassettes/test_submission_delete.json        |     1 -
 .../test_submission_edit__link_failure.json        |     1 -
 tests/cassettes/test_submission_edit__self.json    |     1 -
 .../cassettes/test_submission_hide_and_unhide.json |     1 -
 .../test_submission_hide_and_unhide_batch.json     |     1 -
 tests/cassettes/test_submission_refresh.json       |     1 -
 tests/cassettes/test_submit__duplicate_url.json    |     1 -
 .../cassettes/test_submit__invalid_arguments.json  |     1 -
 tests/cassettes/test_submit__self.json             |     1 -
 .../cassettes/test_submit__self_with_no_body.json  |     1 -
 tests/cassettes/test_submit_oauth.json             |     1 -
 tests/cassettes/test_subreddit_refresh.json        |     1 -
 tests/cassettes/test_subreddit_search.json         |     1 -
 .../cassettes/test_subscribe_and_unsubscribe.json  |     1 -
 tests/cassettes/test_subscribe_oauth.json          |     1 -
 tests/cassettes/test_unicode_comment.json          |     1 -
 tests/cassettes/test_unicode_submission.json       |     1 -
 tests/cassettes/test_unique_count_zero.json        |     1 -
 .../test_update_settings__descriptions.json        |     1 -
 tests/cassettes/test_upload_invalid_file_path.json |     1 -
 tests/cassettes/test_upload_invalid_image.json     |     1 -
 .../cassettes/test_upload_invalid_image_path.json  |     1 -
 .../test_upload_invalid_image_too_large.json       |     1 -
 .../test_upload_invalid_image_too_small.json       |     1 -
 tests/cassettes/test_upload_invalid_params.json    |     1 -
 tests/cassettes/test_upload_jpg_header.json        |     1 -
 tests/cassettes/test_user_comment_permalink.json   |     1 -
 .../test_user_comment_replies_are_none.json        |     1 -
 tests/cassettes/test_user_set_on_login.json        |     1 -
 tests/cassettes/test_vote_oauth.json               |     1 -
 tests/cassettes/test_voting.json                   |     1 -
 tests/cassettes/test_wiki_ban.json                 |     1 -
 tests/cassettes/test_wiki_contributors.json        |     1 -
 tests/conftest.py                                  |    83 +
 tests/files/big                                    |   Bin 512001 -> 0 bytes
 tests/files/invalid.jpg                            |   Bin 127 -> 0 bytes
 tests/files/white-square                           |     1 -
 tests/files/white-square.jpg                       |   Bin 522 -> 0 bytes
 tests/files/white-square.png                       |   Bin 951 -> 0 bytes
 tests/files/white-square.tiff                      |   Bin 1178 -> 0 bytes
 tests/helper.py                                    |   170 -
 tests/integration/__init__.py                      |    32 +
 ...Implicit.test_implicit__with_invalid_token.json |    54 +
 .../TestAuthImplicit.test_scopes__read_only.json   |    56 +
 .../cassettes/TestAuthScript.test_scopes.json      |    56 +
 .../cassettes/TestAuthWeb.test_authorize.json      |    56 +
 .../TestAuthWeb.test_scopes__read_only.json        |    56 +
 .../TestComment.parent__from_replies.json          |   113 +
 .../cassettes/TestComment.test_attributes.json     |   100 +
 .../cassettes/TestComment.test_block.json          |   153 +
 .../cassettes/TestComment.test_clear_vote.json     |   102 +
 .../cassettes/TestComment.test_delete.json         |   153 +
 .../TestComment.test_disable_inbox_replies.json    |   113 +
 .../cassettes/TestComment.test_downvote.json       |   102 +
 .../cassettes/TestComment.test_edit.json           |   103 +
 .../TestComment.test_enable_inbox_replies.json     |   113 +
 .../TestComment.test_gild__no_creddits.json        |   101 +
 .../cassettes/TestComment.test_invalid.json        |    99 +
 .../cassettes/TestComment.test_mark_read.json      |   153 +
 .../cassettes/TestComment.test_mark_unread.json    |   153 +
 .../cassettes/TestComment.test_parent__chain.json  |   386 +
 .../TestComment.test_parent__comment.json          |   164 +
 ...stComment.test_parent__comment_from_forest.json |   110 +
 .../TestComment.test_parent__submission.json       |   164 +
 .../cassettes/TestComment.test_refresh.json        |   164 +
 .../TestComment.test_refresh__deleted_comment.json |   164 +
 ...TestComment.test_refresh__raises_exception.json |   164 +
 .../TestComment.test_refresh__removed_comment.json |   166 +
 .../cassettes/TestComment.test_refresh__twice.json |   221 +
 .../cassettes/TestComment.test_reply.json          |   103 +
 .../cassettes/TestComment.test_report.json         |   102 +
 .../cassettes/TestComment.test_save.json           |   102 +
 .../cassettes/TestComment.test_unsave.json         |   102 +
 .../cassettes/TestComment.test_upvote.json         |   102 +
 .../TestCommentForest.test_replace__all.json       |  1010 ++
 .../TestCommentForest.test_replace__all_large.json | 11846 +++++++++++++++++++
 ...orest.test_replace__all_with_comment_limit.json |  2868 +++++
 ...Forest.test_replace__all_with_comment_sort.json |  1988 ++++
 ...t.test_replace__on_comment_from_submission.json |   500 +
 ...mentForest.test_replace__on_direct_comment.json |   224 +
 .../TestCommentForest.test_replace__skip_all.json  |   104 +
 ...tCommentForest.test_replace__skip_at_limit.json |   154 +
 ...tForest.test_replace__skip_below_threshold.json |   354 +
 .../TestCommentModeration.test_approve.json        |   112 +
 .../TestCommentModeration.test_distinguish.json    |   113 +
 ...CommentModeration.test_distinguish__sticky.json |   169 +
 .../TestCommentModeration.test_ignore_reports.json |   112 +
 .../TestCommentModeration.test_remove.json         |   112 +
 .../TestCommentModeration.test_undistinguish.json  |   113 +
 ...estCommentModeration.test_unignore_reports.json |   112 +
 .../TestDomainListing.test_controversial.json      |   110 +
 .../cassettes/TestDomainListing.test_hot.json      |   110 +
 .../cassettes/TestDomainListing.test_new.json      |   110 +
 .../TestDomainListing.test_random_rising.json      |   110 +
 .../cassettes/TestDomainListing.test_rising.json   |   109 +
 .../cassettes/TestDomainListing.test_top.json      |   110 +
 .../cassettes/TestFront.test_controversial.json    |   104 +
 .../cassettes/TestFront.test_gilded.json           |   104 +
 .../integration/cassettes/TestFront.test_hot.json  |   104 +
 .../integration/cassettes/TestFront.test_new.json  |   104 +
 .../integration/cassettes/TestFront.test_top.json  |   104 +
 .../integration/cassettes/TestInbox.test_all.json  |   102 +
 .../cassettes/TestInbox.test_all__with_limit.json  |   153 +
 .../cassettes/TestInbox.test_comment_replies.json  |   102 +
 .../TestInbox.test_comment_reply__refresh.json     |   170 +
 .../cassettes/TestInbox.test_mark_read.json        |   306 +
 .../cassettes/TestInbox.test_mark_unread.json      |   306 +
 .../cassettes/TestInbox.test_mention__refresh.json |   168 +
 .../cassettes/TestInbox.test_mentions.json         |   112 +
 .../cassettes/TestInbox.test_message.json          |   112 +
 .../TestInbox.test_message__unauthorized.json      |   112 +
 .../cassettes/TestInbox.test_message_collapse.json |   341 +
 .../TestInbox.test_message_uncollapse.json         |   341 +
 .../cassettes/TestInbox.test_messages.json         |   102 +
 .../integration/cassettes/TestInbox.test_sent.json |   102 +
 .../TestInbox.test_submission_replies.json         |   102 +
 .../cassettes/TestInbox.test_unread.json           |   153 +
 .../cassettes/TestInbox__test_stream.json          |   167 +
 .../TestListingGenerator.test_exhaust_items.json   |   614 +
 .../TestListingGenerator.test_no_items.json        |   103 +
 ...ContributorRelationship_test_accept_invite.json |   112 +
 ...rRelationship_test_invite__already_invited.json |   168 +
 ...ibutorRelationship_test_invite__empty_list.json |   112 +
 ...ntributorRelationship_test_invite__limited.json |   112 +
 ...eContributorRelationship_test_invite__none.json |   112 +
 ...tributorRelationship_test_invite__redditor.json |   112 +
 ...TestLiveContributorRelationship_test_leave.json |   112 +
 ...tributorRelationship_test_remove__fullname.json |   112 +
 ...tributorRelationship_test_remove__redditor.json |   112 +
 ...rRelationship_test_remove_invite__fullname.json |   112 +
 ...rRelationship_test_remove_invite__redditor.json |   112 +
 ...ibutorRelationship_test_update__empty_list.json |   112 +
 ...ntributorRelationship_test_update__limited.json |   112 +
 ...eContributorRelationship_test_update__none.json |   112 +
 ...elationship_test_update_invite__empty_list.json |   112 +
 ...orRelationship_test_update_invite__limited.json |   112 +
 ...butorRelationship_test_update_invite__none.json |   112 +
 ...eadContribution.test_update__full_settings.json |   167 +
 ...adContribution.test_update__other_settings.json |   167 +
 ...Contribution.test_update__partial_settings.json |   222 +
 .../cassettes/TestLiveThreadContribution_add.json  |   112 +
 .../TestLiveThreadContribution_close.json          |   112 +
 .../cassettes/TestLiveThread_test_contributor.json |   110 +
 ...d_test_contributor__with_manage_permission.json |   166 +
 .../cassettes/TestLiveThread_test_discussions.json |   110 +
 .../cassettes/TestLiveThread_test_init.json        |   110 +
 .../cassettes/TestLiveThread_test_report.json      |   112 +
 .../cassettes/TestLiveThread_test_updates.json     |   217 +
 .../TestLiveUpdateContribution_remove.json         |   112 +
 .../TestLiveUpdateContribution_strike.json         |   112 +
 .../cassettes/TestLiveUpdate_test_attributes.json  |   109 +
 .../cassettes/TestMessage.test_attributes.json     |   112 +
 .../cassettes/TestMessage.test_block.json          |   153 +
 .../cassettes/TestMessage.test_mark_read.json      |   153 +
 .../cassettes/TestMessage.test_mark_unread.json    |   153 +
 .../TestMessage.test_message_collapse.json         |   170 +
 .../TestMessage.test_message_uncollapse.json       |   170 +
 .../cassettes/TestMessage.test_reply.json          |   168 +
 .../TestModmailConversation.test_archive.json      |   164 +
 .../TestModmailConversation.test_highlight.json    |   166 +
 .../TestModmailConversation.test_mute.json         |   165 +
 .../TestModmailConversation.test_read.json         |   110 +
 ...onversation.test_read__other_conversations.json |   110 +
 .../TestModmailConversation.test_reply.json        |   112 +
 .../TestModmailConversation.test_unarchive.json    |   166 +
 .../TestModmailConversation.test_unhighlight.json  |   165 +
 .../TestModmailConversation.test_unmute.json       |   165 +
 .../TestModmailConversation.test_unread.json       |   165 +
 .../cassettes/TestMore.test_comments.json          |   154 +
 ...stMore.test_comments__continue_thread_type.json |   155 +
 .../cassettes/TestMultireddit.test_add.json        |   203 +
 .../cassettes/TestMultireddit.test_copy.json       |   203 +
 ...stMultireddit.test_copy__with_display_name.json |   152 +
 .../cassettes/TestMultireddit.test_create.json     |   102 +
 .../cassettes/TestMultireddit.test_delete.json     |   152 +
 .../cassettes/TestMultireddit.test_remove.json     |   223 +
 .../cassettes/TestMultireddit.test_rename.json     |   153 +
 .../cassettes/TestMultireddit.test_subreddits.json |   100 +
 .../cassettes/TestMultireddit.test_update.json     |   153 +
 .../TestMultiredditListings.test_comments.json     |   100 +
 ...TestMultiredditListings.test_controversial.json |   100 +
 .../TestMultiredditListings.test_gilded.json       |   100 +
 .../TestMultiredditListings.test_hot.json          |   100 +
 .../TestMultiredditListings.test_new.json          |   100 +
 ...stMultiredditListings.test_new__self_multi.json |   153 +
 ...TestMultiredditListings.test_random_rising.json |   110 +
 .../TestMultiredditListings.test_rising.json       |   100 +
 .../TestMultiredditListings.test_top.json          |   100 +
 .../TestObjector.test_raise_api_exception.json     |    98 +
 .../cassettes/TestReddit.test_info.json            |   218 +
 .../cassettes/TestReddit.test_info_url.json        |   111 +
 .../cassettes/TestReddit.test_live_call.json       |   110 +
 .../cassettes/TestReddit.test_live_create.json     |   152 +
 .../cassettes/TestReddit.test_live_info.json       |   164 +
 ...tReddit.test_live_info__contain_invalid_id.json |   110 +
 .../TestReddit.test_live_now__featured.json        |   111 +
 .../TestReddit.test_live_now__no_featured.json     |   108 +
 .../TestReddit.test_random_subreddit.json          |   185 +
 .../TestReddit.test_subreddit_with_randnsfw.json   |   148 +
 .../TestReddit.test_subreddit_with_random.json     |    97 +
 .../cassettes/TestRedditor.test_friend.json        |   100 +
 ...stRedditor.test_friend__with_note__no_gold.json |   101 +
 .../cassettes/TestRedditor.test_friend_info.json   |   149 +
 .../TestRedditor.test_gild__no_creddits.json       |   102 +
 .../cassettes/TestRedditor.test_message.json       |   152 +
 .../TestRedditor.test_message_from_subreddit.json  |   152 +
 .../cassettes/TestRedditor.test_multireddits.json  |   100 +
 .../TestRedditor.test_stream__comments.json        |   330 +
 .../TestRedditor.test_stream__submissions.json     |  3465 ++++++
 .../cassettes/TestRedditor.test_unblock.json       |   221 +
 .../cassettes/TestRedditor.test_unfriend.json      |   150 +
 ...ditorListings.test_comments__controversial.json |   104 +
 .../TestRedditorListings.test_comments__hot.json   |   104 +
 .../TestRedditorListings.test_comments__new.json   |   104 +
 .../TestRedditorListings.test_comments__top.json   |   104 +
 .../TestRedditorListings.test_controversial.json   |   104 +
 .../TestRedditorListings.test_downvoted.json       |   106 +
 ...Listings.test_downvoted__in_read_only_mode.json |   101 +
 ...edditorListings.test_downvoted__other_user.json |   105 +
 .../TestRedditorListings.test_gilded.json          |   104 +
 .../TestRedditorListings.test_gildings.json        |   105 +
 ...rListings.test_gildings__in_read_only_mode.json |   101 +
 ...RedditorListings.test_gildings__other_user.json |   105 +
 .../TestRedditorListings.test_hidden.json          |   106 +
 ...torListings.test_hidden__in_read_only_mode.json |   101 +
 ...stRedditorListings.test_hidden__other_user.json |   105 +
 .../cassettes/TestRedditorListings.test_hot.json   |   104 +
 .../cassettes/TestRedditorListings.test_new.json   |   104 +
 .../cassettes/TestRedditorListings.test_saved.json |   106 +
 ...itorListings.test_saved__in_read_only_mode.json |   101 +
 ...estRedditorListings.test_saved__other_user.json |   105 +
 ...orListings.test_submissions__controversial.json |   104 +
 ...TestRedditorListings.test_submissions__hot.json |   104 +
 ...TestRedditorListings.test_submissions__new.json |   104 +
 ...TestRedditorListings.test_submissions__top.json |   104 +
 .../cassettes/TestRedditorListings.test_top.json   |   104 +
 .../TestRedditorListings.test_upvoted.json         |   106 +
 ...orListings.test_upvoted__in_read_only_mode.json |   101 +
 ...tRedditorListings.test_upvoted__other_user.json |   105 +
 .../cassettes/TestSubmission.test_clear_vote.json  |   102 +
 .../cassettes/TestSubmission.test_comments.json    |   100 +
 .../cassettes/TestSubmission.test_crosspost.json   |   227 +
 ...estSubmission.test_crosspost__custom_title.json |   227 +
 ...ubmission.test_crosspost__subreddit_object.json |   227 +
 .../cassettes/TestSubmission.test_delete.json      |   153 +
 .../TestSubmission.test_disable_inbox_replies.json |   113 +
 .../cassettes/TestSubmission.test_downvote.json    |   102 +
 .../cassettes/TestSubmission.test_duplicates.json  |   104 +
 .../cassettes/TestSubmission.test_edit.json        |   154 +
 .../TestSubmission.test_enable_inbox_replies.json  |   113 +
 .../TestSubmission.test_gild__no_creddits.json     |   101 +
 .../cassettes/TestSubmission.test_gilded.json      |   111 +
 .../cassettes/TestSubmission.test_hide.json        |   102 +
 .../TestSubmission.test_hide__multiple.json        |   112 +
 ...tSubmission.test_hide__multiple_in_batches.json |   227 +
 .../TestSubmission.test_invalid_attribute.json     |   100 +
 .../cassettes/TestSubmission.test_reply.json       |   103 +
 .../cassettes/TestSubmission.test_report.json      |   102 +
 .../cassettes/TestSubmission.test_save.json        |   102 +
 .../cassettes/TestSubmission.test_unhide.json      |   102 +
 .../TestSubmission.test_unhide__multiple.json      |   112 +
 ...ubmission.test_unhide__multiple_in_batches.json |   227 +
 .../cassettes/TestSubmission.test_unsave.json      |   102 +
 .../cassettes/TestSubmission.test_upvote.json      |   102 +
 .../TestSubmissionFlair.test_choices.json          |   153 +
 .../cassettes/TestSubmissionFlair.test_select.json |   153 +
 .../TestSubmissionModeration.test_approve.json     |   112 +
 ...TestSubmissionModeration.test_contest_mode.json |   102 +
 ...ssionModeration.test_contest_mode__disable.json |   102 +
 .../TestSubmissionModeration.test_distinguish.json |   113 +
 .../TestSubmissionModeration.test_flair.json       |   168 +
 ...stSubmissionModeration.test_ignore_reports.json |   112 +
 .../TestSubmissionModeration.test_lock.json        |   102 +
 .../TestSubmissionModeration.test_nsfw.json        |   102 +
 .../TestSubmissionModeration.test_remove.json      |   112 +
 .../TestSubmissionModeration.test_sfw.json         |   102 +
 .../TestSubmissionModeration.test_spoiler.json     |   112 +
 .../TestSubmissionModeration.test_sticky.json      |   102 +
 ...stSubmissionModeration.test_sticky__remove.json |   102 +
 .../TestSubmissionModeration.test_sticky__top.json |   102 +
 ...stSubmissionModeration.test_suggested_sort.json |   102 +
 ...ssionModeration.test_suggested_sort__clear.json |   102 +
 ...estSubmissionModeration.test_undistinguish.json |   113 +
 ...SubmissionModeration.test_unignore_reports.json |   112 +
 .../TestSubmissionModeration.test_unlock.json      |   102 +
 .../TestSubmissionModeration.test_unspoiler.json   |   112 +
 .../cassettes/TestSubreddit.test_create.json       |   154 +
 .../TestSubreddit.test_create__exists.json         |   103 +
 ...stSubreddit.test_create__invalid_parameter.json |   103 +
 ...stSubreddit.test_create__missing_parameter.json |   103 +
 .../cassettes/TestSubreddit.test_message.json      |   102 +
 .../cassettes/TestSubreddit.test_random.json       |   247 +
 .../cassettes/TestSubreddit.test_rules.json        |   109 +
 .../cassettes/TestSubreddit.test_search.json       |   100 +
 .../cassettes/TestSubreddit.test_sticky.json       |   110 +
 .../TestSubreddit.test_sticky__not_set.json        |   108 +
 ...t.test_submissions__with_default_arguments.json |  1729 +++
 ....test_submissions__with_provided_arguments.json |   163 +
 .../TestSubreddit.test_submit__flair.json          |   170 +
 .../TestSubreddit.test_submit__selftext.json       |   153 +
 .../TestSubreddit.test_submit__selftext_blank.json |   168 +
 .../cassettes/TestSubreddit.test_submit__url.json  |   153 +
 .../cassettes/TestSubreddit.test_subscribe.json    |   112 +
 .../TestSubreddit.test_subscribe__multiple.json    |   112 +
 .../cassettes/TestSubreddit.test_traffic.json      |   110 +
 .../TestSubreddit.test_traffic__not_public.json    |   108 +
 .../cassettes/TestSubreddit.test_unsubscribe.json  |   112 +
 .../TestSubreddit.test_unsubscribe__multiple.json  |   112 +
 .../TestSubredditFilters.test__iter__all.json      |   165 +
 .../TestSubredditFilters.test__iter__mod.json      |   165 +
 .../cassettes/TestSubredditFilters.test_add.json   |   166 +
 ...TestSubredditFilters.test_add__non_special.json |   165 +
 .../TestSubredditFilters.test_remove.json          |   166 +
 ...tSubredditFilters.test_remove__non_special.json |   165 +
 .../cassettes/TestSubredditFlair.test__call.json   |   111 +
 .../TestSubredditFlair.test__call_user_filter.json |   111 +
 .../TestSubredditFlair.test_configure.json         |   112 +
 ...estSubredditFlair.test_configure__defaults.json |   112 +
 .../cassettes/TestSubredditFlair.test_delete.json  |   112 +
 .../TestSubredditFlair.test_delete_all.json        |   725 ++
 .../TestSubredditFlair.test_set__redditor.json     |   102 +
 ...stSubredditFlair.test_set__redditor_string.json |   102 +
 .../TestSubredditFlair.test_set__submission.json   |   102 +
 .../cassettes/TestSubredditFlair.test_update.json  |   102 +
 ...tSubredditFlair.test_update__comma_in_text.json |   102 +
 .../TestSubredditFlairTemplates.test__iter.json    |   103 +
 .../TestSubredditFlairTemplates.test_add.json      |  5202 ++++++++
 .../TestSubredditFlairTemplates.test_clear.json    |   102 +
 .../TestSubredditFlairTemplates.test_delete.json   |   153 +
 .../TestSubredditFlairTemplates.test_update.json   |   153 +
 ...TestSubredditLinkFlairTemplates.test__iter.json |   112 +
 .../TestSubredditLinkFlairTemplates.test_add.json  |  5813 +++++++++
 ...TestSubredditLinkFlairTemplates.test_clear.json |   113 +
 .../TestSubredditListings.test_comments.json       |   100 +
 ...TestSubredditListings.test_comments_gilded.json |   101 +
 .../TestSubredditListings.test_controversial.json  |   104 +
 .../TestSubredditListings.test_gilded.json         |   104 +
 .../cassettes/TestSubredditListings.test_hot.json  |   104 +
 .../cassettes/TestSubredditListings.test_new.json  |   104 +
 .../TestSubredditListings.test_random_rising.json  |   110 +
 .../TestSubredditListings.test_rising.json         |   104 +
 .../cassettes/TestSubredditListings.test_top.json  |   104 +
 .../cassettes/TestSubredditMessage.test_mute.json  |   102 +
 .../TestSubredditMessage.test_unmute.json          |   102 +
 ...itModeration.test_accept_invite__no_invite.json |   112 +
 ...SubredditModeration.test_contributor_leave.json |   168 +
 .../TestSubredditModeration.test_edited.json       |   112 +
 ...edditModeration.test_edited__only_comments.json |   112 +
 ...itModeration.test_edited__only_submissions.json |   112 +
 .../TestSubredditModeration.test_inbox.json        |   102 +
 .../TestSubredditModeration.test_log.json          |   112 +
 .../TestSubredditModeration.test_log__filters.json |   112 +
 .../TestSubredditModeration.test_modqueue.json     |   112 +
 ...ditModeration.test_modqueue__only_comments.json |   112 +
 ...Moderation.test_modqueue__only_submissions.json |   112 +
 .../TestSubredditModeration.test_reports.json      |   112 +
 ...dditModeration.test_reports__only_comments.json |   112 +
 ...tModeration.test_reports__only_submissions.json |   112 +
 .../TestSubredditModeration.test_spam.json         |   112 +
 ...bredditModeration.test_spam__only_comments.json |   112 +
 ...dditModeration.test_spam__only_submissions.json |   112 +
 .../TestSubredditModeration.test_unmoderated.json  |   112 +
 .../TestSubredditModeration.test_unread.json       |   102 +
 .../TestSubredditModeration.test_update.json       |   333 +
 .../TestSubredditModmail.test_bulk_read.json       |   111 +
 .../cassettes/TestSubredditModmail.test_call.json  |   110 +
 .../TestSubredditModmail.test_call__internal.json  |   110 +
 .../TestSubredditModmail.test_call__mark_read.json |   110 +
 .../TestSubredditModmail.test_conversations.json   |   110 +
 ...dmail.test_conversations__other_subreddits.json |   110 +
 ...ubredditModmail.test_conversations__params.json |   110 +
 .../TestSubredditModmail.test_create.json          |   112 +
 .../TestSubredditModmail.test_subreddits.json      |   109 +
 .../TestSubredditModmail.test_unread_count.json    |   109 +
 .../cassettes/TestSubredditQuarantine.opt_in.json  |   221 +
 .../cassettes/TestSubredditQuarantine.opt_out.json |   165 +
 .../TestSubredditRelationships.banned.json         |   278 +
 ...SubredditRelationships.banned__user_filter.json |   111 +
 .../TestSubredditRelationships.contributor.json    |   278 +
 ...dditRelationships.contributor__user_filter.json |   111 +
 .../TestSubredditRelationships.moderator.json      |   167 +
 ...lationships.moderator__limited_permissions.json |   167 +
 ...redditRelationships.moderator__user_filter.json |   111 +
 ...lationships.moderator_invite__invalid_perm.json |   112 +
 ...itRelationships.moderator_invite__no_perms.json |   167 +
 ...TestSubredditRelationships.moderator_leave.json |   168 +
 ...edditRelationships.moderator_remove_invite.json |   112 +
 ...estSubredditRelationships.moderator_update.json |   112 +
 ...edditRelationships.moderator_update_invite.json |   112 +
 .../TestSubredditRelationships.muted.json          |   278 +
 .../TestSubredditRelationships.wiki_banned.json    |   278 +
 ...estSubredditRelationships.wiki_contributor.json |   278 +
 .../cassettes/TestSubredditStreams.comments.json   |  1184 ++
 .../TestSubredditStreams.comments__with_pause.json |   217 +
 .../TestSubredditStreams.submissions.json          |   164 +
 .../TestSubredditStylesheet.test_call.json         |   109 +
 ...TestSubredditStylesheet.test_delete_header.json |   112 +
 .../TestSubredditStylesheet.test_delete_image.json |   112 +
 ...redditStylesheet.test_delete_mobile_header.json |   112 +
 ...ubredditStylesheet.test_delete_mobile_icon.json |   112 +
 .../TestSubredditStylesheet.test_update.json       |   112 +
 ...bredditStylesheet.test_update__with_reason.json |   112 +
 .../TestSubredditStylesheet.test_upload.json       |   112 +
 ...stSubredditStylesheet.test_upload__invalid.json |   112 +
 ...bredditStylesheet.test_upload__invalid_ext.json |   113 +
 ...dditStylesheet.test_upload__others_invalid.json |   224 +
 ...itStylesheet.test_upload__others_too_large.json |   194 +
 ...SubredditStylesheet.test_upload__too_large.json |   102 +
 ...ubredditStylesheet.test_upload_header__jpg.json |   112 +
 ...ubredditStylesheet.test_upload_header__png.json |   112 +
 ...redditStylesheet.test_upload_mobile_header.json |   112 +
 ...ubredditStylesheet.test_upload_mobile_icon.json |   112 +
 .../cassettes/TestSubredditWiki.create.json        |   153 +
 .../cassettes/TestSubredditWiki.iter.json          |   101 +
 .../cassettes/TestSubredditWiki.revisions.json     |   113 +
 .../cassettes/TestSubreddits.test_default.json     |   100 +
 .../TestSubreddits.test_gold__without_gold.json    |    99 +
 .../cassettes/TestSubreddits.test_new.json         |   198 +
 .../cassettes/TestSubreddits.test_popular.json     |   110 +
 .../cassettes/TestSubreddits.test_recommended.json |   109 +
 ...Subreddits.test_recommended__with_multiple.json |   109 +
 .../cassettes/TestSubreddits.test_search.json      |   100 +
 .../TestSubreddits.test_search_by_name.json        |    98 +
 .../TestSubreddits.test_search_by_topic.json       |   162 +
 .../cassettes/TestSubreddits__test_streams.json    |   217 +
 .../cassettes/TestUser.test_blocked.json           |   101 +
 .../TestUser.test_contributor_subreddits.json      |   102 +
 .../cassettes/TestUser.test_friends.json           |   105 +
 .../integration/cassettes/TestUser.test_karma.json |   109 +
 tests/integration/cassettes/TestUser.test_me.json  |   103 +
 .../cassettes/TestUser.test_me__bypass_cache.json  |   220 +
 .../TestUser.test_moderator_subreddits.json        |   102 +
 .../cassettes/TestUser.test_multireddits.json      |   102 +
 .../cassettes/TestUser.test_subreddits.json        |   102 +
 .../cassettes/TestWikiPage.test_content_md.json    |    99 +
 .../cassettes/TestWikiPage.test_edit.json          |   102 +
 .../TestWikiPage.test_edit__with_reason.json       |   102 +
 .../TestWikiPage.test_init__with_revision.json     |   109 +
 ...e.test_init__with_revision__author_deleted.json |   110 +
 .../cassettes/TestWikiPage.test_invalid_page.json  |    99 +
 .../cassettes/TestWikiPage.test_revision_by.json   |   100 +
 .../cassettes/TestWikiPage.test_revisions.json     |   165 +
 ...estWikiPage.test_revisions__author_deleted.json |   111 +
 .../cassettes/TestWikiPageModeration.test_add.json |   102 +
 .../TestWikiPageModeration.test_remove.json        |   102 +
 .../TestWikiPageModeration.test_settings.json      |   101 +
 .../TestWikiPageModeration.test_update.json        |   102 +
 tests/integration/models/__init__.py               |     0
 tests/integration/models/listing/__init__.py       |     0
 tests/integration/models/listing/test_generator.py |    15 +
 tests/integration/models/reddit/__init__.py        |     0
 tests/integration/models/reddit/test_comment.py    |   257 +
 tests/integration/models/reddit/test_live.py       |   295 +
 tests/integration/models/reddit/test_message.py    |   103 +
 tests/integration/models/reddit/test_modmail.py    |    96 +
 tests/integration/models/reddit/test_more.py       |    32 +
 tests/integration/models/reddit/test_multi.py      |   151 +
 tests/integration/models/reddit/test_redditor.py   |   305 +
 tests/integration/models/reddit/test_submission.py |   358 +
 tests/integration/models/reddit/test_subreddit.py  |  1197 ++
 tests/integration/models/reddit/test_wikipage.py   |   134 +
 tests/integration/models/test_auth.py              |    54 +
 tests/integration/models/test_comment_forest.py    |   115 +
 tests/integration/models/test_front.py             |    29 +
 tests/integration/models/test_inbox.py             |   160 +
 tests/integration/models/test_subreddits.py        |    80 +
 tests/integration/models/test_user.py              |    84 +
 tests/integration/test_objector.py                 |    17 +
 tests/integration/test_reddit.py                   |   161 +
 tests/test_authenticated_reddit.py                 |   126 -
 tests/test_comments.py                             |   166 -
 tests/test_config.py                               |    42 -
 tests/test_decorators.py                           |    10 -
 tests/test_flair.py                                |   211 -
 tests/test_images.py                               |   116 -
 tests/test_internal.py                             |    36 -
 tests/test_message.py                              |   140 -
 tests/test_multireddit.py                          |    81 -
 tests/test_oauth2_reddit.py                        |   248 -
 tests/test_redditor.py                             |   122 -
 tests/test_submission.py                           |   290 -
 tests/test_subreddit.py                            |   390 -
 tests/test_unauthenticated_reddit.py               |   300 -
 tests/test_wiki_page.py                            |   143 -
 tests/unit/__init__.py                             |    13 +
 tests/unit/models/__init__.py                      |     0
 tests/unit/models/list/test_base.py                |    54 +
 tests/unit/models/listing/__init__.py              |     0
 tests/unit/models/listing/test_generator.py        |    13 +
 tests/unit/models/reddit/__init__.py               |     0
 tests/unit/models/reddit/test_comment.py           |    66 +
 tests/unit/models/reddit/test_live.py              |   165 +
 tests/unit/models/reddit/test_message.py           |    68 +
 tests/unit/models/reddit/test_modmail.py           |    23 +
 tests/unit/models/reddit/test_more.py              |    24 +
 tests/unit/models/reddit/test_redditor.py          |    81 +
 tests/unit/models/reddit/test_submission.py        |    98 +
 tests/unit/models/reddit/test_subreddit.py         |    96 +
 tests/unit/models/reddit/test_wikipage.py          |    63 +
 tests/unit/models/test_auth.py                     |    79 +
 tests/unit/models/test_front.py                    |    14 +
 tests/unit/models/test_subreddits.py               |    22 +
 tests/unit/models/test_util.py                     |    59 +
 tests/unit/test_config.py                          |   103 +
 tests/unit/test_exceptions.py                      |    39 +
 tests/unit/test_objector.py                        |     7 +
 tests/unit/test_reddit.py                          |   170 +
 891 files changed, 104548 insertions(+), 14030 deletions(-)
 delete mode 100644 COPYING
 create mode 100644 LICENSE.txt
 create mode 100644 debian/.git-dpm
 delete mode 100644 debian/patches/disable-tests.patch
 delete mode 100644 debian/patches/fix-privacy-issue.patch
 delete mode 100644 debian/patches/no-autoupdate.patch
 delete mode 100644 debian/patches/series
 copy docs/{ => _build/html}/_static/CodeUrl.png (100%)
 copy docs/{ => _build/html}/_static/CreateApp.png (100%)
 create mode 100644 docs/_build/html/_static/comment-bright.png
 create mode 100644 docs/_build/html/_static/comment-close.png
 create mode 100644 docs/_build/html/_static/comment.png
 create mode 100644 docs/_build/html/_static/down-pressed.png
 create mode 100644 docs/_build/html/_static/down.png
 create mode 100644 docs/_build/html/_static/file.png
 create mode 100644 docs/_build/html/_static/minus.png
 create mode 100644 docs/_build/html/_static/plus.png
 create mode 100644 docs/_build/html/_static/up-pressed.png
 create mode 100644 docs/_build/html/_static/up.png
 create mode 100644 docs/code_overview/exceptions.rst
 create mode 100644 docs/code_overview/models/comment.rst
 create mode 100644 docs/code_overview/models/livethread.rst
 create mode 100644 docs/code_overview/models/liveupdate.rst
 create mode 100644 docs/code_overview/models/message.rst
 create mode 100644 docs/code_overview/models/modmailconversation.rst
 create mode 100644 docs/code_overview/models/more.rst
 create mode 100644 docs/code_overview/models/multireddit.rst
 create mode 100644 docs/code_overview/models/redditor.rst
 create mode 100644 docs/code_overview/models/submission.rst
 create mode 100644 docs/code_overview/models/subreddit.rst
 create mode 100644 docs/code_overview/models/wikipage.rst
 create mode 100644 docs/code_overview/other.rst
 create mode 100644 docs/code_overview/other/auth.rst
 create mode 100644 docs/code_overview/other/commentforest.rst
 create mode 100644 docs/code_overview/other/commenthelper.rst
 create mode 100644 docs/code_overview/other/commentmoderation.rst
 create mode 100644 docs/code_overview/other/contributorrelationship.rst
 create mode 100644 docs/code_overview/other/domainlisting.rst
 create mode 100644 docs/code_overview/other/listinggenerator.rst
 create mode 100644 docs/code_overview/other/livecontributorrelationship.rst
 create mode 100644 docs/code_overview/other/livethreadcontribution.rst
 create mode 100644 docs/code_overview/other/liveupdatecontribution.rst
 create mode 100644 docs/code_overview/other/moderatorrelationship.rst
 create mode 100644 docs/code_overview/other/modmail.rst
 create mode 100644 docs/code_overview/other/modmailmessage.rst
 create mode 100644 docs/code_overview/other/redditbase.rst
 create mode 100644 docs/code_overview/other/redditorlist.rst
 create mode 100644 docs/code_overview/other/redditorstream.rst
 create mode 100644 docs/code_overview/other/sublisting.rst
 create mode 100644 docs/code_overview/other/submissionflair.rst
 create mode 100644 docs/code_overview/other/submissionmoderation.rst
 create mode 100644 docs/code_overview/other/subredditfilters.rst
 create mode 100644 docs/code_overview/other/subredditflair.rst
 create mode 100644 docs/code_overview/other/subredditflairtemplates.rst
 create mode 100644 docs/code_overview/other/subredditlinkflairtemplates.rst
 create mode 100644 docs/code_overview/other/subredditmessage.rst
 create mode 100644 docs/code_overview/other/subredditmoderation.rst
 create mode 100644 docs/code_overview/other/subredditquarantine.rst
 create mode 100644 docs/code_overview/other/subredditredditorflairtemplates.rst
 create mode 100644 docs/code_overview/other/subredditrelationship.rst
 create mode 100644 docs/code_overview/other/subredditstream.rst
 create mode 100644 docs/code_overview/other/subredditstylesheet.rst
 create mode 100644 docs/code_overview/other/subredditwiki.rst
 create mode 100644 docs/code_overview/other/util.rst
 create mode 100644 docs/code_overview/other/wikipagemoderation.rst
 create mode 100644 docs/code_overview/praw_models.rst
 create mode 100644 docs/code_overview/reddit/front.rst
 create mode 100644 docs/code_overview/reddit/inbox.rst
 create mode 100644 docs/code_overview/reddit/live.rst
 create mode 100644 docs/code_overview/reddit/multireddit.rst
 create mode 100644 docs/code_overview/reddit/subreddit.rst
 create mode 100644 docs/code_overview/reddit/subreddits.rst
 create mode 100644 docs/code_overview/reddit/user.rst
 create mode 100644 docs/code_overview/reddit_instance.rst
 create mode 100644 docs/examples/lmgtfy_bot.py
 create mode 100755 docs/examples/obtain_refresh_token.py
 create mode 100644 docs/genindex.rst
 create mode 100644 docs/getting_started/authentication.rst
 create mode 100644 docs/getting_started/configuration.rst
 create mode 100644 docs/getting_started/configuration/environment_variables.rst
 create mode 100644 docs/getting_started/configuration/options.rst
 create mode 100644 docs/getting_started/configuration/prawini.rst
 create mode 100644 docs/getting_started/configuration/reddit_initialization.rst
 create mode 100644 docs/getting_started/installation.rst
... 790 lines suppressed ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/praw.git



More information about the Python-modules-commits mailing list