https://github.com/praw-dev/praw

sort by:
Revision Author Date Message Commit Date
2d8b78f Merge pull request #1427 from jarhill0/bump-version Bump to version 7.0.0 25 April 2020, 00:56:35 UTC
bd48b49 Typo: "slotted" -> "slated" 25 April 2020, 00:42:15 UTC
b506970 Bump to 7.0.0 25 April 2020, 00:42:15 UTC
9da2a13 Merge pull request #1426 from PythonCoderAS/isort Run isort utility 24 April 2020, 22:48:29 UTC
08e63ed Merge pull request #1420 from praw-dev/typo Fix multitude of typos 24 April 2020, 22:46:38 UTC
48b4ea1 Run isort utility 24 April 2020, 22:45:00 UTC
e6a99c0 Apply suggestions from code review 24 April 2020, 22:40:51 UTC
314c8eb Add note on special subreddits 24 April 2020, 22:32:35 UTC
0db2114 Add seealso directive 24 April 2020, 22:32:09 UTC
07af8a6 Code review fixes 24 April 2020, 22:32:08 UTC
6df51cd Add some newlines 24 April 2020, 22:32:08 UTC
698b103 Get rid of redundant ``'<content>'`` 24 April 2020, 22:32:08 UTC
181d106 Get rid of unneeded indent 24 April 2020, 22:32:07 UTC
41d6406 Add missing code block directive 24 April 2020, 22:32:06 UTC
02e54d6 Use :raises: directive 24 April 2020, 22:29:53 UTC
6be0b80 Add missing newline 24 April 2020, 22:29:52 UTC
cefd04e Add warning about using refresh() 24 April 2020, 22:29:52 UTC
fa5c6a1 Add space between :returns: 24 April 2020, 22:29:51 UTC
f44716c Add missing closing : 24 April 2020, 22:29:51 UTC
2082f11 Add missing indent 24 April 2020, 22:29:43 UTC
aaf525b Api ratelimit (#1398) 24 April 2020, 21:24:27 UTC
5533c04 Convert timeout to int (#1422) 24 April 2020, 19:16:01 UTC
c79f94a Merge pull request #1419 from PythonCoderAS/seealso Use seealso:: directive 24 April 2020, 04:43:57 UTC
8f1cd80 Use seealso:: directive 24 April 2020, 03:31:06 UTC
f4324ed Merge pull request #1418 from praw-dev/multireddit-typo Fix typo in multireddit.py 24 April 2020, 00:14:16 UTC
43ccbf1 Make timeout configurable (#1416) 24 April 2020, 00:12:01 UTC
7bbd93e Add needed spacing 24 April 2020, 00:09:19 UTC
05962a7 Merge pull request #1417 from PythonCoderAS/type-1 Type all mixins 23 April 2020, 23:26:25 UTC
6b3e7d2 Add types to praw/models/reddit/mixins/votable.py 23 April 2020, 23:18:23 UTC
22511f1 Add types to praw/models/reddit/mixins/savable.py 23 April 2020, 23:18:22 UTC
c5963ff Add types to praw/models/reddit/mixins/reportable.py 23 April 2020, 23:18:22 UTC
92a28a8 Add types to praw/models/reddit/mixins/replyable.py 23 April 2020, 23:18:22 UTC
dfc4760 Add types to praw/models/reddit/mixins/messageable.py 23 April 2020, 23:18:00 UTC
eabd1aa Add types to praw/models/reddit/mixins/fullname.py 23 April 2020, 22:32:49 UTC
387ac61 Add types to praw/models/reddit/mixins/editable.py 23 April 2020, 22:31:53 UTC
eca8ed2 Change language in SECURITY.md to not be version-dependent 23 April 2020, 18:58:19 UTC
791a8f8 Merge pull request #1415 from praw-dev/update_prawcore Update prawcore version to be at least 1.2.0 * 23 April 2020, 18:23:19 UTC
19beaee Update prawcore version to be at least 1.2.0 23 April 2020, 18:12:45 UTC
d2f6d1d Add note to install the [dev] options (#1411) 23 April 2020, 15:22:17 UTC
c081306 Merge pull request #1413 from praw-dev/PythonCoderAS-patch-3 Fix rendering typo 23 April 2020, 03:00:46 UTC
e935019 Merge pull request #1388 from MaybeNetwork/fix-flair-update Fix bug in SubredditFlair update method 23 April 2020, 02:58:39 UTC
0b6b1d9 Fix rendering typo Rendered as Award``s 23 April 2020, 02:58:03 UTC
04eab29 Update CHANGES.rst 23 April 2020, 02:51:22 UTC
09f84f5 Add changelog entry 23 April 2020, 02:45:03 UTC
311bd1f Forgot to close parenthesis (#1410) * Forgot to close parenthesis * Update docs/getting_started/configuration/prawini.rst Fix another typo 23 April 2020, 02:25:01 UTC
46bf3d4 Merge pull request #1409 from praw-dev/replace-mock Use unittest.mock over mock package 23 April 2020, 02:22:05 UTC
927a16d Use unittest.mock over mock package The mock module is just a backport of the mock module, and as the minimum version comes with the unittest.mock module, there is no need to keep on installing another dependency. 23 April 2020, 01:19:48 UTC
65ec2a6 Update prawini.rst (#1408) 22 April 2020, 23:42:56 UTC
63efa23 Merge pull request #1400 from PythonCoderAS/add-newline Added newlines to text files missing newlines 22 April 2020, 18:43:39 UTC
d7fbd5a Merge pull request #1406 from PythonCoderAS/fix-dead-url Minor Documentation Improvements 22 April 2020, 04:56:55 UTC
192d1e2 Add alternate git installation method 22 April 2020, 04:21:04 UTC
c43f94d Use our own version of PrettyJSONSerializer This version is compliant with the POSIX definition of a line, by outputting newlines with each record. 22 April 2020, 03:54:49 UTC
6d7d806 Fix any edits to image files 22 April 2020, 02:50:20 UTC
5678da9 Added newlines to text files missing newlines In POSIX, a line is defined as "A sequence of zero or more non- <newline> characters plus a terminating <newline> character." Reference: https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 The lack of a newline can cause problems with command line tools, and therefore, it is a best practice to add newlines to all text files. In order to add newlines to text files only, this command was used: git ls-files -z | while IFS= read -rd '' f; do tail -c1 < "$f" | read -r _ || echo >> "$f"; done Command Source: https://unix.stackexchange.com/a/161853/383290 22 April 2020, 02:50:18 UTC
4e4a18b Merge pull request #1402 from praw-dev/coveralls-test Limit coverallsapp/github-action version 22 April 2020, 02:35:14 UTC
24adb0b Limit coverallsapp/github-action version 22 April 2020, 02:31:11 UTC
154f7cd Use HTTPS links HTTPS should be a default. 22 April 2020, 00:49:52 UTC
98fffe9 Broken redirect Redirect docs.python-requests.org -> requests.readthedocs.io 22 April 2020, 00:42:20 UTC
303fc16 Start a glossary (#1382) * Start a glossary * Fixup from code review * Remove Snake Case 21 April 2020, 17:56:09 UTC
214e932 Merge pull request #1397 from praw-dev/improve-coverage-report Add line numbers to any missed statements 20 April 2020, 16:33:57 UTC
a40a7a7 Shows line numbers of any missed statement. 20 April 2020, 15:52:17 UTC
441bb60 Merge pull request #1396 from RichardHoekstra/master Documentation: wrong prefix 19 April 2020, 15:58:26 UTC
04c3056 Documentation: wrong prefix t1_ are comments, t3_ are links (submissions) 19 April 2020, 12:08:22 UTC
2ab8fba Comment clarification (#1392) * - Clarify 'parent_id' prefix format. - Add monospaced formatting to allow usage of underscores. - Use the same format for the prefix everywhere (redditors.py was different) 18 April 2020, 22:39:30 UTC
e0e49be Merge pull request #1394 from praw-dev/PythonCoderAS-patch-1 Fix documentation that contained invalid code 18 April 2020, 20:58:19 UTC
8b1a127 Fix documentation that contained invalid code 18 April 2020, 20:24:33 UTC
8a801a6 Merge pull request #1391 from praw-dev/confidence Change default comment sort to confidence 15 April 2020, 04:29:59 UTC
144bef4 Changing the sort in urls Command to do it yourself: find "tests/integration/cassettes" -type f -name "*.json" -exec sed -i '' "s/sort=best/sort=confidence/g" {} \; 13 April 2020, 18:07:44 UTC
bb0e00c Change default comment sort to confidence 13 April 2020, 16:23:58 UTC
048f9c7 Test to make sure that the flair change went through 07 April 2020, 21:07:40 UTC
0297557 Update AUTHORS.rst 07 April 2020, 21:07:39 UTC
c1b9db7 Update subreddit.py 07 April 2020, 21:07:37 UTC
5c05950 Merge pull request #1389 from praw-dev/PythonCoderAS-patch-1 Update pre_push.py 07 April 2020, 20:16:55 UTC
156ebd6 Update pre_push.py 07 April 2020, 20:12:29 UTC
9cc32cd Merge pull request #1390 from praw-dev/PythonCoderAS-patch-2 Change sphinx to <3.0 07 April 2020, 20:09:05 UTC
20d68c9 Update setup.py 07 April 2020, 20:04:34 UTC
22c3d91 Merge pull request #1387 from PythonCoderAS/subreddit-update Subreddit update 05 April 2020, 05:38:47 UTC
a7a1a4b Refresh cassette 05 April 2020, 01:09:19 UTC
77dca1e Document current values and get rid of old parameters that no longer exist 05 April 2020, 00:42:31 UTC
3d9d488 Merge pull request #1379 from PythonCoderAS/master Single change 22 March 2020, 00:20:19 UTC
2295ce2 Write Trophy change to changelog 22 March 2020, 00:06:23 UTC
82b59da Merge pull request #1369 from PythonCoderAS/compare-trophy Make trophies comparable 21 March 2020, 22:06:21 UTC
7fb6bd1 Add Any annotation 21 March 2020, 22:00:28 UTC
77af564 Merge pull request #1372 from PythonCoderAS/make-comparable-with-other Make comparable with other 21 March 2020, 20:46:27 UTC
cd934d1 Merge pull request #1368 from PythonCoderAS/issubclass Change exceptions to use `issubclass` which does not require instantiation 21 March 2020, 20:03:59 UTC
339245f Change exceptions to use `issubclass` which does not require instantiation 20 March 2020, 20:17:59 UTC
4074644 Make trophies comparable 20 March 2020, 20:17:33 UTC
9d67ee2 Test with other types 20 March 2020, 20:15:54 UTC
2dd49af Change equality functions to not error if different types are compared 20 March 2020, 20:15:54 UTC
c35b27c Merge pull request #1367 from toddrob99/submit-live-discussion Add discussion_type parameter to subreddit.submit[_image,_video] methods 20 March 2020, 04:13:12 UTC
1832760 Write integration tests 20 March 2020, 04:06:57 UTC
b920a9a Tweak grammar 20 March 2020, 00:13:40 UTC
4ca4576 Add discussion_type parameter to subreddit.submit[_image, _video] methods 19 March 2020, 23:54:33 UTC
b3e6626 Merge pull request #1365 from praw-dev/removal_message_error Raise RedditAPIException instead of BadRequest 16 March 2020, 17:18:12 UTC
bb0e00f Raise custom exception if BadRequest doesn't have a json body 16 March 2020, 17:13:10 UTC
bb0e004 Ignore certain flake8 settings that are not necessary with black 16 March 2020, 07:02:33 UTC
bb0e004 Add test for send_removal_message with too long of a title 16 March 2020, 07:02:10 UTC
bb0e007 Raise RedditAPIException instead of BadRequest 16 March 2020, 07:01:47 UTC
6df52d2 Create new exception (#1345) Co-authored-by: Pyprohly <33630708+Pyprohly@users.noreply.github.com> Co-authored-by: Bryce Boe <bbzbryce@gmail.com> 15 March 2020, 23:48:46 UTC
99e60a5 Merge pull request #1364 from ScottBrenner/patch-1 Update actions/checkout version 15 March 2020, 21:14:44 UTC
back to top