aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* xtermTitle: support tmux (bug 584530)Tobias Klausmann2016-05-301-1/+1
* Revert "Colorize packages in user sets (bug 577720)"Adam Mills2016-05-271-21/+18
* Colorize packages in user sets (bug 577720)Adam Mills2016-04-251-18/+21
* Bundle a minimalistic derivation of Python's formatter module (bug 547732)Zac Medico2015-05-061-2/+2
* Enable consistent __future__ behavior for divisionMichał Górny2014-08-111-2/+4
* Update dates in recently changed files.Arfrever Frehtes Taifersar Arahesis2014-02-051-1/+1
* various pylint clean upsMike Frysinger2014-02-031-7/+9
* Use 'with' statements.Arfrever Frehtes Taifersar Arahesis2013-10-021-10/+4
* Use sys.__std* streams for fileno().Zac Medico2013-07-071-5/+8
* get_term_size: handle missing stty commandZac Medico2012-07-271-2/+9
* get_term_size: pass fd to sttyZac Medico2012-07-271-2/+6
* get_term_size: pass fd to curses.setupterm()Zac Medico2012-07-271-1/+2
* get_term_size: handle temporary stdout overridesZac Medico2012-07-271-1/+3
* output: allow to use stderr in TermProgressBarCorentin Chary2012-07-231-6/+6
* TermProgressBar: fix broken ref to "image" varZac Medico2012-07-221-1/+1
* get_term_size: check if sys.stderr.isatty()Federico "fox" Scrinzi2012-07-221-1/+1
* fix a couple more inconsistancies in the progessbar title, label changes.Brian Dolbec2012-07-091-11/+7
* TermProgressBar: Fix to do 80 chars (not 81)Brian Dolbec2012-07-091-2/+2
* apply Federico "fox" Scrinzi progressbar additions of title and label display...Brian Dolbec2012-07-091-4/+26
* portageq: add "colormap" helperMike Frysinger2012-03-111-0/+6
* get_term_size: all values >= 0 for bug #394091Zac Medico2011-12-101-5/+10
* Convert create_color_func into a class.Zac Medico2011-10-011-6/+6
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-241-3/+9
* Use portage.subprocess_getstatusoutput() more.Zac Medico2011-07-121-5/+1
* Migrate from codecs.open() to io.open().Zac Medico2011-07-101-2/+2
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2011-05-151-2/+2
* xtermTitleReset: revert behavior for bug #348460Zac Medico2010-12-121-1/+1
* Make EOutput.write() use writemsg() for special unicode handling.Zac Medico2010-08-221-6/+1
* Use os.environ.get() instead of os.getenv(), to hopefully avoid issuesZac Medico2010-05-201-4/+5
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Bug #309149 - Unify look of eend used in bash & python code, additionallyZac Medico2010-03-201-5/+2
* Add new colors for binary packages in the merge list. Thanks to SebastianZac Medico2010-03-031-0/+3
* Tweak TERM usage in xtermTitleReset() to match that in xtermTitle().Zac Medico2010-01-111-1/+4
* Don't assign f to sys.stderr inside EOutput._write().Zac Medico2009-12-081-1/+0
* Bug #290625 - Manually encode output to stdout in python3, in order to avoidZac Medico2009-10-261-13/+21
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-2/+2
* Use range() instead of xrange() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-211-2/+2
* Add support in ConsoleStyleFile.write() for unicode encoding when writing toZac Medico2009-09-201-5/+15
* Misc unicode fixes for repoman.Zac Medico2009-09-201-0/+5
* Use _unicode_encode() to ensure that only unicode strings are passed intoZac Medico2009-09-201-0/+7
* Update system imports for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+5
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-3/+3
* remove FIXME, since zmedico fixed itFabian Groffen2009-08-241-5/+0
* Bug #282269, comment #2 - Avoid potential UnicodeEncodeError when writingZac Medico2009-08-221-0/+3
* Use _encodings where appropriate and add _encodings['stdio'] for stdoutZac Medico2009-08-211-5/+4
* Use _content_encoding and _fs_encoding where appropriate.Zac Medico2009-08-181-5/+8
* Implement lazy loading of color.map when either the codes or _stylesZac Medico2009-08-181-12/+45
* Prepare 308 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-08-151-11/+9
* Fix EOutput to safely write unicode to stderr/stdout. Thanks to Arfrever forZac Medico2009-08-091-14/+17
* Always pass encodings='utf_8' to codecs.open(), since otherwise it canZac Medico2009-07-201-1/+2