Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate positional arguments #199

Merged
merged 141 commits into from Oct 17, 2022
Merged

Deprecate positional arguments #199

merged 141 commits into from Oct 17, 2022

Commits on Oct 16, 2022

  1. Add decorator for deprecating positional arguments

    (cherry picked from commit praw-dev/praw@d4c8788)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    630022a View commit details
    Browse the repository at this point in the history
  2. Sort asyncpraw.reddit.Reddit.__init__ arguments

    (cherry picked from commit praw-dev/praw@bfa3337)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    fd3e9c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ba7053 View commit details
    Browse the repository at this point in the history
  4. Sort asyncpraw.reddit.Reddit.comment arguments

    (cherry picked from commit praw-dev/praw@cbfce5b)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    0b61f4c View commit details
    Browse the repository at this point in the history
  5. Sort asyncpraw.reddit.Reddit.get arguments

    (cherry picked from commit praw-dev/praw@9f04a3f)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    ec239b6 View commit details
    Browse the repository at this point in the history
  6. Sort asyncpraw.reddit.Reddit.info arguments

    (cherry picked from commit praw-dev/praw@8f94d41)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    6a8e999 View commit details
    Browse the repository at this point in the history
  7. Sort asyncpraw.reddit.Reddit.delete arguments

    (cherry picked from commit praw-dev/praw@9068f23)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    fc4fe22 View commit details
    Browse the repository at this point in the history
  8. Sort asyncpraw.reddit.Reddit.patch arguments

    (cherry picked from commit praw-dev/praw@43761f7)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    4bf80d2 View commit details
    Browse the repository at this point in the history
  9. Sort asyncpraw.reddit.Reddit.post arguments

    (cherry picked from commit praw-dev/praw@82dbed0)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    18e8f80 View commit details
    Browse the repository at this point in the history
  10. Sort asyncpraw.reddit.Reddit.put arguments

    (cherry picked from commit praw-dev/praw@388576f)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    b719f1c View commit details
    Browse the repository at this point in the history
  11. Sort asyncpraw.reddit.Reddit.redditor arguments

    (cherry picked from commit praw-dev/praw@06b6c41)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    3ef23a4 View commit details
    Browse the repository at this point in the history
  12. Sort asyncpraw.reddit.Reddit.request arguments

    (cherry picked from commit praw-dev/praw@395435a)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    f111512 View commit details
    Browse the repository at this point in the history
  13. Sort asyncpraw.reddit.Reddit.submission arguments

    (cherry picked from commit praw-dev/praw@7b1c56c)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    3ab92e6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    466147c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0de3341 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    27761c3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    420aa3d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    75d4531 View commit details
    Browse the repository at this point in the history
  19. Sort asyncpraw.models.reddit.collections.SubredditCollectionsModerati…

    …on.create arguments
    
    (cherry picked from commit praw-dev/praw@5de1144)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    8fe1f85 View commit details
    Browse the repository at this point in the history
  20. Sort asyncpraw.models.Emoji.update arguments

    (cherry picked from commit praw-dev/praw@8a950ab)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    ee53753 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5bd64bd View commit details
    Browse the repository at this point in the history
  22. Sort asyncpraw.models.reddit.live.LiveContributorRelationship.invite …

    …arguments
    
    (cherry picked from commit praw-dev/praw@060cd06)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    2379901 View commit details
    Browse the repository at this point in the history
  23. Sort asyncpraw.models.reddit.live.LiveContributorRelationship.update …

    …arguments
    
    (cherry picked from commit praw-dev/praw@58f39b5)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    ac0070e View commit details
    Browse the repository at this point in the history
  24. Sort asyncpraw.models.reddit.live.LiveContributorRelationship.update_…

    …invite arguments
    
    (cherry picked from commit praw-dev/praw@c17bd2f)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    b1d46bd View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5dbd606 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    cf3b80f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c1cdc1b View commit details
    Browse the repository at this point in the history
  28. Sort asyncpraw.models.reddit.removal_reasons.SubredditRemovalReasons.…

    …add arguments
    
    (cherry picked from commit praw-dev/praw@8481ea1)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    407f290 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    043c159 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    47d3712 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    8bbee17 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    af3a735 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    20b1411 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    bf9aba5 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    2b46cf6 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    f55d287 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    073e0fc View commit details
    Browse the repository at this point in the history
  38. Sort asyncpraw.models.reddit.subreddit.ModeratorRelationship.update_i…

    …nvite arguments
    
    (cherry picked from commit praw-dev/praw@0d83774)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    0b0cfc3 View commit details
    Browse the repository at this point in the history
  39. Sort asyncpraw.models.reddit.subreddit.ModeratorRelationship._handle_…

    …permissions arguments and add missing permissions
    
    (cherry picked from commit praw-dev/praw@b3f7156)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    848b034 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    25cdceb View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    2a71565 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    62f6d63 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    510ad3f View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    4bcb1ce View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    247679a View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    27bf02c View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    3c08ea2 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    3a91fe0 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    fed3cc0 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    4f2f651 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    61812c9 View commit details
    Browse the repository at this point in the history
  52. Sort asyncpraw.models.reddit.subreddit.SubredditFlairTemplates.update…

    … arguments
    
    (cherry picked from commit praw-dev/praw@3707521)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    dbe74e0 View commit details
    Browse the repository at this point in the history
  53. Sort asyncpraw.models.reddit.subreddit.SubredditLinkFlairTemplates.ad…

    …d arguments
    
    (cherry picked from commit praw-dev/praw@13fd30e)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    f1377f6 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    bc88488 View commit details
    Browse the repository at this point in the history
  55. Sort asyncpraw.models.reddit.subreddit.SubredditModerationStream.log …

    …arguments
    
    (cherry picked from commit praw-dev/praw@d3cef56)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    b3061e9 View commit details
    Browse the repository at this point in the history
  56. Sort asyncpraw.models.reddit.subreddit.SubredditModerationStream.modm…

    …ail_conversations arguments
    
    (cherry picked from commit praw-dev/praw@806b6ab)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    015f8b6 View commit details
    Browse the repository at this point in the history
  57. Sort asyncpraw.models.reddit.subreddit.SubredditRedditorFlairTemplate…

    …s.add arguments
    
    (cherry picked from commit praw-dev/praw@3c6c843)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    380bc48 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    783d287 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    7b09814 View commit details
    Browse the repository at this point in the history
  60. Sort asyncpraw.models.reddit.subreddit.SubredditStylesheet.upload_ban…

    …ner_additional_image arguments
    
    (cherry picked from commit praw-dev/praw@500f3fb)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    35f822c View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    09e329e View commit details
    Browse the repository at this point in the history
  62. Sort asyncpraw.models.reddit.widgets.SubredditWidgetsModeration.add_b…

    …utton_widget arguments
    
    (cherry picked from commit praw-dev/praw@8df424d)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    c529fcb View commit details
    Browse the repository at this point in the history
  63. Sort asyncpraw.models.reddit.widgets.SubredditWidgetsModeration.add_c…

    …alendar arguments
    
    (cherry picked from commit praw-dev/praw@8acd7ca)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    9e64ebc View commit details
    Browse the repository at this point in the history
  64. Sort asyncpraw.models.reddit.widgets.SubredditWidgetsModeration.add_c…

    …ommunity_list arguments
    
    (cherry picked from commit praw-dev/praw@d32900a)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    5434d12 View commit details
    Browse the repository at this point in the history
  65. Sort asyncpraw.models.reddit.widgets.SubredditWidgetsModeration.add_c…

    …ustom_widget arguments
    
    (cherry picked from commit praw-dev/praw@60075ba)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    e979cf5 View commit details
    Browse the repository at this point in the history
  66. Sort asyncpraw.models.reddit.widgets.SubredditWidgetsModeration.add_i…

    …mage_widget arguments
    
    (cherry picked from commit praw-dev/praw@5bd7ff1)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    ff77edb View commit details
    Browse the repository at this point in the history
  67. Sort asyncpraw.models.reddit.widgets.SubredditWidgetsModeration.add_m…

    …enu arguments
    
    (cherry picked from commit praw-dev/praw@379ccc8)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    44ee9a2 View commit details
    Browse the repository at this point in the history
  68. Sort asyncpraw.models.reddit.widgets.SubredditWidgetsModeration.add_p…

    …ost_flair_widget arguments
    
    (cherry picked from commit praw-dev/praw@e96ae7a)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    522a74c View commit details
    Browse the repository at this point in the history
  69. Sort asyncpraw.models.reddit.widgets.SubredditWidgetsModeration.add_t…

    …ext_area arguments
    
    (cherry picked from commit praw-dev/praw@7680688)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    81bcd53 View commit details
    Browse the repository at this point in the history
  70. Sort asyncpraw.models.reddit.widgets.SubredditWidgetsModeration.reord…

    …er arguments
    
    (cherry picked from commit praw-dev/praw@f7cdd9d)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    2e0a5aa View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    fc0d174 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    daa38b5 View commit details
    Browse the repository at this point in the history
  73. Sort asyncpraw.models.auth.Auth.implicit arguments

    (cherry picked from commit praw-dev/praw@711c0f8)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    11a5025 View commit details
    Browse the repository at this point in the history
  74. Sort asyncpraw.models.auth.Auth.url arguments

    (cherry picked from commit praw-dev/praw@d9799f8)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    b96683d View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    e86c3a1 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    027d70c View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    732b073 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    8562dcb View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    d693f40 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    3c208b3 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    82f0430 View commit details
    Browse the repository at this point in the history
  82. Sort asyncpraw.models.util.stream_generator arguments

    (cherry picked from commit praw-dev/praw@8345276)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    ab8879f View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    31f4371 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    4f31255 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    3f58400 View commit details
    Browse the repository at this point in the history
  86. Sort asyncpraw.models.reddit.mixins.ThingModerationMixin.distinguish …

    …arguments
    
    (cherry picked from commit praw-dev/praw@f7595a1)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    6e0165a View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    15fb614 View commit details
    Browse the repository at this point in the history
  88. Sort asyncpraw.models.reddit.mixins.ThingModerationMixin.send_removal…

    …_message arguments
    
    (cherry picked from commit praw-dev/praw@523619b)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    af32de6 View commit details
    Browse the repository at this point in the history
  89. Move asyncpraw.models.listing.mixins.base._prepare to asyncpraw.model…

    …s.listing.mixins.base.BaseListingMixin._prepare and sort arguments
    
    (cherry picked from commit praw-dev/praw@e923882)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    6f4ae2c View commit details
    Browse the repository at this point in the history
  90. Sort asyncpraw.models.reddit.mixins.ThingModerationMixin._add_removal…

    …_reason arguments
    
    (cherry picked from commit praw-dev/praw@79e31e9)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    89ab655 View commit details
    Browse the repository at this point in the history
  91. Sort asyncpraw.models.comment_forest.CommentForest._gather_more_comme…

    …nts arguments
    
    (cherry picked from commit praw-dev/praw@97cbd09)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    c1bdac2 View commit details
    Browse the repository at this point in the history
  92. Sort asyncpraw.models.reddit.removal_reasons.RemovalReason._warn_reas…

    …on_id arguments
    
    (cherry picked from commit praw-dev/praw@89699ec)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    56f5a70 View commit details
    Browse the repository at this point in the history
  93. Sort asyncpraw.config.Config._fetch_default arguments

    (cherry picked from commit praw-dev/praw@972a9c1)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    79ae6eb View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    4c138a4 View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    271605b View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    643c7d0 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    9d61b26 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    2ef8624 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    6fc77b3 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    8471cea View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    1192edc View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    64bd992 View commit details
    Browse the repository at this point in the history
  103. Sort asyncpraw.models.reddit.subreddit.SubredditModeration._handle_on…

    …ly arguments
    
    (cherry picked from commit praw-dev/praw@6c42c98)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    b993fe1 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    69bdc0f View commit details
    Browse the repository at this point in the history
  105. Sort asyncpraw.models.reddit.subreddit.ModeratorRelationship._handle_…

    …permissions arguments
    
    (cherry picked from commit praw-dev/praw@bdb361f)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    41f07a1 View commit details
    Browse the repository at this point in the history
  106. Sort asyncpraw.models.reddit.subreddit.SubredditStylesheet._upload_im…

    …age arguments
    
    (cherry picked from commit praw-dev/praw@3d22dfc)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    be1db0f View commit details
    Browse the repository at this point in the history
  107. Sort asyncpraw.models.reddit.subreddit.SubredditStylesheet._upload_st…

    …yle_asset arguments
    
    (cherry picked from commit praw-dev/praw@b1564ce)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    be46925 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    78d0b0f View commit details
    Browse the repository at this point in the history
  109. Sort asyncpraw.models.user.User.me arguments

    (cherry picked from commit praw-dev/praw@110745c)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    3573615 View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    a48ec6d View commit details
    Browse the repository at this point in the history
  111. Add PartialRedditor to docs

    (cherry picked from commit praw-dev/praw@bd59991)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    7a38a54 View commit details
    Browse the repository at this point in the history
  112. Miscellaneous fixes

    (cherry picked from commit praw-dev/praw@a247b83)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    65e9c4b View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    d17329f View commit details
    Browse the repository at this point in the history
  114. Sort asyncpraw.config.Config._load_config arguments

    (cherry picked from commit praw-dev/praw@de709c9)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    cf04961 View commit details
    Browse the repository at this point in the history
  115. Sort asyncpraw.models.inbox.Inbox.unread arguments

    (cherry picked from commit praw-dev/praw@49ce409)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    9a8591c View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    5cceb63 View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    3d23394 View commit details
    Browse the repository at this point in the history
  118. Sort asyncpraw.models.user.User.friends arguments

    (cherry picked from commit praw-dev/praw@38a545e)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    5bcb71c View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    f1cf94e View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    fee797e View commit details
    Browse the repository at this point in the history
  121. Configuration menu
    Copy the full SHA
    0cb11ae View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    25c8b97 View commit details
    Browse the repository at this point in the history
  123. Configuration menu
    Copy the full SHA
    ba3ed86 View commit details
    Browse the repository at this point in the history
  124. Sort asyncpraw.models.reddit.submission.SubmissionModeration.contest_…

    …mode arguments
    
    (cherry picked from commit praw-dev/praw@68b8dbf)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    8f81ed2 View commit details
    Browse the repository at this point in the history
  125. Sort asyncpraw.models.reddit.submission.SubmissionModeration.suggeste…

    …d_sort arguments
    
    (cherry picked from commit praw-dev/praw@0a5291d)
    LilSpazJoekp committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    0ffaff8 View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    ddb327a View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    dcd0140 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    c663bdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2915f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0873402 View commit details
    Browse the repository at this point in the history
  4. Sort asyncpraw.models.reddit.subreddit.SubredditFlairTemplates._clear…

    … arguments
    
    (cherry picked from commit praw-dev/praw@7116487)
    LilSpazJoekp committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    6c25368 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    574192c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d68aa45 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2e8e6b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2e0ad27 View commit details
    Browse the repository at this point in the history
  9. Sort asyncpraw.models.reddit.subreddit.SubredditModerationStream.edit…

    …ed arguments
    
    (cherry picked from commit praw-dev/praw@93097d6)
    LilSpazJoekp committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    3625670 View commit details
    Browse the repository at this point in the history
  10. Sort asyncpraw.models.reddit.subreddit.SubredditModerationStream.modq…

    …ueue arguments
    
    (cherry picked from commit praw-dev/praw@92abf31)
    LilSpazJoekp committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    b815630 View commit details
    Browse the repository at this point in the history
  11. Sort asyncpraw.models.reddit.subreddit.SubredditModerationStream.repo…

    …rts arguments
    
    (cherry picked from commit praw-dev/praw@efb94ab)
    LilSpazJoekp committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    2b0150b View commit details
    Browse the repository at this point in the history
  12. Sort asyncpraw.models.reddit.subreddit.SubredditModerationStream.spam…

    … arguments
    
    (cherry picked from commit praw-dev/praw@f0a3c79)
    LilSpazJoekp committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    9bc6fe4 View commit details
    Browse the repository at this point in the history
  13. Sort asyncpraw.models.reddit.subreddit.ModeratorRelationship.invited …

    …arguments
    
    (cherry picked from commit praw-dev/praw@d044032)
    LilSpazJoekp committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    03ca828 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bef087a View commit details
    Browse the repository at this point in the history