Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | container.settings: Do not try to access key before being set | nfnty | 2017-01-25 | 1 | -2/+1 |
| | | | | Fixes #446 | ||||
* | core.loader: `safeDecode()` -> `safe_decode()` | nfnty | 2017-01-25 | 1 | -5/+5 |
| | |||||
* | core.loader: `safeDecode()`: Do not try to decode with encoding `None` | nfnty | 2017-01-25 | 1 | -2/+3 |
| | |||||
* | config/rc.conf: Remove `IGNORE_CASE` from `travel` alias | nfnty | 2017-01-25 | 1 | -1/+1 |
| | | | | Fixes #620 | ||||
* | data/scope.sh: Make `file` output easily discernible | nfnty | 2017-01-25 | 1 | -1/+1 |
| | |||||
* | config/rc.conf: Add map for copying selection to clipboard | nfnty | 2017-01-24 | 1 | -3/+4 |
| | | | | Fixes #718 | ||||
* | ext.shutil_generatorized: Update to Python 2.7.13 | nfnty | 2017-01-24 | 1 | -29/+26 |
| | |||||
* | ext.shutil_generatorized: Use builtin functions | nfnty | 2017-01-24 | 1 | -128/+18 |
| | | | | | Fixes #724 Fixes #734 | ||||
* | core.loader: `CopyLoader.generate`: Reduce nesting | nfnty | 2017-01-24 | 1 | -48/+50 |
| | |||||
* | container.fsobject: Fix natural sort | nfnty | 2017-01-24 | 3 | -17/+43 |
| | | | | Fixes #749 | ||||
* | Makefile: Split tests | nfnty | 2017-01-24 | 2 | -14/+19 |
| | |||||
* | config.commands: `setlocal`: Properly parse path with spaces | nfnty | 2017-01-24 | 5 | -16/+31 |
| | | | | | | Added proper quote parsing Fixes #753 | ||||
* | core.actions: macros: `confdir` should not be defined in clean mode | nfnty | 2017-01-23 | 2 | -6/+5 |
| | | | | Fixes #758 | ||||
* | container.bookmarks: Notify on errors, Disallow files | nfnty | 2017-01-23 | 1 | -38/+46 |
| | | | | Fixes #760 | ||||
* | core.linemode: `FileInfoLinemode`: Output is already decoded | nfnty | 2017-01-23 | 1 | -5/+1 |
| | | | | Fixes Python 3 crash | ||||
* | core.actions: Reduce `get_preview()` nesting | nfnty | 2017-01-23 | 1 | -118/+123 |
| | |||||
* | data/scope.sh: Use `file` as a fallback | Lauri Niskanen | 2017-01-23 | 1 | -0/+2 |
| | | | | Fixes #770 | ||||
* | core.linemode: `Mtime`: Fix crash when `file.stat is None` | Christian Zangl | 2017-01-23 | 1 | -0/+4 |
| | | | | | | | | This can happen with Bash on Windows for files without permission and on OSX/Linux when deleting files. Fixes #741 Fixes #769 | ||||
* | core.actions: Split `$PAGER` before running | Profpatsch | 2017-01-22 | 1 | -6/+7 |
| | | | | If `$PAGER` is `less -R`, then `-R` should be an argument. | ||||
* | config/rifle.conf: Add `--each` to atool for multiple files | nfnty | 2017-01-22 | 1 | -4/+4 |
| | | | | Partial fix for #746 | ||||
* | Update CONTRIBUTING and HACKING with new instructions | nfnty | 2017-01-22 | 2 | -7/+8 |
| | |||||
* | Merge branch 'broad-except' | nfnty | 2017-01-21 | 43 | -324/+306 |
|\ | |||||
| * | linting: pylint: Enable `broad-except`, Improve logging | nfnty | 2017-01-21 | 43 | -324/+306 |
|/ | | | | | | | Handle exceptions explicitly to prevent unexpected errors from causing problems. Improve exception and notification logging. | ||||
* | Merge branch 'division' | nfnty | 2017-01-21 | 89 | -113/+113 |
|\ | |||||
| * | Python 3 division: Remove explicit float conversions | nfnty | 2017-01-21 | 8 | -24/+24 |
| | | |||||
| * | Python 3 division: Import `division` from `__future__` | nfnty | 2017-01-21 | 89 | -89/+89 |
|/ | |||||
* | Merge branch 'lint' | nfnty | 2017-01-20 | 94 | -1617/+2061 |
|\ | |||||
| * | linting: Fix flake8 `W503` | nfnty | 2017-01-18 | 3 | -8/+5 |
| | | |||||
| * | linting: Correct autopep8 | nfnty | 2017-01-18 | 28 | -238/+255 |
| | | | | | | | | Allow bad whitespace in special circumstances | ||||
| * | linting: pylint 2.0.0 | nfnty | 2017-01-17 | 34 | -129/+114 |
| | | |||||
| * | linting: Fix `make test` | nfnty | 2017-01-17 | 3 | -2/+6 |
| | | |||||
| * | linting: Enable `attribute-defined-outside-init` | nfnty | 2017-01-17 | 7 | -9/+28 |
| | | |||||
| * | linting: Enable `access-member-before-definition` | nfnty | 2017-01-17 | 4 | -4/+6 |
| | | |||||
| * | linting: `ranger.gui.curses_shortcuts.CursesShortcuts`: Init all attributes | nfnty | 2017-01-17 | 3 | -2/+7 |
| | | |||||
| * | linting: `ranger.gui.widgets.view_base.ViewBase`: Init all attributes | nfnty | 2017-01-17 | 2 | -20/+6 |
| | | |||||
| * | linting: `ranger.core.runner.Context`: Init all attributes | nfnty | 2017-01-17 | 2 | -6/+14 |
| | | |||||
| * | linting: Do not convert arguments to `OpenStruct` | nfnty | 2017-01-17 | 8 | -75/+77 |
| | | |||||
| * | linting: Enable `consider-iterating-dictionary` | nfnty | 2017-01-17 | 2 | -2/+2 |
| | | |||||
| * | linting: Fix Travis CI | nfnty | 2017-01-17 | 2 | -5/+3 |
| | | |||||
| * | linting: Python 2 compat: Import from `__future__` | nfnty | 2017-01-17 | 89 | -5/+187 |
| | | |||||
| * | linting: Python 2 compat | nfnty | 2017-01-17 | 13 | -63/+66 |
| | | |||||
| * | linting: pylint and flake8 | nfnty | 2017-01-17 | 81 | -920/+1105 |
| | | |||||
| * | linting: autopep8 | nfnty | 2017-01-17 | 51 | -421/+472 |
|/ | |||||
* | GitHub issue templates: Minor reorder and rewording | nfnty | 2017-01-17 | 2 | -6/+6 |
| | |||||
* | GitHub issue templates: Add terminal emulator | nfnty | 2017-01-16 | 2 | -6/+8 |
| | |||||
* | GitHub issue templates: Reorder and improve editability | nfnty | 2017-01-16 | 2 | -49/+62 |
| | |||||
* | Documentation: Improve readability | nfnty | 2017-01-16 | 3 | -75/+77 |
| | |||||
* | GitHub issue templates: Add extra spaces | nfnty | 2017-01-16 | 2 | -11/+18 |
| | |||||
* | Added GitHub issue templates | nfnty | 2017-01-16 | 2 | -0/+76 |
| | |||||
* | core/actions.py: search_file: Do not use `re.LOCALE` | nfnty | 2017-01-15 | 1 | -1/+1 |
| | | | | | | | | Caught by pylint. Continuation of bf36701d3b2cef579d89eb912aa3945de7a7f978 Fixes #664 Fixes #752 |