about summary refs log tree commit diff stats
path: root/ranger/ext/signals.py
Commit message (Expand)AuthorAgeFilesLines
* signals: Use literalstoonn2021-08-271-2/+2
* doctests are no longer silently failing (when failing)Wojciech Siewierski2019-01-271-1/+2
* Fix the "inconsistent-return-statements" Pylint warningWojciech Siewierski2017-12-171-2/+4
* linting: pylint: Remove most `disabled=protected-access`nfnty2017-01-301-23/+19
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-211-4/+4
* 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: Python 2 compatnfnty2017-01-171-1/+1
* linting: pylint and flake8nfnty2017-01-171-9/+17
* linting: autopep8nfnty2017-01-171-0/+1
* Use 'except Exception:' instead of 'except:'stepshal2016-06-221-3/+3
* Merge branch 'E301' of https://github.com/stepshal/rangerhut2016-06-181-0/+2
|\
| * Add one blank line where is expectedstepshal2016-06-161-0/+2
* | Add two blank lines where is expectedstepshal2016-06-161-0/+1
|/
* 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-20/+10
* 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-206/+206
* shorten all copyright messages for better readabilityhut2012-03-141-13/+1
* ext.signals: no unnecessary sorting on signal_bindhut2012-01-111-2/+18
* Updated copyright headershut2011-10-101-1/+1
* Eliminate orphaned and redundant definitions of variables and importsArisu2011-10-101-6/+4
* ext.signals: fixed signals for python3.2hut2011-10-081-4/+4
* ext.signals: Fixed hidden bugs, added doctestshut2011-10-071-15/+175
* ext.signals: fixed memory leakhut2010-11-221-6/+20
* ext.signals: forgot to "git add" a file ...hut2010-10-151-0/+103