summary refs log tree commit diff stats
path: root/ranger/container/bookmarks.py
Commit message (Expand)AuthorAgeFilesLines
* commands: rename: Fix bookmarks and tags updatingnfnty2017-02-011-0/+14
* container.bookmarks: Notify on errors, Disallow filesnfnty2017-01-231-38/+46
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-211-8/+4
* 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
* 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
* Fix docstrings to comply with the PEP8hut2013-02-221-7/+13
* 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
* shorten all copyright messages for better readabilityhut2012-03-141-13/+1
* Updated copyright headershut2011-10-101-1/+1
* 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
* 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