Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | commands: rename: Fix bookmarks and tags updating | nfnty | 2017-02-01 | 1 | -0/+14 |
| | | | | | Fixes #447 Fixes #470 | ||||
* | container.bookmarks: Notify on errors, Disallow files | nfnty | 2017-01-23 | 1 | -38/+46 |
| | | | | Fixes #760 | ||||
* | linting: pylint: Enable `broad-except`, Improve logging | nfnty | 2017-01-21 | 1 | -8/+4 |
| | | | | | | | Handle exceptions explicitly to prevent unexpected errors from causing problems. Improve exception and notification logging. | ||||
* | Python 3 division: Import `division` from `__future__` | nfnty | 2017-01-21 | 1 | -1/+1 |
| | |||||
* | linting: Enable `consider-iterating-dictionary` | nfnty | 2017-01-17 | 1 | -1/+1 |
| | |||||
* | linting: Python 2 compat: Import from `__future__` | nfnty | 2017-01-17 | 1 | -0/+2 |
| | |||||
* | linting: pylint and flake8 | nfnty | 2017-01-17 | 1 | -8/+8 |
| | |||||
* | linting: autopep8 | nfnty | 2017-01-17 | 1 | -1/+1 |
| | |||||
* | Add missing whitespaces around arithmetic operators | stepshal | 2016-06-22 | 1 | -4/+4 |
| | |||||
* | Use 'except Exception:' instead of 'except:' | stepshal | 2016-06-22 | 1 | -2/+2 |
| | |||||
* | Put colon-separated compound statement on separate lines. | stepshal | 2016-06-21 | 1 | -3/+6 |
| | |||||
* | Merge branch 'reduntant' of https://github.com/stepshal/ranger | hut | 2016-06-18 | 1 | -1/+0 |
|\ | |||||
| * | Remove reduntant blank lines | stepshal | 2016-06-16 | 1 | -1/+0 |
| | | |||||
* | | Add two blank lines where is expected | stepshal | 2016-06-16 | 1 | -0/+1 |
|/ | |||||
* | bookmark: replace delete by __delitem__ for consistency with other methods | Laurent Charignon | 2016-01-31 | 1 | -9/+7 |
| | | | | | | | We are already using the python magic methods __setitem__, __getitem__, __contains__ and __iter__. It makes sense to use __delitem__ and not have a custom method name for removing bookmarks. We change the only place where this method is called in the code. | ||||
* | bookmarks: add __delitem__ implementation | Laurent Charignon | 2016-01-31 | 1 | -0/+3 |
| | |||||
* | bookmarks: add missing initialization of original_dict | Laurent Charignon | 2016-01-31 | 1 | -0/+1 |
| | |||||
* | preserve permissions when updating bookmarks. Fix for #59 | igoyak | 2015-06-26 | 1 | -0/+6 |
| | |||||
* | Neater copyright header | hut | 2015-03-19 | 1 | -2/+2 |
| | |||||
* | update email address | hut | 2014-12-11 | 1 | -1/+1 |
| | |||||
* | Changed email address in source code | hut | 2013-08-08 | 1 | -1/+1 |
| | | | | | Since lavabit.com ceased providing email services, I had to change my address from hut lavabit com to hut lepus uberspace de. | ||||
* | Fix docstrings to comply with the PEP8 | hut | 2013-02-22 | 1 | -7/+13 |
| | | | | http://www.python.org/dev/peps/pep-0008/#documentation-strings | ||||
* | updated copyright notices | hut | 2013-02-22 | 1 | -1/+1 |
| | |||||
* | update email address (romanz@lavabit.com -> hut@lavabit.com) | hut | 2013-02-22 | 1 | -1/+1 |
| | |||||
* | removed all trailing whitespaces | hut | 2013-02-10 | 1 | -1/+1 |
| | |||||
* | replaced tabs with 4 spaces in all python files | hut | 2013-02-10 | 1 | -190/+190 |
| | | | | | | | | | PEP 8 (Style Guide for Python Code) suggests the use of 4 spaces: http://www.python.org/dev/peps/pep-0008/#indentation If you need to use tools like "git blame", you can use the -w option to ignore this commit entirely. Patches will continue to work if you substitute tabs with 4 spaces everywhere except in the Makefile. | ||||
* | shorten all copyright messages for better readability | hut | 2012-03-14 | 1 | -13/+1 |
| | |||||
* | Updated copyright headers | hut | 2011-10-10 | 1 | -1/+1 |
| | | | | As much as I hate this, it has to be done | ||||
* | ext.keybindings: implemented %any macro | hut | 2011-09-30 | 1 | -1/+1 |
| | |||||
* | Fix loss of bookmarks when disk is full | hut | 2011-03-08 | 1 | -2/+3 |
| | |||||
* | fix exceptions from invalid unicode characters | hut | 2010-05-16 | 1 | -1/+4 |
| | |||||
* | Clean up | hut | 2010-04-19 | 1 | -4/+1 |
| | | | | | Mostly remove unused imports and move imports from functions to the module level | ||||
* | working on the configuration system / main method | hut | 2010-03-12 | 1 | -0/+8 |
| | |||||
* | Changed license to the GNU General Public License | hut | 2010-02-28 | 1 | -11/+12 |
| | |||||
* | cleanups | hut | 2010-01-24 | 1 | -6/+6 |
| | |||||
* | fixed #43: bookmark ` = ' | hut | 2010-01-18 | 1 | -3/+8 |
| | |||||
* | added license information | hut | 2010-01-08 | 1 | -0/+14 |
| | |||||
* | random cleanups/fixes | hut | 2010-01-01 | 1 | -1/+4 |
| | |||||
* | bookmarks: added testcase, documentation, setting | hut | 2010-01-01 | 1 | -3/+5 |
| | |||||
* | bookmarks: fixed disappearing bookmarks | hut | 2010-01-01 | 1 | -4/+8 |
| | |||||
* | bookmarks: changed NonexistantBookmark to KeyError | hut | 2010-01-01 | 1 | -4/+1 |
| | |||||
* | bookmarks: catch some special conditions | hut | 2010-01-01 | 1 | -0/+4 |
| | |||||
* | draw a list of bookmarks when pressing ` or ' | hut | 2010-01-01 | 1 | -0/+3 |
| | |||||
* | re-indented docstrings | hut | 2009-12-17 | 1 | -15/+16 |
| | |||||
* | updated / added tests | hut | 2009-12-13 | 1 | -4/+0 |
| | |||||
* | updated bookmarks | hut | 2009-12-13 | 1 | -72/+114 |
| | |||||
* | Restructuration | hut | 2009-12-10 | 1 | -0/+130 |