Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fix indendation of sha512_encode | toonn | 2020-07-07 | 1 | -4/+5 | |
| * | | Hashlib requires objects implementing the buffer API | toonn | 2020-07-07 | 1 | -3/+4 | |
* | | | Merge pull request #2034 from toonn/py-version-checks | Wojciech Siewierski | 2020-07-07 | 1 | -4/+6 | |
|\ \ \ | ||||||
| * | | | Refactor _add_character as static method | toonn | 2020-07-07 | 1 | -40/+40 | |
| * | | | Refactor _add_character as function | toonn | 2020-07-07 | 1 | -39/+40 | |
| * | | | Missed a couple py3 version checks | toonn | 2020-07-07 | 1 | -3/+4 | |
|/ / / | ||||||
* | | | Merge branch 'windowserror' | toonn | 2020-07-05 | 1 | -11/+1 | |
|\ \ \ | ||||||
| * | | | Remove WindowsError | toonn | 2020-07-05 | 1 | -11/+1 | |
|/ / / | ||||||
* | | | Merge branch 'pylint3k' | toonn | 2020-07-05 | 26 | -102/+356 | |
|\ \ \ | ||||||
| * | | | Apply some PEP8 love to the pylint module and tests | toonn | 2020-07-05 | 2 | -20/+17 | |
| * | | | Fix two issues caught by pylint3k | toonn | 2020-07-05 | 2 | -1/+2 | |
| * | | | Implement python 2 compatibility checks | toonn | 2020-07-05 | 5 | -0/+293 | |
| * | | | Document expected failure of GH Action | toonn | 2020-07-05 | 1 | -1/+1 | |
| * | | | Clarify excluded tests for github workflow | toonn | 2020-07-05 | 2 | -3/+3 | |
| * | | | Possible bug caught in review | toonn | 2020-07-05 | 3 | -5/+9 | |
| * | | | Drop explicit return None | toonn | 2020-07-05 | 1 | -1/+0 | |
| * | | | Use chained comparison instead of multiple clauses | toonn | 2020-07-05 | 4 | -9/+9 | |
| * | | | Adjust comment indentation | toonn | 2020-07-05 | 1 | -7/+7 | |
| * | | | Drop unnecessary if-expressions | toonn | 2020-07-05 | 3 | -5/+6 | |
| * | | | Use in instead of multiple equality clauses | toonn | 2020-07-05 | 2 | -6/+6 | |
| * | | | Drop unnecessary comprehensions | toonn | 2020-07-05 | 2 | -7/+3 | |
| * | | | Drop redundant try-except | toonn | 2020-07-05 | 1 | -4/+2 | |
| * | | | Switch to testing after lower casing for consistency | toonn | 2020-07-05 | 1 | -2/+2 | |
| * | | | Drop redundant pass statements | toonn | 2020-07-05 | 3 | -11/+0 | |
| * | | | Add local pylint disables | toonn | 2020-07-05 | 3 | -2/+4 | |
| * | | | Disable dict-comprehension suggestion | toonn | 2020-07-05 | 1 | -0/+2 | |
| * | | | Disable spurious warning, name is obviously passed | toonn | 2020-07-05 | 1 | -0/+1 | |
| * | | | Replace if statement with dict.get with default | toonn | 2020-07-05 | 1 | -8/+2 | |
| * | | | Add global Pylint ignores | toonn | 2020-07-05 | 2 | -2/+2 | |
| * | | | Prepare for Pylint transition from versions <2 | toonn | 2020-07-05 | 5 | -40/+17 | |
|/ / / | ||||||
* | | | Merge branch 'touch-recursive' | toonn | 2020-07-05 | 1 | -1/+5 | |
|\ \ \ | ||||||
| * | | | :touch create missing directories | toonn | 2020-06-16 | 1 | -1/+5 | |
* | | | | Merge branch 'color-line-numbers' | toonn | 2020-07-05 | 5 | -5/+16 | |
|\ \ \ \ | ||||||
| * | | | | Implement a line_number context for colorschemes | toonn | 2020-04-09 | 5 | -5/+16 | |
* | | | | | Merge branch 'py-version-checks' | toonn | 2020-07-05 | 13 | -37/+34 | |
|\ \ \ \ \ | ||||||
| * | | | | | Factor out python 3 version checking | toonn | 2020-06-29 | 12 | -37/+34 | |
| * | | | | | Factor PY3 constant out into ranger module | toonn | 2020-06-29 | 3 | -5/+5 | |
* | | | | | | Merge branch 'rc_macro_error' | toonn | 2020-07-05 | 2 | -68/+121 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add MacroDict | toonn | 2019-09-27 | 2 | -67/+120 | |
| * | | | | | | Catch exceptions when resolving macros in rc.conf | toonn | 2019-07-18 | 1 | -2/+2 | |
* | | | | | | | Merge pull request #1816 from toonn/gifehfeh | Wojciech Siewierski | 2020-07-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Feh does not handle animated gifs gracefully | toonn | 2020-01-24 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #1847 from toonn/rust-is-text | Wojciech Siewierski | 2020-07-05 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add rust to programming languages for rifle | toonn | 2020-02-21 | 1 | -5/+5 | |
* | | | | | | | | | Merge branch 'cache-hash' [#2019] | Wojciech Siewierski | 2020-07-05 | 1 | -11/+9 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| * | | | | | | | | Switch from SHA-1 to SHA-512 for the cache | toonn | 2020-06-29 | 1 | -5/+4 | |
| * | | | | | | | | Get rid of redundant code | toonn | 2020-06-29 | 1 | -6/+1 | |
| * | | | | | | | | Drop file path from cache hash | toonn | 2020-06-29 | 1 | -2/+1 | |
| * | | | | | | | | Include mtime in hash rather than comparing | toonn | 2020-06-29 | 1 | -7/+12 | |
| * | | | | | | | | Allow equal mtime for cached previews | toonn | 2020-02-12 | 1 | -1/+1 | |
| |/ / / / / / / |