aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement __unicode__ for python2.Zac Medico2010-03-271-0/+3
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Add ObjectProxy __gt__, __ge__, __lt__, and __le__ methods to fix TypeErrorZac Medico2010-02-281-0/+12
* Define portage.proxy.objectproxy.ObjectProxy.__add__() to fix problem with st...Arfrever Frehtes Taifersar Arahesis2009-11-051-0/+3
* Remove ugly code from __len__, since defining __bool__ fixes the sameZac Medico2009-09-251-9/+1
* Define __bool__() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-251-1/+6
* For python 3.x with boolean target, len() results in TypeError, soZac Medico2009-09-221-1/+9
* Implement ObjectProxy.__int__().Zac Medico2009-08-121-0/+3
* Reduce bloat in portage.util by splitting ObjectProxy and lazyimport into aZac Medico2009-02-221-0/+66