Commit Graph

998 Commits

Author SHA1 Message Date
Michael Lazar
83cc550d6d Update README.rst
Removing security warning for older versions, enough time has passed that this no longer warrants being displayed front and center
2017-03-30 00:12:22 -07:00
Michael Lazar
f5772f98b6 Update README.rst 2017-03-30 00:09:47 -07:00
Michael Lazar
edc40af723 Merge pull request #354 from michael-lazar/packaged_praw
Bundled praw
2017-03-29 23:07:46 -07:00
Michael Lazar
527a67298f Update __init__.py 2017-03-29 23:04:34 -07:00
Michael Lazar
a26ce0475c Merge remote-tracking branch 'origin/master' into packaged_praw 2017-03-28 23:23:57 -07:00
Michael Lazar
13e9fd9b10 A couple of pylint changes 2017-03-28 23:18:13 -07:00
Michael Lazar
e37904fba5 Add praw package to pylint ignore 2017-03-28 23:07:28 -07:00
Michael Lazar
aa4a4d706c Error message wording 2017-03-28 23:01:51 -07:00
Michael Lazar
92a221305c Added logging, fixed tests 2017-03-28 22:50:51 -07:00
Michael Lazar
87576a6dec Added praw.ini to package 2017-03-28 22:26:42 -07:00
Michael Lazar
26a0e8bc63 Added new packages to setup.py 2017-03-28 22:23:28 -07:00
Michael Lazar
c32119aa77 Fix package installation script 2017-03-28 22:16:14 -07:00
Michael Lazar
6b1eab1a97 Bundling praw v3 with rtv 2017-03-28 21:33:10 -07:00
Michael Lazar
82fda1f995 Update .travis.yml
Tested it this time
2017-03-28 01:18:16 -07:00
Michael Lazar
9cd1c4b12d Update .travis.yml
Too lazy to test the bash conditional statement
2017-03-28 01:10:03 -07:00
Michael Lazar
31024e1a6c Update .travis.yml
Skip pylint on nightly build
2017-03-28 00:31:57 -07:00
Michael Lazar
94c4bdc833 Update .travis.yml
Adding python nightly build to travis
2017-03-28 00:20:22 -07:00
Michael Lazar
290b977683 Merge pull request #353 from michael-lazar/comment_unfolding_order
Comment unfolding order
2017-03-05 00:29:02 -08:00
Michael Lazar
6cae190a95 COmment re-wording 2017-03-04 23:57:53 -08:00
Michael Lazar
08c9af03fa Fixing edge cases in comment order when unfolding more comments 2017-03-04 23:54:02 -08:00
Michael Lazar
aa2c6d5728 Merge pull request #352 from nagracks/requirements
Update requirements.txt
2017-03-02 09:38:26 -08:00
nagracks
48a8cbd71f Update requirements.txt
Add pytest, vcrpy and correct the praw version.
2017-03-02 19:29:36 +05:30
Michael Lazar
a5543544e9 Update README.rst 2017-02-26 15:50:56 -08:00
Michael Lazar
b4f43a63b8 Merge pull request #345 from michael-lazar/requests_version
Upping requests version
2017-02-24 20:23:07 -08:00
Michael Lazar
01fa8db92c Bumping requests version to fix a bug with 2.3.0 2017-02-24 20:15:42 -08:00
Michael Lazar
d420ab3908 Merge pull request #340 from michael-lazar/submission_prompt
Added ability to open submissions from the subreddit prompt.
2017-01-17 22:22:01 -08:00
Michael Lazar
d0345d21f4 Added ability to open submissions from the subreddit prompt. 2017-01-17 22:12:27 -08:00
Michael Lazar
197c289fbe Update README.rst 2017-01-17 20:20:00 -08:00
Michael Lazar
b1bf5f9335 Fix version in changelog 2017-01-12 18:49:35 -08:00
Michael Lazar
23a8ce913e Fixing version number 2017-01-12 18:46:34 -08:00
Michael Lazar
f22bba35d3 Disable pylint for python 3.6 2017-01-12 18:37:38 -08:00
Michael Lazar
6ebe789274 Upping version 2017-01-12 18:23:42 -08:00
Michael Lazar
88d8001bf1 Merge pull request #338 from michael-lazar/fix_tmux
Fix tmux
2017-01-10 19:15:51 -08:00
Michael Lazar
f3deea5abc Fix bug in tmux when TERM is set to xterm-256color 2017-01-10 18:36:44 -08:00
Michael Lazar
e9cd4c4458 Add safety check for terminals without cursor support. 2017-01-06 22:47:29 -08:00
Michael Lazar
0767c8fcab Merge pull request #334 from michael-lazar/osx_display
Ignore OSX $DISPLAY variable, default to true. #166
2016-12-27 22:27:15 -08:00
Michael Lazar
c48c0cfe89 Fixed test. 2016-12-27 22:14:41 -08:00
Michael Lazar
8717731dd0 Merge pull request #333 from michael-lazar/sort_by_shortcut
Changed order-by shortcut to trigger on a single keystroke
2016-12-27 22:12:32 -08:00
Michael Lazar
cf1415ac1d Ignore OSX $DISPLAY variable, default to true. #166 2016-12-27 22:11:21 -08:00
Michael Lazar
e625beb638 Changed order-by shortcut to trigger on a single keystroke. #330 2016-12-27 21:34:08 -08:00
Michael Lazar
ddf85ea727 Update README.rst 2016-11-21 12:18:03 -08:00
Michael Lazar
58f58f8167 Merge pull request #320 from michael-lazar/fix_editor_flags
Fix for using Popen without shell=true for multi-part commands
2016-11-01 10:18:49 -07:00
Michael Lazar
60a75098be Fix for using Popen without shell=true for multi-part commands e.g. "emacs -nw" 2016-11-01 10:13:55 -07:00
Michael Lazar
24496b1a7e Merge pull request #319 from shaggytwodope/master
AUR package in working order
2016-10-31 14:50:39 -07:00
Johnathan Jenkins
ca58713fc6 AUR package in working order
Fixes #258
2016-10-31 14:24:11 -07:00
Michael Lazar
d0dfa0f223 Merge pull request #318 from michael-lazar/simplify_navigation_2
Simplify navigation 2
2016-10-31 13:59:44 -07:00
Michael Lazar
e96db6e7ac Making a few things more clear. 2016-10-31 13:56:08 -07:00
Michael Lazar
6a395216a3 Cleanup refactor. 2016-10-31 13:50:41 -07:00
Michael Lazar
9f5bd93e92 Messing with requirements. 2016-10-19 16:52:43 -07:00
Michael Lazar
cd7ac3456a Upping version. 2016-10-17 19:27:09 -07:00