aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Bug #413983: Add portage.util.urlopen(), which transparently handles ...Zac Medico2012-05-131-2/+6
* glsa: use _pkg_str + vercmp, not pkgcmpZac Medico2012-05-131-8/+5
* Bug #413983: Add portage.util.urlopen(), which transparentlyArfrever Frehtes Taifersar Arahesis2012-05-011-7/+3
* Replace @returns with @return.Zac Medico2012-03-271-4/+4
* Migrate from codecs.open() to io.open().Zac Medico2011-07-101-4/+4
* Bug #339231 - Return unicode from glsa.getText().Zac Medico2010-09-301-1/+1
* reposyntax: Add support all over the placeSebastian Luther2010-09-261-2/+3
* Force absolute import in glsa.py since otherwise the xml.dom.minidomZac Medico2010-09-061-1/+3
* Remove redundant initial os.sep argument to os.path.join() callsZac Medico2010-09-051-2/+2
* use EROOT with CACHE_PATHFabian Groffen2010-09-041-2/+2
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Don't import the portage.dbapi.dbapi class as portage.dbapi anymore, sinceZac Medico2010-02-221-3/+3
* Make Glsa constructor raise GlsaFormatException when a package name attributeZac Medico2010-02-091-0/+8
* Use 'in' instead of has_key() in portage.glsa.Glsa.parse() when Python 3 is u...Arfrever Frehtes Taifersar Arahesis2009-09-251-1/+2
* Replace dict.keys() usage with __iter__(), since it behaves identically inZac Medico2009-09-221-3/+3
* Update system imports for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+5
* Use _unicode_decode() on the string returned from time.strftime(), in orderZac Medico2009-09-051-1/+2
* consistently use CACHE_PATH with target_root, this commit needs a separate so...Fabian Groffen2009-09-051-2/+2
* Use portage.os and _encodings where appropriate.Zac Medico2009-08-191-2/+12
* Prepare 308 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-08-151-19/+20
* Fix apparent breakage from r11593 (slot dep support):Zac Medico2008-10-081-6/+22
* add support for slot dependencies (original patch by Robert Buchholz <rbu@gen...Marius Mauch2008-09-281-3/+8
* sort summarylist output (patch by Robert Buchholz <rbu@gentoo.org>)Marius Mauch2008-09-281-1/+1
* print dates in a consistent format (patch by Robert Buchholz <rbu@gentoo.org>)Marius Mauch2008-09-281-1/+29
* also accept glsa-2.dtd as valid for GLSAs (patch by Robert Buchholz <rbu@gent...Marius Mauch2008-09-281-1/+5
* account for DTD changes wrt 'revised' element (patch by Robert Buchholz <rbu@...Marius Mauch2008-09-281-2/+18
* Py3k compatibility patch #1 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-011-3/+3
* move checkfile parsing into its own functionMarius Mauch2007-11-091-2/+13
* revert getMergeList to return CPVs again instead of atomsMarius Mauch2007-11-091-1/+1
* copy of gentoolkit r451Marius Mauch2007-10-051-1/+1
* Run pychecker over everything, fix obvious thing slike modules not in use, va...Alec Warner2007-07-221-3/+0
* ignore already applied glsas when loading the security setMarius Mauch2007-07-161-2/+2
* fix copyright yearMarius Mauch2007-07-061-1/+1
* add modified copy of gentoolkits glsa.py (r410)Marius Mauch2007-07-061-0/+596