Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runner: Initialize variables outside of try-except | toonn | 2022-05-26 | 1 | -2/+4 |
| | |||||
* | loader: Use `in` Pythonism | toonn | 2022-02-05 | 1 | -1/+1 |
| | |||||
* | Revert "runner: Drop disappeared Pylint options" | toonn | 2022-02-05 | 1 | -0/+2 |
| | | | | This reverts commit 05af3b99d87ade639cfb8dd33acda9c76d5e93e5. | ||||
* | Revert "loader: Drop disappeared Pylint options" | toonn | 2022-02-05 | 1 | -0/+1 |
| | | | | This reverts commit c3824a59b28fa4895e44718edebc144859eac233. | ||||
* | Revert "actions: Drop disappeared Pylint options" | toonn | 2022-02-05 | 1 | -0/+5 |
| | | | | This reverts commit 3f5cae584e56ca47e7460dd2634d0b10b3787a9d. | ||||
* | runner: Drop disappeared Pylint options | toonn | 2022-02-05 | 1 | -2/+0 |
| | |||||
* | loader: Drop disappeared Pylint options | toonn | 2022-02-05 | 1 | -1/+0 |
| | |||||
* | actions: Drop disappeared Pylint options | toonn | 2022-02-05 | 1 | -5/+0 |
| | |||||
* | runner: Force UTF-8 encoding | toonn | 2021-09-01 | 1 | -2/+2 |
| | |||||
* | metadata: Force UTF-8 encoding | toonn | 2021-09-01 | 1 | -2/+2 |
| | |||||
* | main: Force UTF-8 encoding | toonn | 2021-09-01 | 1 | -4/+8 |
| | |||||
* | loader: Force UTF-8 encoding | toonn | 2021-09-01 | 1 | -1/+3 |
| | |||||
* | fm: Force UTF-8 encoding | toonn | 2021-09-01 | 1 | -2/+2 |
| | |||||
* | actions: Force UTF-8 encoding | toonn | 2021-09-01 | 1 | -3/+7 |
| | |||||
* | actions: Fix source to encode lines to ASCII | toonn | 2021-09-01 | 1 | -0/+2 |
| | | | | | The machinery behind `:source` expects "str"s everywhere so this is the easiest way to allow switching to `io.open()` without causing problems. | ||||
* | actions: Switch to io.open | toonn | 2021-09-01 | 1 | -7/+7 |
| | |||||
* | runner: Switch to io.open | toonn | 2021-09-01 | 1 | -3/+4 |
| | |||||
* | metadata: Switch to io.open | toonn | 2021-09-01 | 1 | -3/+4 |
| | |||||
* | main: Switch to io.open | toonn | 2021-09-01 | 1 | -6/+6 |
| | |||||
* | loader: Switch to io.open | toonn | 2021-09-01 | 1 | -6/+6 |
| | |||||
* | fm: Switch to io.open | toonn | 2021-09-01 | 1 | -5/+5 |
| | |||||
* | actions: Switch to open23, disable lint for source | toonn | 2021-08-27 | 1 | -2/+4 |
| | |||||
* | fm: Switch to open23, forcing UTF-8 | toonn | 2021-08-27 | 1 | -12/+13 |
| | |||||
* | loader: Switch to open23 | toonn | 2021-08-27 | 1 | -2/+3 |
| | |||||
* | main: Switch to open23, forcing UTF-8 | toonn | 2021-08-27 | 1 | -3/+3 |
| | |||||
* | metadata: Switch to open23, forcing UTF-8 for the metadata file | toonn | 2021-08-27 | 1 | -4/+5 |
| | |||||
* | runner: Switch to open23 | toonn | 2021-08-27 | 1 | -2/+3 |
| | |||||
* | Make tab command names consistent with vim, closes #2412 | Thiago Perrotta | 2021-08-14 | 1 | -0/+21 |
| | | | | | | | tabnew proxies to tab_new, tabclose proxies to tab_close, and so on. Both forms (with and without underscore) remain available, the underscore being the canonical ones. | ||||
* | core.runner: Disable lints because of peculiar uses of open | toonn | 2021-07-20 | 1 | -0/+3 |
| | |||||
* | core.main: Refactor to use open23 and apply sensible lints | toonn | 2021-07-20 | 1 | -10/+10 |
| | |||||
* | loader: Disable lint because of peculiar uses of open | toonn | 2021-07-20 | 1 | -1/+5 |
| | |||||
* | actions: Disable lints because of peculiar use of open | toonn | 2021-07-20 | 1 | -0/+9 |
| | |||||
* | actions.py: Another implicit return | toonn | 2021-07-15 | 1 | -1/+1 |
| | |||||
* | actions.py: Simplify a boolean condition to appease pylint | toonn | 2021-07-15 | 1 | -1/+1 |
| | |||||
* | Merge branch '5hir0kur0-fix-1798-crashes-when-deleting-to-trash' | toonn | 2021-03-28 | 1 | -0/+38 |
|\ | |||||
| * | fm: Py2 doesn't handle implicit format references | toonn | 2021-03-28 | 1 | -1/+2 |
| | | |||||
| * | trash: Move paths_to_filesystem_objects to fm.py | 5hir0kur0 | 2020-03-07 | 1 | -0/+37 |
| | | | | | | | | | | This commit also renames the method to "get_filesystem_objects" for symmetry to "get_directory". | ||||
* | | Check man is available before use | toonn | 2021-03-08 | 1 | -11/+13 |
| | | |||||
* | | Rephrase message if man is not installed | ideal | 2021-03-08 | 1 | -1/+1 |
| | | |||||
* | | Fix crash if man is not installed when hit '?' and 'm'. | ideal | 2021-03-07 | 1 | -0/+3 |
| | | | | | | | | | | | | On some systems (e.g. archlinuxarm) man is not installed by default, hit '?' and 'm' will cause ranger crashed, showing: AttributeError: 'NoneType' object has no attribute 'poll'. | ||||
* | | Fix incorrect file URI scheme prefix | trk | 2021-03-04 | 1 | -1/+1 |
| | | | | | | For the correct file URI scheme specification, see RFC 8089 at https://tools.ietf.org/html/rfc8089. | ||||
* | | Merge branch 'SimSaladin-issue-1744' | toonn | 2021-02-28 | 2 | -6/+6 |
|\ \ | | | | | | | | | | Fixes #1744 | ||||
| * | | drop custom MimeTypes object in core.fm | Samuli Thomasson | 2020-09-11 | 1 | -5/+4 |
| | | | |||||
| * | | Fix mimetypes initialization #1744 | Samuli Thomasson | 2020-09-08 | 2 | -5/+6 |
| | | | |||||
* | | | Refactor error checking for _pointed_obj | toonn | 2021-01-05 | 1 | -11/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2086 Fixes #2125 Fixes #2136 Fixes #2173 Fixes #2205 Fixes #2209 | ||||
* | | | Fix IndexError(list index out of range); | chu4ng | 2020-12-05 | 1 | -0/+2 |
| | | | | | | | | | | | | Fix #2173. | ||||
* | | | Merge remote-tracking branch 'toonn/fix-files-none' into fix-files-index | chu4ng | 2020-12-05 | 1 | -1/+4 |
|\ \ \ | |||||
| * | | | If files is None we can't set the _pointed_obj | toonn | 2020-08-12 | 1 | -1/+4 |
| |/ / | | | | | | | | | | Fixes #2071 | ||||
* / / | Fix encoding of cached filenames | toonn | 2020-10-04 | 1 | -1/+1 |
|/ / | | | | | | | | | | | | | | | A typo crept into the encoding of paths used for the hashes of cached images. The error handler "backslashescape" doesn't exist, it should've been "backslashreplace." Fixes #2119 | ||||
* | | Add initialization and fix indentation | toonn | 2020-08-01 | 1 | -3/+6 |
| | |