aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename pym→lib, for better distutils-r1 interoperabilityMichał Górny2018-07-181-726/+0
* Fix Python 3.6 "DeprecationWarning: invalid escape sequence" warnings (bug 60...Arfrever Frehtes Taifersar Arahesis2017-01-311-2/+2
* Properly retrieve the count attribute and adjust logic to properly support bo...Aaron Bauman2017-01-191-2/+2
* glsa: Separate "Vulnerable" and "Unaffected" by comma/spaceChristian Ruppert2017-01-171-2/+2
* Fix crash with @security (bug 488820)Sebastian Luther2014-04-051-0/+1
* Update dates in recently changed files.Arfrever Frehtes Taifersar Arahesis2014-02-051-1/+1
* various pylint clean upsMike Frysinger2014-02-031-1/+1
* glsa.py: fix misc breakageZac Medico2013-01-181-2/+3
* Fix unicode vs. bytes issue in glsa-check (#341293)Andy Kittner2013-01-181-0/+1
* sync with genscripts rev 343. This adds the initial py3k support and the anal...Paul Varner2013-01-181-6/+7
* Merge rev 113 from djanderson's genscripts repoPaul Varner2013-01-181-74/+68
* getminupgrade: fix documentation and backtraceRobert Buchholz2013-01-181-16/+22
* Do not inject GLSAs into the checkfile when fixing themPaul Varner2013-01-181-9/+12
* Restructure system affection detection.Paul Varner2013-01-181-22/+39
* Change behaviour of getMinUpgradePaul Varner2013-01-181-7/+8
* Some python tweaks to speed glsa-checkPaul Varner2013-01-181-25/+12
* Handle unicode encoding when dumping to stdout and start migration to using S...Paul Varner2013-01-181-19/+31
* glsa: account for EAPI 5 sub-slot in SLOTZac Medico2012-10-171-1/+1
* glsa.py: use try/finally for urlopenZac Medico2012-10-171-1/+6
* glsa.py: python3: ResourceWarning: unclosed fileZac Medico2012-09-011-1/+2
* 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