summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/JobStatusDisplay.py
Commit message (Expand)AuthorAgeFilesLines
* Use unicode_literals more.Zac Medico2013-01-181-20/+21
* Replace @returns with @return.Zac Medico2012-03-271-1/+1
* PollScheduler: timeouts regardless of IO eventsZac Medico2012-02-071-4/+6
* xterm title HOSTNAME support, bug #390699Zac Medico2011-11-161-1/+8
* Remove python-2.6 StringIO.StringIO fallback.Zac Medico2011-07-121-4/+4
* JobStatusDisplay: add a _set_width() methodZac Medico2010-10-231-5/+14
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Bug #300388 - Fix terminal handling code to so term codes aren't sent whenZac Medico2010-01-111-1/+3
* Use get_term_size() to adjust to current terminal width. Thanks to Dror LevinZac Medico2010-01-021-2/+6
* If the TERM environment variable is unset then just use internal defaultZac Medico2009-12-211-1/+3
* Use portage.StringIO to avoid duplicate import fallback code.Zac Medico2009-12-061-7/+1
* Bug #290625 - Manually encode output to stdout in python3, in order to avoidZac Medico2009-10-261-5/+9
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-2/+2
* Define basestring as str when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+3
* Add fallback in ImportError for io.StringIO. This is needed for python-2.6Zac Medico2009-09-201-1/+7
* Use _unicode_encode() to ensure that only unicode strings are passed intoZac Medico2009-09-201-14/+15
* Update system imports for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-5/+1
* Fix typo.Zac Medico2009-08-211-1/+1
* Use _encodings where appropriate and add _encodings['stdio'] for stdoutZac Medico2009-08-211-1/+2
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-9/+3
* Convert unicode if necessary before writing to stdout.Zac Medico2009-08-061-11/+12
* Use a lazy reference to sys.stdout, in case the API consumer hasZac Medico2009-07-201-3/+8
* Add/update copyright headers.Zac Medico2009-06-251-0/+4
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 2).Zac Medico2009-06-221-0/+267