about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Hashlib requires objects implementing the buffer APItoonn2020-07-071-3/+4
* | | Merge pull request #2034 from toonn/py-version-checksWojciech Siewierski2020-07-071-4/+6
|\ \ \
| * | | Refactor _add_character as static methodtoonn2020-07-071-40/+40
| * | | Refactor _add_character as functiontoonn2020-07-071-39/+40
| * | | Missed a couple py3 version checkstoonn2020-07-071-3/+4
|/ / /
* | | Merge branch 'windowserror'toonn2020-07-051-11/+1
|\ \ \
| * | | Remove WindowsErrortoonn2020-07-051-11/+1
|/ / /
* | | Merge branch 'pylint3k'toonn2020-07-0526-102/+356
|\ \ \
| * | | Apply some PEP8 love to the pylint module and teststoonn2020-07-052-20/+17
| * | | Fix two issues caught by pylint3ktoonn2020-07-052-1/+2
| * | | Implement python 2 compatibility checkstoonn2020-07-055-0/+293
| * | | Document expected failure of GH Actiontoonn2020-07-051-1/+1
| * | | Clarify excluded tests for github workflowtoonn2020-07-052-3/+3
| * | | Possible bug caught in reviewtoonn2020-07-053-5/+9
| * | | Drop explicit return Nonetoonn2020-07-051-1/+0
| * | | Use chained comparison instead of multiple clausestoonn2020-07-054-9/+9
| * | | Adjust comment indentationtoonn2020-07-051-7/+7
| * | | Drop unnecessary if-expressionstoonn2020-07-053-5/+6
| * | | Use in instead of multiple equality clausestoonn2020-07-052-6/+6
| * | | Drop unnecessary comprehensionstoonn2020-07-052-7/+3
| * | | Drop redundant try-excepttoonn2020-07-051-4/+2
| * | | Switch to testing after lower casing for consistencytoonn2020-07-051-2/+2
| * | | Drop redundant pass statementstoonn2020-07-053-11/+0
| * | | Add local pylint disablestoonn2020-07-053-2/+4
| * | | Disable dict-comprehension suggestiontoonn2020-07-051-0/+2
| * | | Disable spurious warning, name is obviously passedtoonn2020-07-051-0/+1
| * | | Replace if statement with dict.get with defaulttoonn2020-07-051-8/+2
| * | | Add global Pylint ignorestoonn2020-07-052-2/+2
| * | | Prepare for Pylint transition from versions <2toonn2020-07-055-40/+17
|/ / /
* | | Merge branch 'touch-recursive'toonn2020-07-051-1/+5
|\ \ \
| * | | :touch create missing directoriestoonn2020-06-161-1/+5
* | | | Merge branch 'color-line-numbers'toonn2020-07-055-5/+16
|\ \ \ \
| * | | | Implement a line_number context for colorschemestoonn2020-04-095-5/+16
* | | | | Merge branch 'py-version-checks'toonn2020-07-0513-37/+34
|\ \ \ \ \
| * | | | | Factor out python 3 version checkingtoonn2020-06-2912-37/+34
| * | | | | Factor PY3 constant out into ranger moduletoonn2020-06-293-5/+5
* | | | | | Merge branch 'rc_macro_error'toonn2020-07-052-68/+121
|\ \ \ \ \ \
| * | | | | | Add MacroDicttoonn2019-09-272-67/+120
| * | | | | | Catch exceptions when resolving macros in rc.conftoonn2019-07-181-2/+2
* | | | | | | Merge pull request #1816 from toonn/gifehfehWojciech Siewierski2020-07-051-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Feh does not handle animated gifs gracefullytoonn2020-01-241-1/+1
* | | | | | | | Merge pull request #1847 from toonn/rust-is-textWojciech Siewierski2020-07-051-5/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Add rust to programming languages for rifletoonn2020-02-211-5/+5
* | | | | | | | | Merge branch 'cache-hash' [#2019]Wojciech Siewierski2020-07-051-11/+9
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Switch from SHA-1 to SHA-512 for the cachetoonn2020-06-291-5/+4
| * | | | | | | | Get rid of redundant codetoonn2020-06-291-6/+1
| * | | | | | | | Drop file path from cache hashtoonn2020-06-291-2/+1
| * | | | | | | | Include mtime in hash rather than comparingtoonn2020-06-291-7/+12
| * | | | | | | | Allow equal mtime for cached previewstoonn2020-02-121-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #1824 from toonn/pprime-draw-bookmarksWojciech Siewierski2020-07-051-1/+1
|\ \ \ \ \ \ \ \