Fix use_reduce() case from bug #340973.
[portage.git] / pym / portage / dep / __init__.py
2010-10-14 Zac MedicoFix use_reduce() case from bug #340973.
2010-10-12 Sebastian LutherAllow repository specs for atoms with wildcards
2010-10-06 Zac MedicoFix _iter_match_pkgs installed multislot breakage
2010-10-03 Zac MedicoMake Atom.with_repo() allow wildcard.
2010-10-03 Zac MedicoFix repo atom breakage in getmaskingreason().
2010-10-02 Zac MedicoEnsure repo in atom matches PMS 3.1.5.
2010-09-15 Sebastian Lutherportage.dep: Add support for ::repo syntax to all funct...
2010-09-13 Sebastian LutherDon't miss a "missing IUSE" because of [foo?] -> [...
2010-09-11 Zac MedicoFor digestgen(), add a matchnone parameter to use_reduc...
2010-09-02 Zac MedicoImplement ExtendedAtomDict.copy().
2010-08-30 Zac MedicoMake match_from_list() strip "!!" when appropriate...
2010-08-28 Zac MedicoUse StopIteration to exit nested loops. v2.2_rc70
2010-08-28 Zac MedicoAdd support for IUSE.missing checks in conditional...
2010-08-27 Zac MedicoUse InvalidDependString import instead of
2010-08-27 Zac MedicoAdd a IUSE.missing repoman category for packages that...
2010-08-27 Zac MedicoDo not include the whole input string in the use_reduce()
2010-08-26 Zac MedicoMake the Atom class add 'EAPI.incompatible' category...
2010-08-26 Zac MedicoMake use_reduce() call Atom.evaluate_conditionals(...
2010-08-26 Sebastian LutherLet use_reduce and Atom do EAPI checks
2010-08-24 Sebastian LutherExtendedAtomDict: Add __eq__
2010-08-24 Sebastian LutherAtom.violated_conditionals: Always treat deps as violat...
2010-08-24 Sebastian LutherExtendedAtomDict: Add __delitem__
2010-08-23 Sebastian Lutheruse_reduce: Give a hint to IUSE in the 'use flag '...
2010-08-22 Sebastian Luther_use_dep.{evaluate_conditionals,_eval_qa_conditionals...
2010-08-22 Zac MedicoAdd back _conditionals_class.values() method in order...
2010-08-22 Sebastian Lutherportage.dep._use_dep: Rewrite the parser for better...
2010-08-20 Sebastian Luther--autounmask: If we can't do a change because of REQUIR...
2010-08-20 Sebastian LutherAdd portage.dep.get_required_use_flags to extract the...
2010-08-18 Sebastian Lutherextract_affecting_use: Fix the same bug as in use_reduce
2010-08-18 Sebastian Luthercheck_required_use: Fix the same bug as in use_reduce
2010-08-18 Sebastian Lutherparen_reduce: Fix the same bug as in use_reduce
2010-08-18 Zac Medico* Replace config._iuse_implicit_re with a callable...
2010-08-18 Sebastian Lutheruse_reduce: code cleanup
2010-08-18 Zac MedicoFix use_reduce() to correctly handle "|| ( ( A B )...
2010-08-17 Zac MedicoTemporarily disable portage.dep deprecation warnings...
2010-08-17 Sebastian Lutherportage.dep.use_reduce: Add token_class parameter
2010-08-16 Arfrever Frehtes... Fix typos in comments.
2010-08-16 Sebastian Lutherportage.dep.use_reduce: More comments and better error...
2010-08-16 Sebastian Lutherportage.dep.use_reduce: Better error messages
2010-08-16 Sebastian Lutherportage.dep.use_reduce: Better validation of use flags...
2010-08-16 Zac MedicoImplement ExtendedAtomDict.iteritems(), so that it...
2010-08-14 Sebastian Lutherportage.dep: Integrate the functionality of flatten...
2010-08-14 Sebastian Lutherportage.dep: Integrate the functionality of dep_opconve...
2010-08-14 Sebastian LutherAtom.violated_conditionals: Use iuse.is_valid_flag...
2010-08-14 Sebastian LutherImplement use dependency defaults
2010-08-12 Sebastian Lutherportage.dep.extract_affecting_use: Don't raise if atom...
2010-08-12 Sebastian LutherAdd portage.dep.extract_affecting_use()
2010-08-11 Sebastian LutherMake REQUIRED_USE work again. Without paren_reduce...
2010-08-11 Sebastian Lutherportage/dep/__init__.py: Remove deprecated behaviour
2010-08-11 Zac MedicoAdd stacklevel=2 to warnings.warn() calls.
2010-08-11 Zac MedicoDon't use deprecated paren_normalize() function.
2010-08-11 Sebastian LutherAdd deprecation warnings for paren_reduce, strip_empty...
2010-08-11 Sebastian Lutherportage.dep.dep_opconvert: remove handling of '&&'...
2010-08-11 Sebastian Lutherportage.dep.use_reduce: Add is_src_uri and allow_src_ur...
2010-08-11 Sebastian Lutherportage.dep.use_reduce: Work on depstrings instead...
2010-08-11 Sebastian LutherAdd repoman check for REQUIRED_USE
2010-08-11 Sebastian LutherAdd missing IUSE check in portage.dep._check_required_use()
2010-08-11 Sebastian LutherImplement portage.dep.check_required_use() for checking...
2010-08-10 Sebastian Lutherportage.dep.paren_reduce: Remove redundant brackets
2010-08-10 Sebastian Lutherportage.dep: Rewrite paren_reduce and add tests
2010-08-09 Sebastian Lutherportage.dep.Atom.violated_conditionals(): Fix "not...
2010-08-07 Zac MedicoImplement ExtendedAtomDict.__len__().
2010-08-07 Zac MedicoImplement ExtendedAtomDict.__iter__().
2010-08-03 Zac MedicoMake ExtendedAtomDict.__getitem__() return the value...
2010-07-27 Zac MedicoFix ExtendedAtomDict so get() and __getitem__() behave...
2010-07-27 Zac MedicoMake ExtendedAtomDict inherit from MutableMapping,...
2010-07-25 Zac MedicoMake extended_cp_match() use re.escape() for safety...
2010-07-25 Zac MedicoMake extended_cp_match() cache regular expressions...
2010-07-25 Zac MedicoRe-implement extended_cp_match() using regex, and only...
2010-07-24 Sebastian Lutherextended atom syntax: Allow wildcards in all places
2010-07-23 Sebastian Lutherportage.dep._use_dep: better validation, enable all...
2010-07-23 Sebastian Lutherportage.dep.isvalidatom(): Add support for atoms with...
2010-07-23 Sebastian Lutherportage.dep.{match_from_list,best_match_to_list}: Add...
2010-07-23 Sebastian Lutherportage.dep.Atom: Add optional parameter to allow wildc...
2010-06-16 Zac MedicoAdd Atom._eval_qa_conditionals method, which unevaluate...
2010-05-25 Sebastian LutherMake parent_use parameter for portage.dep.Atom.violated...
2010-05-21 Sebastian LutherAdd portage.dep.Atom.violated_conditionals()
2010-05-20 Sebastian LutherAdd portage.dep.Atom.unevaluated_atom to not lose the...
2010-04-28 Zac MedicoAdd a Package.iuse.is_valid_flag() method to replace...
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2010-02-25 Zac MedicoMove dep.py to dep/__init__.py, for splitting into...