about summary refs log tree commit diff stats
path: root/ranger/ext/get_executables.py
Commit message (Expand)AuthorAgeFilesLines
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-211-2/+2
* Python 3 division: Import `division` from `__future__`nfnty2017-01-211-1/+1
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-171-0/+2
* linting: pylint and flake8nfnty2017-01-171-3/+4
* Refactor and improve the TERMCMD handlingWojciech Siewierski2016-06-301-0/+14
* Use 'except Exception:' instead of 'except:'stepshal2016-06-221-2/+2
* Remove blank lines at end of filestepshal2016-06-161-1/+0
* 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-5/+2
* updated copyright noticeshut2013-02-221-1/+1
* update email address (romanz@lavabit.com -> hut@lavabit.com)hut2013-02-221-1/+1
* replaced tabs with 4 spaces in all python fileshut2013-02-101-34/+34
* ext.get_executables: Fixed docstringhut2012-04-131-3/+1
* ext.get_executables: don't sort get_executables_uncachedhut2012-04-131-1/+1
* ext.get_executables: speed optimizationhut2012-03-161-2/+1
* shorten all copyright messages for better readabilityhut2012-03-141-13/+1
* Updated copyright headershut2011-10-101-1/+1
* cleanuphut2010-04-121-8/+25
* Changed license to the GNU General Public Licensehut2010-02-281-11/+12
* ext: added get_executables functionhut2010-01-231-0/+47