summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/resolver/circular_dependency.py
Commit message (Expand)AuthorAgeFilesLines
* Use bool(digraph) instead of empty()/is_empty().Zac Medico2011-06-021-1/+1
* Use Package.use.force/mask attributes.Zac Medico2010-11-201-3/+1
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-1/+0
* If there are circular dependencies, and circular_dependency_handlerZac Medico2010-08-281-0/+15
* circular dependency handler: Add support for REQUIRED_USESebastian Luther2010-08-201-13/+31
* circular dependency handler: Small code clean upsSebastian Luther2010-08-201-5/+6
* Move the clever parts of depgraph._show_circular_deps into its own module.Sebastian Luther2010-08-191-0/+227