summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove 'mysettings' arguments from finalize() functions since theZac Medico2010-07-202-8/+2
* Remove all svn $Id keywords.Zac Medico2010-03-2410-10/+0
* Remove unused filter_phases, filter_mergephases, and filter_unmergephasesv2.2_rc56Zac Medico2009-12-071-20/+0
* Bug #290625 - Manually encode output to stdout in python3, in order to avoidZac Medico2009-10-261-5/+6
* Bug #273099 - Add split-log and split-elog FEATURES for splitting build logsZac Medico2009-10-091-2/+13
* Replace dict.keys() usage with __iter__(), since it behaves identically inZac Medico2009-09-222-3/+3
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-212-4/+4
* Define basestring as str when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+4
* Support print() function with Python 2 in more files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
* Update syntax of numbers for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-202-3/+3
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+2
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-203-4/+4
* Use _unicode_decode() on the string returned from time.strftime(), in orderZac Medico2009-09-052-2/+10
* Use _unicode_decode() on the string retunred from time.strftime(), in orderZac Medico2009-09-031-1/+7
* Use _encodings where appropriate and add _encodings['stdio'] for stdoutZac Medico2009-08-214-10/+23
* Use a clean listener system for portage.elog instead of _emerge_elog_listenerMounir Lamouri2009-08-161-5/+17
* Update imports to import portage.os (with unicode wrappers).Zac Medico2009-08-145-6/+11
* Don't hold references to config instances, since all that's really neededZac Medico2009-08-141-4/+4
* Remove unused import.v2.2_rc37Zac Medico2009-08-091-1/+0
* Encode unicode messages as bytes in order to avoid TypeError fromZac Medico2009-08-091-6/+14
* Write log files in text mode (unicode). Thanks to Arfrever for reporting.Zac Medico2009-08-092-2/+6
* Inside collect_ebuild_messages(), open elog files in text mode (unicode).Zac Medico2009-08-091-1/+3
* Fix filter_loglevels() and filter_phases() to work with unicode.Zac Medico2009-08-061-2/+2
* Add unicode conversions in various logging code.Zac Medico2009-08-061-5/+13
* Prepare 41 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-06-296-22/+29
* Use lazyimport to avoid importing the dep, output, update, and versionsZac Medico2009-02-221-1/+1
* Use lazyimport to avoid importing the checksum, locks, and util modulesZac Medico2009-02-222-5/+12
* For compatibility with python-3.0, open files in text mode where appropriate.Zac Medico2009-02-191-1/+1
* Set svn:keywords Id on all files.Zac Medico2009-02-182-2/+2
* When emerge --keep-going bails due to missing dependencies, show the errorZac Medico2008-10-141-1/+7
* When parsing PORTAGE_ELOG_SYSTEM, stack values in a dict so that things likeZac Medico2008-10-021-5/+15
* Now that elog_base() uses 'echo -e' to expand escape codes prior to usingZac Medico2008-09-301-1/+1
* Even though the message is split on $'\n' in elog_base(), it's stillZac Medico2008-07-281-1/+1
* Make elog_base() just use \n as the delimiter in the file since it's safeZac Medico2008-07-271-1/+1
* Fix broken references to the old elog_modules namespace.Zac Medico2008-07-201-2/+2
* Bug #231464 - Replace erroneous "return" statement in elog_process() withZac Medico2008-07-191-1/+1
* Redirect dblink elog messages from stdout to the log file when in backgroundZac Medico2008-07-171-4/+12
* When packages fail with --jobs > 1 and the "echo" elog module is not enabled,Zac Medico2008-07-151-1/+6
* Py3k compatibility patch #4 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-015-7/+7
* Remove eblank nonsenseMarius Mauch2008-06-172-2/+3
* * Rename NEUTRAL color to BLANK for eblank.Zac Medico2008-06-171-1/+2
* Handle issues with newlines in elog messages that can trigger an unhandledZac Medico2008-04-091-3/+11
* Fix a little issue in the code from bug #197905 that causes some elogZac Medico2008-04-081-0/+2
* preserve order of ebuild messages even between different message types (bug #...Marius Mauch2008-04-061-4/+15
* Bug #215240 - Use an alarm signal to implement a 60 second timeout inZac Medico2008-03-291-1/+12
* Support ${HOST} substitution in "From" field. Thanks to wschlich.Zac Medico2008-03-262-0/+2
* ensure that global variables are used to prevent confusing issues like bug #2...Marius Mauch2008-03-022-1/+8
* Use local time for elog summariesMarius Mauch2008-02-052-2/+2
* Move duplicate module loading code into a function.Zac Medico2007-12-011-17/+13
* Make elog_process() pre-load log modules that it can be calledZac Medico2007-11-291-0/+21