misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
check-implicit-pointer-usage.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use encoded byte strings with python-2.x, since the python ebuilds are
Zac Medico
2010-01-13
1
-10
/
+14
*
Fix output handling to avoid potential UnicodeEncodeError.
Zac Medico
2010-01-12
1
-3
/
+9
*
Fix unicode quote handling to work with python3.
Zac Medico
2010-01-11
1
-4
/
+16
*
Avoid portage import in order to avoid a potential sandbox violation if
Zac Medico
2010-01-11
1
-3
/
+1
*
Avoid potential UnicodeDecodeError with Python 3. Reported by devurandom.
Arfrever Frehtes Taifersar Arahesis
2010-01-11
1
-1
/
+6
*
Fix python shebangs. s:/usr/bin/env python:/usr/bin/python:
Zac Medico
2009-10-11
1
-1
/
+1
*
Support print() function with Python 2 in some files.
Arfrever Frehtes Taifersar Arahesis
2009-09-20
1
-0
/
+3
*
Update syntax of calls to print() for compatibility with Python 3.
Arfrever Frehtes Taifersar Arahesis
2009-09-20
1
-2
/
+2
*
Fix implicit_pattern to match different quote character found in warnings
Zac Medico
2008-06-21
1
-1
/
+1
*
translate unicode quotes to ascii ones so we can keep our regex simple
Mike Frysinger
2007-01-28
1
-3
/
+4
*
add support for parsing of unicode quotes
Mike Frysinger
2007-01-27
1
-2
/
+4
*
add support for scanning of build logs for common issues #111436
Mike Frysinger
2007-01-03
1
-0
/
+53