summary refs log tree commit diff stats
path: root/ranger/container/bookmarks.py
Commit message (Collapse)AuthorAgeFilesLines
* commands: rename: Fix bookmarks and tags updatingnfnty2017-02-011-0/+14
| | | | | Fixes #447 Fixes #470
* container.bookmarks: Notify on errors, Disallow filesnfnty2017-01-231-38/+46
| | | | Fixes #760
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-211-8/+4
| | | | | | | Handle exceptions explicitly to prevent unexpected errors from causing problems. Improve exception and notification logging.
* Python 3 division: Import `division` from `__future__`nfnty2017-01-211-1/+1
|
* linting: Enable `consider-iterating-dictionary`nfnty2017-01-171-1/+1
|
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-171-0/+2
|
* linting: pylint and flake8nfnty2017-01-171-8/+8
|
* linting: autopep8nfnty2017-01-171-1/+1
|
* Add missing whitespaces around arithmetic operatorsstepshal2016-06-221-4/+4
|
* Use 'except Exception:' instead of 'except:'stepshal2016-06-221-2/+2
|
* Put colon-separated compound statement on separate lines.stepshal2016-06-211-3/+6
|
* Merge branch 'reduntant' of https://github.com/stepshal/rangerhut2016-06-181-1/+0
|\
| * Remove reduntant blank linesstepshal2016-06-161-1/+0
| |
* | Add two blank lines where is expectedstepshal2016-06-161-0/+1
|/
* bookmark: replace delete by __delitem__ for consistency with other methodsLaurent Charignon2016-01-311-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__ implementationLaurent Charignon2016-01-311-0/+3
|
* bookmarks: add missing initialization of original_dictLaurent Charignon2016-01-311-0/+1
|
* preserve permissions when updating bookmarks. Fix for #59igoyak2015-06-261-0/+6
|
* Neater copyright headerhut2015-03-191-2/+2
|
* update email addresshut2014-12-111-1/+1
|
* Changed email address in source codehut2013-08-081-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 PEP8hut2013-02-221-7/+13
| | | | http://www.python.org/dev/peps/pep-0008/#documentation-strings
* updated copyright noticeshut2013-02-221-1/+1
|
* update email address (romanz@lavabit.com -> hut@lavabit.com)hut2013-02-221-1/+1
|
* removed all trailing whitespaceshut2013-02-101-1/+1
|
* replaced tabs with 4 spaces in all python fileshut2013-02-101-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 readabilityhut2012-03-141-13/+1
|
* Updated copyright headershut2011-10-101-1/+1
| | | | As much as I hate this, it has to be done
* ext.keybindings: implemented %any macrohut2011-09-301-1/+1
|
* Fix loss of bookmarks when disk is fullhut2011-03-081-2/+3
|
* fix exceptions from invalid unicode charactershut2010-05-161-1/+4
|
* Clean uphut2010-04-191-4/+1
| | | | | Mostly remove unused imports and move imports from functions to the module level
* working on the configuration system / main methodhut2010-03-121-0/+8
|
* Changed license to the GNU General Public Licensehut2010-02-281-11/+12
|
* cleanupshut2010-01-241-6/+6
|
* fixed #43: bookmark ` = 'hut2010-01-181-3/+8
|
* added license informationhut2010-01-081-0/+14
|
* random cleanups/fixeshut2010-01-011-1/+4
|
* bookmarks: added testcase, documentation, settinghut2010-01-011-3/+5
|
* bookmarks: fixed disappearing bookmarkshut2010-01-011-4/+8
|
* bookmarks: changed NonexistantBookmark to KeyErrorhut2010-01-011-4/+1
|
* bookmarks: catch some special conditionshut2010-01-011-0/+4
|
* draw a list of bookmarks when pressing ` or 'hut2010-01-011-0/+3
|
* re-indented docstringshut2009-12-171-15/+16
|
* updated / added testshut2009-12-131-4/+0
|
* updated bookmarkshut2009-12-131-72/+114
|
* Restructurationhut2009-12-101-0/+130