summaryrefslogtreecommitdiffstats
path: root/pym/portage/proxy
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Use range() instead of xrange() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Define basestring as str when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+3
* Implement ObjectProxy.__int__().Zac Medico2009-08-121-0/+3
* Use a lock to ensure that threaded code doesn't cause problems with proxyZac Medico2009-02-221-15/+36
* Fix _LazyImportFrom to use the correct module name when registering andZac Medico2009-02-221-11/+14
* Make lazyimport proxies trigger automatic destruction of other proxies forZac Medico2009-02-221-0/+33
* Fix typo in __all__.Zac Medico2009-02-221-1/+1
* Reduce bloat in portage.util by splitting ObjectProxy and lazyimport into aZac Medico2009-02-223-0/+187