| Commit message (Expand) | Author | Age | Files | Lines |
* | Use os.environ.get() instead of os.getenv(), to hopefully avoid issues | Zac Medico | 2010-05-20 | 1 | -4/+5 |
* | Remove all svn $Id keywords. | Zac Medico | 2010-03-24 | 1 | -1/+0 |
* | Bug #309149 - Unify look of eend used in bash & python code, additionally | Zac Medico | 2010-03-20 | 1 | -5/+2 |
* | Add new colors for binary packages in the merge list. Thanks to Sebastian | Zac Medico | 2010-03-03 | 1 | -0/+3 |
* | Tweak TERM usage in xtermTitleReset() to match that in xtermTitle(). | Zac Medico | 2010-01-11 | 1 | -1/+4 |
* | Don't assign f to sys.stderr inside EOutput._write(). | Zac Medico | 2009-12-08 | 1 | -1/+0 |
* | Bug #290625 - Manually encode output to stdout in python3, in order to avoid | Zac Medico | 2009-10-26 | 1 | -13/+21 |
* | Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems... | Arfrever Frehtes Taifersar Arahesis | 2009-09-21 | 1 | -2/+2 |
* | Use range() instead of xrange() for compatibility with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2009-09-21 | 1 | -2/+2 |
* | Add support in ConsoleStyleFile.write() for unicode encoding when writing to | Zac Medico | 2009-09-20 | 1 | -5/+15 |
* | Misc unicode fixes for repoman. | Zac Medico | 2009-09-20 | 1 | -0/+5 |
* | Use _unicode_encode() to ensure that only unicode strings are passed into | Zac Medico | 2009-09-20 | 1 | -0/+7 |
* | Update system imports for compatibility with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2009-09-20 | 1 | -2/+5 |
* | Update syntax of 'except' statements for compatibility with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2009-09-20 | 1 | -3/+3 |
* | remove FIXME, since zmedico fixed it | Fabian Groffen | 2009-08-24 | 1 | -5/+0 |
* | Bug #282269, comment #2 - Avoid potential UnicodeEncodeError when writing | Zac Medico | 2009-08-22 | 1 | -0/+3 |
* | Use _encodings where appropriate and add _encodings['stdio'] for stdout | Zac Medico | 2009-08-21 | 1 | -5/+4 |
* | Use _content_encoding and _fs_encoding where appropriate. | Zac Medico | 2009-08-18 | 1 | -5/+8 |
* | Implement lazy loading of color.map when either the codes or _styles | Zac Medico | 2009-08-18 | 1 | -12/+45 |
* | Prepare 308 messages to localization. | Arfrever Frehtes Taifersar Arahesis | 2009-08-15 | 1 | -11/+9 |
* | Fix EOutput to safely write unicode to stderr/stdout. Thanks to Arfrever for | Zac Medico | 2009-08-09 | 1 | -14/+17 |
* | Always pass encodings='utf_8' to codecs.open(), since otherwise it can | Zac Medico | 2009-07-20 | 1 | -1/+2 |
* | Remove leading slash from appropriate paths inside portage.const, so that | Zac Medico | 2009-07-12 | 1 | -1/+7 |
* | Rename color_codes back to codes. | Zac Medico | 2009-06-17 | 1 | -70/+70 |
* | Rename codes to _styles. | Zac Medico | 2009-06-17 | 1 | -30/+30 |
* | Rename map_code_to_color_code() to style_to_ansi_code(). | Zac Medico | 2009-06-17 | 1 | -5/+12 |
* | Add epydoc docstrings fro codes and color_codes variables. | Zac Medico | 2009-06-17 | 1 | -0/+3 |
* | Use map_code_to_color_code() where appropriate inside ConsoleStyleFile.write(). | Zac Medico | 2009-06-17 | 1 | -1/+1 |
* | Bug #274279 - Add color.map support for mapping a color to a different color | Zac Medico | 2009-06-16 | 1 | -148/+148 |
* | Make xtermTitle() use a global variable to cache the result of the TERM check. | Zac Medico | 2009-04-29 | 1 | -13/+17 |
* | Use lazyimport to avoid importing the checksum, locks, and util modules | Zac Medico | 2009-02-22 | 1 | -2/+7 |
* | Add a "quiet" parameter to the EOutput constructor, and also flush | Zac Medico | 2009-01-10 | 1 | -2/+4 |
* | Use ebegin/eend to indicate when waiting for a lock and when it's acquired. | Zac Medico | 2009-01-10 | 1 | -4/+5 |
* | Direct EOutput.eerror() and ewarn() output to stderr. | Zac Medico | 2008-09-26 | 1 | -2/+2 |
* | Use stdout.write() instead of "print", for py3k compat. | Zac Medico | 2008-07-03 | 1 | -14/+24 |
* | Fix the PermissionDenied message for color.map. | Zac Medico | 2008-06-26 | 1 | -1/+4 |
* | More eblank. | Zac Medico | 2008-06-17 | 1 | -1/+0 |
* | Remove eblank nonsense | Marius Mauch | 2008-06-17 | 1 | -14/+0 |
* | * Rename NEUTRAL color to BLANK for eblank. | Zac Medico | 2008-06-17 | 1 | -1/+15 |
* | Add support for an new "eblank" elog function that shows a blank line. | Zac Medico | 2008-06-17 | 1 | -0/+1 |
* | Make set_term_size() handle the CommandNotFound exception if stty | Zac Medico | 2008-05-28 | 1 | -2/+6 |
* | add xterm-color and interix to list of valid terminals | Marius Mauch | 2008-05-13 | 1 | -1/+1 |
* | Make satisfied blockers "darkblue" by default. | Zac Medico | 2008-05-06 | 1 | -1/+1 |
* | Display satisfied blockers in green and show a small "b" instead of a | Zac Medico | 2008-05-06 | 1 | -0/+2 |
* | Bug #172812 - Automatically uninstall packages to avoid blocker conflicts. | Zac Medico | 2008-04-23 | 1 | -0/+1 |
* | Bug #204651 - Make repoman respect NOCOLOR=true. | Zac Medico | 2008-01-06 | 1 | -1/+2 |
* | Move the reusable ConsoleStyleFile and StyleWriter classes into | Zac Medico | 2007-12-15 | 1 | -0/+52 |
* | Tweak EOutput.term_columns calculation for TERM="dumb" so | Zac Medico | 2007-11-08 | 1 | -1/+1 |
* | If the title string is too big then xtermTitle() can | Zac Medico | 2007-10-25 | 1 | -0/+5 |
* | Run pychecker over everything, fix obvious thing slike modules not in use, va... | Alec Warner | 2007-07-22 | 1 | -3/+8 |