summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/Task.py
Commit message (Collapse)AuthorAgeFilesLines
* Task.__eq__: allow _hash_key as inputZac Medico2011-05-211-1/+3
| | | | This is used by depgraph._pkg() for lookups.
* Task: optimize == and != _hash_key comparisonZac Medico2011-05-201-2/+8
|
* Task: precalculate _hash_valueZac Medico2011-05-191-3/+0
|
* Task: remove unnecessary _get_hash_key() methodZac Medico2011-05-191-15/+9
|
* Simplify Task.__eq__() and __ne__().Zac Medico2010-09-301-6/+2
| | | | | Supposedly performance it better with the simpler implementation. This reverts commit 59f50a0bf9bdbb3aab4eee097e12bf32eeb12274.
* Fix Task.__eq__() and __ne__() to explicitly compare the resultsZac Medico2010-09-271-2/+6
| | | | from _get_hash_key().
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Handle AttributeError instead of using getattr. Thanks to Marat RadchenkoZac Medico2009-09-071-3/+3
| | | | | | <slonopotamusorama@gmail.com> for reporting. svn path=/main/trunk/; revision=14209
* In Task.__str__(), emulate tuple.__str__, but don't show 'foo' as u'foo' forZac Medico2009-08-081-2/+5
| | | | | | unicode strings. svn path=/main/trunk/; revision=13950
* Add/update copyright headers.Zac Medico2009-06-251-0/+4
| | | | svn path=/main/trunk/; revision=13690
* Bug #275047 - Split _emerge/__init__.py into smaller pieces. Thanks toZac Medico2009-06-221-0/+37
Sebastian Mingramm (few) <s.mingramm@gmx.de> for this patch. svn path=/main/trunk/; revision=13663