about summary refs log tree commit diff stats
path: root/ranger/ext/widestring.py
Commit message (Expand)AuthorAgeFilesLines
* Factor PY3 constant out into ranger moduletoonn2020-06-291-1/+2
* doctests are no longer silently failing (when failing)Wojciech Siewierski2019-01-271-1/+1
* Fix the "inconsistent-return-statements" Pylint warningWojciech Siewierski2017-12-171-0/+2
* Change the encoding from utf8 to utf-8Wojciech Siewierski2017-12-171-1/+1
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-211-4/+1
* Python 3 division: Import `division` from `__future__`nfnty2017-01-211-1/+1
* linting: Correct autopep8nfnty2017-01-181-4/+2
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-171-0/+2
* linting: pylint and flake8nfnty2017-01-171-22/+22
* linting: autopep8nfnty2017-01-171-2/+3
* Add missing whitespaces around arithmetic operatorsstepshal2016-06-221-1/+1
* Use 'except Exception:' instead of 'except:'stepshal2016-06-221-1/+1
* Add two blank lines where is expectedstepshal2016-06-161-0/+1
* Neater copyright headerhut2015-03-191-2/+2
* fix python version checking with python2.6hut2015-02-101-1/+1
* proper checking for the python versionhut2015-02-081-1/+1
* update email addresshut2014-12-111-1/+1
* Changed email address in source codehut2013-08-081-1/+1
* updated copyright noticeshut2013-02-221-1/+1
* update email address (romanz@lavabit.com -> hut@lavabit.com)hut2013-02-221-1/+1
* ext.widestring: fix f*kups on WideString(<unicode object>)hut2013-02-151-1/+9
* ext.widestring: catch a wild UnicodeEncodeErrorhut2013-02-131-1/+8
* replaced tabs with 4 spaces in all python fileshut2013-02-101-125/+125
* ext.widestring: Fix corner case (bug #32687)hut2013-02-051-0/+6
* shorten all copyright messages for better readabilityhut2012-03-141-13/+1
* Updated copyright headershut2011-10-101-1/+1
* widgets.console: increased efficiencehut2011-10-021-8/+0
* ext.widestring: fixed input of unicode in console for python2hut2011-10-011-0/+1
* ext.widestring: Fixeshut2011-10-011-3/+4
* ext.widestring: fix for python2 verisonshut2011-10-011-6/+11
* ext.widestring: removed obsolete codehut2011-10-011-146/+8
* trying to fix utf shit...hut2011-10-011-14/+32
* Attempted to fix some utf issueshut2010-12-261-0/+278