summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use cpv_getkey() instead of dep_getkey() where appropriate.Zac Medico2010-02-091-3/+3
* Replace doct.keys() usage with __iter__(), since it behaves identically inZac Medico2009-09-221-2/+2
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Update system imports for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Support print() function with Python 2 in some files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-5/+5
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-1/+1
* Make glsa-check executable.Zac Medico2009-03-041-0/+0
* Fix headers that contain $Header instead of $Id.Zac Medico2009-02-231-3/+3
* Inside summarylist(), it's possible for myglsa.packages.keys() to containZac Medico2009-02-211-1/+1
* Bug #230483 - Convert glsa-check option parsing to use the optparse module.Zac Medico2009-02-191-93/+71
* use summarylist for output of test mode when --verbose is given (patch by Rob...Marius Mauch2008-09-281-5/+5
* sort summarylist output (patch by Robert Buchholz <rbu@gentoo.org>)Marius Mauch2008-09-281-0/+1
* Py3k compatibility patch #5 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-011-2/+2
* move checkfile parsing into its own functionMarius Mauch2007-11-091-5/+1
* Move glsa-check from gentoolkit into portage so the gentoolkit version can be...Marius Mauch2007-11-091-0/+340