summaryrefslogtreecommitdiffstats
path: root/pym/portage/output.py
Commit message (Expand)AuthorAgeFilesLines
...
* Add a "quiet" parameter to the EOutput constructor, and also flushZac Medico2009-01-101-2/+4
* Use ebegin/eend to indicate when waiting for a lock and when it's acquired.Zac Medico2009-01-101-4/+5
* Direct EOutput.eerror() and ewarn() output to stderr.Zac Medico2008-09-261-2/+2
* Use stdout.write() instead of "print", for py3k compat.Zac Medico2008-07-031-14/+24
* Fix the PermissionDenied message for color.map.Zac Medico2008-06-261-1/+4
* More eblank.Zac Medico2008-06-171-1/+0
* Remove eblank nonsenseMarius Mauch2008-06-171-14/+0
* * Rename NEUTRAL color to BLANK for eblank.Zac Medico2008-06-171-1/+15
* Add support for an new "eblank" elog function that shows a blank line.Zac Medico2008-06-171-0/+1
* Make set_term_size() handle the CommandNotFound exception if sttyZac Medico2008-05-281-2/+6
* add xterm-color and interix to list of valid terminalsMarius Mauch2008-05-131-1/+1
* Make satisfied blockers "darkblue" by default.Zac Medico2008-05-061-1/+1
* Display satisfied blockers in green and show a small "b" instead of aZac Medico2008-05-061-0/+2
* Bug #172812 - Automatically uninstall packages to avoid blocker conflicts.Zac Medico2008-04-231-0/+1
* Bug #204651 - Make repoman respect NOCOLOR=true.Zac Medico2008-01-061-1/+2
* Move the reusable ConsoleStyleFile and StyleWriter classes intoZac Medico2007-12-151-0/+52
* Tweak EOutput.term_columns calculation for TERM="dumb" soZac Medico2007-11-081-1/+1
* If the title string is too big then xtermTitle() canZac Medico2007-10-251-0/+5
* Run pychecker over everything, fix obvious thing slike modules not in use, va...Alec Warner2007-07-221-3/+8
* Add "reset" to the list of attributes.Zac Medico2007-07-121-1/+2
* Add color classes PROMPT_CHOICE_{DEFAULT,OTHER} for emerge's Yes/No prompt.Zac Medico2007-07-081-0/+2
* Misc color fixes. Thanks to Arfrever Frehtes Taifersar Arahesis <Arfrever.FT...Zac Medico2007-07-061-12/+12
* Remove the PKG_*ARG* color classes in order to simplify things since it's que...Zac Medico2007-07-061-8/+2
* Fix broken code concatenation logic in parse_color_map().Zac Medico2007-07-041-1/+3
* Add a "onerror" callback to parse_color_map() for handling each ParseError th...Zac Medico2007-07-041-5/+33
* For bug #183861, allow a color class in color.map to specify a space separate...Zac Medico2007-07-041-16/+34
* Add a 0xAAAA00 rgb color code to represent the darkyellow color that some ter...Zac Medico2007-06-291-1/+3
* For bug #142473, add 2 additional color classes for system packages and packa...Zac Medico2007-06-281-0/+4
* For bug #142473, add 4 color classes corresponding to combinations of world/m...Zac Medico2007-06-251-0/+4
* Make the progress bar percentage indicator stop at 100% instead of just 99%.Zac Medico2007-06-201-5/+8
* Make all the classes inherit from object.Zac Medico2007-06-201-1/+1
* Return early from get_term_size() is stdout is not a tty.Zac Medico2007-06-191-0/+2
* For bug #182571, handle curses.error if it's thrown inside get_term_size().Zac Medico2007-06-191-2/+5
* For bug #182105, fix the spelling of the fd_pipes paremeter.Zac Medico2007-06-151-1/+1
* For consistency with other xterm titles code, redirect $PROMPT_COMMAND output...Zac Medico2007-06-111-1/+10
* For bug #81097, detect and report suspicious hardlinks to suid/sgid files. F...Zac Medico2007-06-101-0/+1
* Only execute $PROMPT_COMMAND when appropriate.Zac Medico2007-06-091-1/+2
* For bug #139383, in xtermTitleReset() use os.system() instead of commands.get...Zac Medico2007-06-081-1/+2
* When using a pty for logging, use setsid() to create a new session and make t...Zac Medico2007-06-071-0/+9
* Cap the progress bar columns at 80 since it looks ridiculous when it gets too...Zac Medico2007-05-281-0/+3
* Fix typo.Zac Medico2007-05-271-2/+2
* Add progress support to emaint (similar to wget's progress bar).Zac Medico2007-05-271-1/+127
* Add a get_term_size() function that uses the curses module if available and o...Zac Medico2007-05-271-11/+24
* Fix eend so that it works properly on a standard BSD console. Thanks to Uber...Zac Medico2007-05-021-0/+3
* Appropriately use globals() instead of locals() as suggested by marienz.Zac Medico2007-03-181-1/+1
* Use locals() instead of setattr to insert generated functions into the curren...Zac Medico2007-03-181-1/+1
* Make xterm titles work even when color is disabled. Thanks to Joachim Kaeber...Zac Medico2007-02-101-1/+1
* Namespace sanitizing, step 2Marius Mauch2007-01-251-3/+3
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+393