summaryrefslogtreecommitdiffstats
path: root/pym/portage/elog/filtering.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-3/+1
|
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Remove unused filter_phases, filter_mergephases, and filter_unmergephasesv2.2_rc56Zac Medico2009-12-071-20/+0
| | | | | | functions. svn path=/main/trunk/; revision=14958
* Fix filter_loglevels() and filter_phases() to work with unicode.Zac Medico2009-08-061-2/+2
| | | | svn path=/main/trunk/; revision=13940
* Set svn:keywords Id on all files.Zac Medico2009-02-181-1/+1
| | | | svn path=/main/trunk/; revision=12626
* Py3k compatibility patch #4 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-011-1/+1
| | | | | | Replace dict.has_key() calls with "in" and "not in" operators. svn path=/main/trunk/; revision=10873
* apply additional phase filters as otherwise some messages are logged in both ↵Marius Mauch2007-06-301-0/+21
| | | | | | unmerge and merge svn path=/main/trunk/; revision=7098
* Remove more unnecessary list generation.Zac Medico2007-06-211-1/+1
| | | | svn path=/main/trunk/; revision=6913
* Enable elog functionality for the python side of portageMarius Mauch2007-05-181-0/+17
svn path=/main/trunk/; revision=6548