about summary refs log tree commit diff stats
path: root/ranger/gui/ansi.py
Commit message (Expand)AuthorAgeFilesLines
* Use chained comparison instead of multiple clausestoonn2020-07-051-5/+5
* Adjust comment indentationtoonn2020-07-051-7/+7
* doctests are no longer silently failing (when failing)Wojciech Siewierski2019-01-271-1/+2
* gui.ansi.char_slice: Widestring awarenfnty2017-02-101-4/+6
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-211-1/+1
* Python 3 division: Import `division` from `__future__`nfnty2017-01-211-1/+1
* linting: pylint 2.0.0nfnty2017-01-171-3/+3
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-171-0/+2
* linting: pylint and flake8nfnty2017-01-171-2/+7
* linting: autopep8nfnty2017-01-171-1/+2
* gui.ansi: fix anomalous backslash in string.stepshal2016-07-111-1/+1
* Add missing whitespaces around arithmetic operatorsstepshal2016-06-221-2/+2
* Use 'except Exception:' instead of 'except:'stepshal2016-06-221-1/+1
* Make at least two spaces before inline commentstepshal2016-06-191-1/+1
* Add two blank lines where is expectedstepshal2016-06-161-0/+5
* Neater copyright headerhut2015-03-191-3/+3
* 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/+3
* 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-141/+141
* fixed ansi color parsingAbdó Roig-Maranges2012-12-011-10/+45
* gui.ansi: Fix crash https://savannah.nongnu.org/bugs/?37346hut2012-10-031-0/+3
* shorten all copyright messages for better readabilityhut2012-03-141-13/+1
* gui.ansi: simplified more + another test casehut2011-10-111-7/+12
* gui.ansi: simplifiedhut2011-10-111-12/+13
* gui.ansi: Added another test casehut2011-10-111-0/+7
* gui.ansi: Fix test case in char_slicehut2011-10-111-32/+33
* Updated copyright headershut2011-10-101-1/+1
* gui.ansi: Added doctesthut2011-10-081-3/+34
* gui.ansi: handle blink-code for doubled bitrate of background colorshut2010-10-151-0/+2
* added more code from David Barnett, previews workhut2010-06-031-5/+12
* gui.ansi: some modifications/completionshut2010-06-031-13/+34
* added gui/ansi.py from David Barnetts branchhut2010-06-031-0/+66