summaryrefslogtreecommitdiffstats
path: root/pym/portage/util/digraph.py
Commit message (Collapse)AuthorAgeFilesLines
* Use unicode_literals more.Zac Medico2013-01-181-6/+6
| | | | | This helps to ensure consistent results, regardless of whether we're using Python 2 or Python 3.
* 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
| | | | digraph.debug_print().
* 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
| | | | svn path=/main/trunk/; revision=15450
* Add missing writmsg import.Zac Medico2010-02-241-0/+2
| | | | svn path=/main/trunk/; revision=15445
* Move portage.digraph class to portage.util.digraph.digraph.Zac Medico2010-02-221-0/+281
svn path=/main/trunk/; revision=15423