depgraph: avoid atom hash collisions in dep_check
[portage.git] / pym / portage / dep / dep_check.py
2011-02-14 Zac Medicodepgraph: avoid atom hash collisions in dep_check
2011-02-14 Zac Medicodepgraph: return virtual edges from select_atoms
2011-02-14 Zac Medicodepgraph: fix distorted display of virtuals
2011-02-08 Zac Medicoexpand_new_virtuals: fix pkg_use_enabled call
2011-02-08 Zac Medicoexpand_new_virtuals: handle None for myuse v2.1.9.38
2011-02-08 Zac Medicoexpand_new_virtuals: fix last commit USE handling
2011-02-08 Zac MedicoUpdate dates in headers.
2011-02-08 Zac Medicoexpand_new_virtuals: fix logic from prev commit
2011-02-08 Zac Medicoexpand_new_virtuals: save atom unevaluated use
2011-01-05 Zac Medicodep_zapdeps: add other_installed_some choice bin
2011-01-04 Zac Medicodep_zapdeps: add other_installed choice bin
2010-11-24 Zac MedicoRevert use.unsatisfiable support for now.
2010-11-24 Arfrever Frehtes... Support use.unsatisfiable and package.use.unsatisfiable...
2010-09-08 Zac MedicoFix dep_zapdeps() to handle satisfied or optional built...
2010-08-29 Arfrever Frehtes... Remove unused imports found by pylint.
2010-08-26 Zac MedicoBug #334365 - Make dep_check() less strict with respect...
2010-08-26 Zac MedicoMake use_reduce() call Atom.evaluate_conditionals(...
2010-08-26 Zac MedicoAdd code to dep_check(), borrowed from _expand_new_virt...
2010-08-26 Zac MedicoFix UnboundLocalError for y on line 177 in _expand_new_...
2010-08-17 Sebastian LutherPass token_class parameter if possible to use_reduce
2010-08-14 Sebastian Lutherportage.dep: Integrate the functionality of dep_opconve...
2010-08-14 Sebastian LutherImplement use dependency defaults
2010-08-11 Sebastian Lutherportage.dep.dep_check: Make sure we don't allow slot...
2010-08-11 Sebastian LutherIntroduce portage.eapi. Use it everywhere.
2010-08-11 Sebastian Lutherportage.dep._dep_check_strict: Unused, removed
2010-08-11 Sebastian Lutherportage.dep.use_reduce: Work on depstrings instead...
2010-08-06 Zac MedicoMake dep_check use depgraph._pkg_use_enabled to query...
2010-06-16 Zac MedicoAdd Atom._eval_qa_conditionals method, which unevaluate...
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2010-02-25 Zac MedicoMove portage.dep_check and related functions to portage...