summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * linting: pylint 2.0.0nfnty2017-01-1734-129/+114
| * linting: Fix `make test`nfnty2017-01-173-2/+6
| * linting: Enable `attribute-defined-outside-init`nfnty2017-01-177-9/+28
| * linting: Enable `access-member-before-definition`nfnty2017-01-174-4/+6
| * linting: `ranger.gui.curses_shortcuts.CursesShortcuts`: Init all attributesnfnty2017-01-173-2/+7
| * linting: `ranger.gui.widgets.view_base.ViewBase`: Init all attributesnfnty2017-01-172-20/+6
| * linting: `ranger.core.runner.Context`: Init all attributesnfnty2017-01-172-6/+14
| * linting: Do not convert arguments to `OpenStruct`nfnty2017-01-178-75/+77
| * linting: Enable `consider-iterating-dictionary`nfnty2017-01-172-2/+2
| * linting: Fix Travis CInfnty2017-01-172-5/+3
| * linting: Python 2 compat: Import from `__future__`nfnty2017-01-1789-5/+187
| * linting: Python 2 compatnfnty2017-01-1713-63/+66
| * linting: pylint and flake8nfnty2017-01-1781-920/+1105
| * linting: autopep8nfnty2017-01-1751-421/+472
|/
* GitHub issue templates: Minor reorder and rewordingnfnty2017-01-172-6/+6
* GitHub issue templates: Add terminal emulatornfnty2017-01-162-6/+8
* GitHub issue templates: Reorder and improve editabilitynfnty2017-01-162-49/+62
* Documentation: Improve readabilitynfnty2017-01-163-75/+77
* GitHub issue templates: Add extra spacesnfnty2017-01-162-11/+18
* Added GitHub issue templatesnfnty2017-01-162-0/+76
* core/actions.py: search_file: Do not use `re.LOCALE`nfnty2017-01-151-1/+1
* Merge branch 'stable'hut2017-01-086-5/+8
|\
| * ranger in danger because of some stranger v1.8.1hut2017-01-086-5/+8
| * config/commands.py: scout: Do not use `re.LOCALE`nfnty2017-01-081-1/+1
* | config/commands.py: scout: Do not use `re.LOCALE`nfnty2017-01-071-1/+1
* | changed version label "stable" back to "master"hut2016-12-241-1/+1
* | Merge branch 'stable'hut2016-12-247-21/+42
|\|
| * git commit -m 'git commit -m git\ commit\ -m\ '\''Happy\ Holidays\!'\' v1.8.0hut2016-12-247-21/+42
* | ext.spawn: Refactor: Add compatibility layernfnty2016-12-221-2/+28
* | Merge remote-tracking branch 'Enzime/fix/multipane-not-using-entire-width'nfnty2016-12-211-3/+3
|\ \
| * | Change how column widths are calculatedMichael Hoang2016-08-211-3/+3
* | | Merge remote-tracking branch 'nfnty/spawn'nfnty2016-12-214-57/+42
|\ \ \
| * | | ext.spawn: Refactornfnty2016-12-184-57/+42
* | | | ext.vcs: Improve loggingnfnty2016-12-211-6/+12
|/ / /
* | | Merge branch 'fix_docstring_move' of https://github.com/ael-code/rangerhut2016-12-051-1/+1
|\ \ \
| * | | typo fix in move function docstringael-code2016-11-091-1/+1
* | | | Merge branch 'trailing_space_fix' of https://github.com/vlad7777/rangerhut2016-12-051-1/+1
|\ \ \ \
| * | | | Refactored.Vlad2016-11-171-1/+1
| * | | | Fixed trailing space bug in config parsing.Vlad2016-11-151-1/+1
| |/ / /
* | | | Expose logging facilities to commandsael-code2016-11-251-0/+5
* | | | Move startup log calls in main functionael-code2016-11-252-5/+5
* | | | Added some useful debugging messageael-code2016-11-252-5/+18
* | | | Update all the log callsael-code2016-11-254-11/+14
* | | | Make use of standard logging library to handle logsael-code2016-11-254-4/+102
* | | | cli: added logfile optionael-code2016-11-251-0/+2
* | | | Removed unused nested function in FM classael-code2016-11-251-2/+0
* | | | Removed unused logging helper functionael-code2016-11-251-35/+0
|/ / /
* | | Merge branch 'automatic-cd-osx' of https://github.com/arshiamufti/rangerhut2016-11-041-0/+2
|\ \ \ | |_|/ |/| |
| * | Add correct path to ranger on OS XArshia Mufti2016-09-061-0/+2
* | | Merge branch 'preview_method_set_fix' of https://github.com/Vifon/rangerhut2016-11-041-1/+8
|\ \ \