aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* digraph: add update and clear methodsZac Medico2017-04-201-2/+24
* depgraph: avoid missed update with slot operator and circ dep (bug 612874)Zac Medico2017-03-171-0/+9
* Add digraph.discardSebastian Luther2014-02-051-1/+11
* pym/util: clean up style a bitMike Frysinger2013-10-151-12/+12
* Use unicode_literals more.Zac Medico2013-01-181-6/+6
* test_digraph: fix get_cycles for PYTHONHASHSEEDZac Medico2012-05-121-4/+11
* digraph: implement __bool__Zac Medico2011-05-171-1/+9
* Use _unicode_decode() to force unicode format strings insideZac Medico2010-09-171-2/+7
* Fix get_cycles() to handle None return value from shortest_path().Zac Medico2010-08-181-0/+2
* portage.util.digraph: Raise KeyError in newly added functions. Add tests.Sebastian Luther2010-08-181-13/+21
* portage.util.digraph: Add get_cycles() and its helpers shortest_path() and bfs()Sebastian Luther2010-08-181-0/+35
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Move cacheddir and listdir to portage.util.listdir.Zac Medico2010-02-251-0/+2
* Add missing writmsg import.Zac Medico2010-02-241-0/+2
* Move portage.digraph class to portage.util.digraph.digraph.Zac Medico2010-02-221-0/+281