aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* elog_process: fix ridicoulus newlines bug #386771Zac Medico2011-10-111-4/+12
* elog_process: add newlines for bug #386627Zac Medico2011-10-101-4/+4
* Remove unused _preserve_logentries code.Zac Medico2010-10-071-9/+2
* Preserve elog message continuity during updates.Zac Medico2010-10-071-5/+1
* Add a _preload_elog_modules() function.Zac Medico2010-10-071-0/+14
* Preserve message continuity in elog_process().Zac Medico2010-10-071-1/+1
* Tweak elog message order so python comes first.Zac Medico2010-10-021-1/+5
* Use AlarmSignal for timeout handling in elog_process().Zac Medico2010-09-031-7/+6
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Replace dict.keys() usage with __iter__(), since it behaves identically inZac Medico2009-09-221-1/+1
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-2/+2
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+2
* 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-141-2/+1
* Prepare 41 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-06-291-2/+3
* Use lazyimport to avoid importing the checksum, locks, and util modulesZac Medico2009-02-221-3/+6
* 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
* Bug #231464 - Replace erroneous "return" statement in elog_process() withZac Medico2008-07-191-1/+1
* 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-011-2/+2
* ensure that global variables are used to prevent confusing issues like bug #2...Marius Mauch2008-03-021-1/+1
* 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
* When portage reinstalls itself, pre-load elog modules inZac Medico2007-11-291-3/+7
* Refactor _merge_logentries() to make it a little more efficient.Zac Medico2007-10-191-7/+6
* Use a list to buffer strings in _combine_logentries() and doZac Medico2007-10-191-5/+5
* Prevent _combine_logentries() from generating redundantZac Medico2007-10-191-1/+4
* Fix broken call to renamed _combine_logentries().Zac Medico2007-10-191-1/+1
* apply additional phase filters as otherwise some messages are logged in both ...Marius Mauch2007-06-301-2/+13
* Make elog finalize() handling safe for PORTAGE_CONFIGROOT.Zac Medico2007-06-221-6/+1
* Add a note about potential for config mixups in elog finalizers.Zac Medico2007-06-221-0/+5
* Remove more unnecessary list generation.Zac Medico2007-06-211-2/+3
* Enable elog functionality for the python side of portageMarius Mauch2007-05-181-96/+84
* - add new echo module for people who don't want any real loggingMarius Mauch2007-04-301-0/+5
* Fix broken imports.Zac Medico2007-02-131-3/+5
* Make subpackage naming consistentMarius Mauch2007-02-111-0/+111