Task.__repr__: handle python-trace
[portage.git] / pym / _emerge / Task.py
2013-03-19 Zac MedicoTask.__repr__: handle python-trace
2013-03-19 Zac MedicoTask: implement __repr__
2012-02-17 Zac MedicoMove _emerge.SlotObject to portage.util.
2011-05-21 Zac MedicoTask.__eq__: allow _hash_key as input
2011-05-20 Zac MedicoTask: optimize == and != _hash_key comparison
2011-05-20 Zac MedicoTask: precalculate _hash_value
2011-05-20 Zac MedicoTask: remove unnecessary _get_hash_key() method
2010-09-30 Zac MedicoSimplify Task.__eq__() and __ne__().
2010-09-27 Zac MedicoFix Task.__eq__() and __ne__() to explicitly compare...
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2009-09-07 Zac MedicoHandle AttributeError instead of using getattr. Thanks...
2009-08-08 Zac MedicoIn Task.__str__(), emulate tuple.__str__, but don't...
2009-06-25 Zac MedicoAdd/update copyright headers.
2009-06-22 Zac MedicoBug #275047 - Split _emerge/__init__.py into smaller...