aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix Python 3.6 "DeprecationWarning: invalid escape sequence" warnings (bug 60...Arfrever Frehtes Taifersar Arahesis2017-01-311-11/+11
* Use -b instead of -bb.Arfrever Frehtes Taifersar Arahesis2014-01-231-1/+1
* Enable BytesWarnings.Arfrever Frehtes Taifersar Arahesis2014-01-181-1/+1
* Use encoded byte strings with python-2.x, since the python ebuilds areZac Medico2010-01-131-10/+14
* Fix output handling to avoid potential UnicodeEncodeError.Zac Medico2010-01-121-3/+9
* Fix unicode quote handling to work with python3.Zac Medico2010-01-111-4/+16
* Avoid portage import in order to avoid a potential sandbox violation ifZac Medico2010-01-111-3/+1
* Avoid potential UnicodeDecodeError with Python 3. Reported by devurandom.Arfrever Frehtes Taifersar Arahesis2010-01-111-1/+6
* Fix python shebangs. s:/usr/bin/env python:/usr/bin/python:Zac Medico2009-10-111-1/+1
* Support print() function with Python 2 in some files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+3
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+2
* Fix implicit_pattern to match different quote character found in warningsZac Medico2008-06-211-1/+1
* translate unicode quotes to ascii ones so we can keep our regex simpleMike Frysinger2007-01-281-3/+4
* add support for parsing of unicode quotesMike Frysinger2007-01-271-2/+4
* add support for scanning of build logs for common issues #111436Mike Frysinger2007-01-031-0/+53