about summary refs log tree commit diff stats
path: root/ranger/core
Commit message (Expand)AuthorAgeFilesLines
* runner: Initialize variables outside of try-excepttoonn2022-05-261-2/+4
* loader: Use `in` Pythonismtoonn2022-02-051-1/+1
* Revert "runner: Drop disappeared Pylint options"toonn2022-02-051-0/+2
* Revert "loader: Drop disappeared Pylint options"toonn2022-02-051-0/+1
* Revert "actions: Drop disappeared Pylint options"toonn2022-02-051-0/+5
* runner: Drop disappeared Pylint optionstoonn2022-02-051-2/+0
* loader: Drop disappeared Pylint optionstoonn2022-02-051-1/+0
* actions: Drop disappeared Pylint optionstoonn2022-02-051-5/+0
* runner: Force UTF-8 encodingtoonn2021-09-011-2/+2
* metadata: Force UTF-8 encodingtoonn2021-09-011-2/+2
* main: Force UTF-8 encodingtoonn2021-09-011-4/+8
* loader: Force UTF-8 encodingtoonn2021-09-011-1/+3
* fm: Force UTF-8 encodingtoonn2021-09-011-2/+2
* actions: Force UTF-8 encodingtoonn2021-09-011-3/+7
* actions: Fix source to encode lines to ASCIItoonn2021-09-011-0/+2
* actions: Switch to io.opentoonn2021-09-011-7/+7
* runner: Switch to io.opentoonn2021-09-011-3/+4
* metadata: Switch to io.opentoonn2021-09-011-3/+4
* main: Switch to io.opentoonn2021-09-011-6/+6
* loader: Switch to io.opentoonn2021-09-011-6/+6
* fm: Switch to io.opentoonn2021-09-011-5/+5
* actions: Switch to open23, disable lint for sourcetoonn2021-08-271-2/+4
* fm: Switch to open23, forcing UTF-8toonn2021-08-271-12/+13
* loader: Switch to open23toonn2021-08-271-2/+3
* main: Switch to open23, forcing UTF-8toonn2021-08-271-3/+3
* metadata: Switch to open23, forcing UTF-8 for the metadata filetoonn2021-08-271-4/+5
* runner: Switch to open23toonn2021-08-271-2/+3
* Make tab command names consistent with vim, closes #2412Thiago Perrotta2021-08-141-0/+21
* core.runner: Disable lints because of peculiar uses of opentoonn2021-07-201-0/+3
* core.main: Refactor to use open23 and apply sensible lintstoonn2021-07-201-10/+10
* loader: Disable lint because of peculiar uses of opentoonn2021-07-201-1/+5
* actions: Disable lints because of peculiar use of opentoonn2021-07-201-0/+9
* actions.py: Another implicit returntoonn2021-07-151-1/+1
* actions.py: Simplify a boolean condition to appease pylinttoonn2021-07-151-1/+1
* Merge branch '5hir0kur0-fix-1798-crashes-when-deleting-to-trash'toonn2021-03-281-0/+38
|\
| * fm: Py2 doesn't handle implicit format referencestoonn2021-03-281-1/+2
| * trash: Move paths_to_filesystem_objects to fm.py5hir0kur02020-03-071-0/+37
* | Check man is available before usetoonn2021-03-081-11/+13
* | Rephrase message if man is not installedideal2021-03-081-1/+1
* | Fix crash if man is not installed when hit '?' and 'm'.ideal2021-03-071-0/+3
* | Fix incorrect file URI scheme prefixtrk2021-03-041-1/+1
* | Merge branch 'SimSaladin-issue-1744'toonn2021-02-282-6/+6
|\ \
| * | drop custom MimeTypes object in core.fmSamuli Thomasson2020-09-111-5/+4
| * | Fix mimetypes initialization #1744Samuli Thomasson2020-09-082-5/+6
* | | Refactor error checking for _pointed_objtoonn2021-01-051-11/+9
* | | Fix IndexError(list index out of range);chu4ng2020-12-051-0/+2
* | | Merge remote-tracking branch 'toonn/fix-files-none' into fix-files-indexchu4ng2020-12-051-1/+4
|\ \ \
| * | | If files is None we can't set the _pointed_objtoonn2020-08-121-1/+4
| |/ /
* / / Fix encoding of cached filenamestoonn2020-10-041-1/+1
|/ /
* | Add initialization and fix indentationtoonn2020-08-011-3/+6