config: Add MaskManager
[portage.git] / pym /
2010-08-27 Sebastian Lutherconfig: Add MaskManager
2010-08-27 Sebastian Lutherconfig: Avoid copying _license_manager
2010-08-27 Zac MedicoAdd a IUSE.missing repoman category for packages that...
2010-08-27 Zac MedicoBug #334365 - Selectively ignore invalid metadata of...
2010-08-27 Zac MedicoBug #334365 - When depgraph.display_problems() shows...
2010-08-27 Zac MedicoDo not include the whole input string in the use_reduce()
2010-08-27 Zac MedicoFix breakage from previous commit.
2010-08-27 Zac MedicoUse Package.visible to simplify visibility checks for...
2010-08-27 Zac MedicoFix Package._visible() to mask installed packages with...
2010-08-27 Zac MedicoUse shallow copy for more immutable config attributes.
2010-08-27 Zac MedicoMake LicenseManager.__deepcopy__() do a shallow copy...
2010-08-27 Zac MedicoImplement LicenseManager.__deepcopy__(), using shallow...
2010-08-27 Zac MedicoDisable autouse support and add a deprecation warning...
2010-08-27 Zac MedicoUse frozenset for config.usemask and useforce attribute...
2010-08-26 Zac MedicoBug #334365 - Make dep_check() less strict with respect...
2010-08-26 Zac MedicoVarious parse_metadata_use() fixes:
2010-08-26 Zac MedicoMake parse_metadata_use() tolerate empty flag descriptions.
2010-08-26 Zac MedicoEnsure SystemExit is never caught.
2010-08-26 Zac MedicoMake the Atom class add 'EAPI.incompatible' category...
2010-08-26 Zac MedicoMake parse_metadata_use() emulate the Element.itertext...
2010-08-26 Zac MedicoFix up error handling for egencache --update-use-local...
2010-08-26 Zac MedicoFix breakage in use_reduce() calls where token_class...
2010-08-26 Zac MedicoRemove unused max_parents variable.
2010-08-26 Zac MedicoFix slot_conflict_handler breakage when calling
2010-08-26 Michał GórnyParse flag descriptions in repoman.utilities.parse_meta...
2010-08-26 Zac MedicoMake use_reduce() call Atom.evaluate_conditionals(...
2010-08-26 Zac MedicoIn slot_conflict_handler(), never pass parent_use to
2010-08-26 Zac MedicoIn slot_conflict_handler._prepare_conflict_msg_and_chec...
2010-08-26 Zac MedicoFix slot_conflict_handler._prepare_conflict_msg_and_che...
2010-08-26 Zac MedicoAdd PORTAGE_SIGPIPE_STATUS to config._environ_whitelist.
2010-08-26 Zac MedicoAdd code to dep_check(), borrowed from _expand_new_virt...
2010-08-26 Sebastian LutherLet use_reduce and Atom do EAPI checks
2010-08-26 Zac MedicoFix UnboundLocalError for y on line 177 in _expand_new_...
2010-08-26 Zac MedicoRemove obsolete TODO comment.
2010-08-26 Zac MedicoTweak grammar for unknown-features-warn message.
2010-08-26 Zac MedicoUse EAPI.incompatible repoman category for REQUIRED_USE...
2010-08-26 Zac MedicoMake Package._validate_deps() use check_required_use...
2010-08-26 Zac MedicoJust raise InvalidDependString in cases when it shouldn...
2010-08-26 Zac MedicoMake _get_masking_status() return masking reasons for...
2010-08-26 Zac MedicoBug #334365 - Fix depgraph._wrapped_select_pkg_highest_...
2010-08-26 Zac MedicoMake Package._validate_deps() check USE conditionals...
2010-08-26 Zac MedicoBug #334365 - Mask packages with invalid metadata as...
2010-08-26 Zac MedicoUse a PORTAGE_SIGPIPE_STATUS variable to export 128...
2010-08-26 Zac MedicoBug #334365 - When parsing dependencies of installed...
2010-08-25 Sebastian Luthershow_invalid_depstring_notice: Don't repeat the dep...
2010-08-25 Zac MedicoRemove portage.usedefaults since it's broken by the...
2010-08-25 Sebastian Lutherconfig: Move handling of USE related config files into...
2010-08-25 Zac MedicoFix fragile sets config file path handling for for...
2010-08-25 Zac MedicoFix WorldSelectedSet.singleBuilder() to use EROOT.
2010-08-25 Zac MedicoAdd EROOT support to setconfig_fallback().
2010-08-25 Zac MedicoAdd EROOT support to the @module-rebuild package set.
2010-08-25 Zac MedicoWhen parsing package.env, pass the same tolerant and...
2010-08-24 Zac MedicoUse deepcopy for LicenseManger, since I remove clone... v2.2_rc69
2010-08-24 Zac MedicoUse open() instead of file(), for python3.
2010-08-24 Sebastian LutherTests: Add LicenseManager tests
2010-08-24 Sebastian LutherExtendedAtomDict: Add __eq__
2010-08-24 Sebastian LutherResolverPlayground: Add ability to create config files...
2010-08-24 Zac MedicoRemove LicenseManager.__deepcopy__() since the default...
2010-08-24 Zac MedicoImplement LicenseManager.__deepcopy__().
2010-08-24 Zac MedicoFix imports in _config submodules.
2010-08-24 Zac MedicoBug #334319 - Don't call config.backup_changes("FEATURE...
2010-08-24 Zac Medico* Make dblink instantiate the ConfigProtect object...
2010-08-24 Zac MedicoBug #334265 - Fix AttributeError triggered by empty...
2010-08-24 Sebastian LutherMore _pkg_use_enabled fixes
2010-08-24 Sebastian LutherAtom.violated_conditionals: Always treat deps as violat...
2010-08-24 Zac MedicoBug #334253 - Fix breakage in FEATURES=test-fail-contin...
2010-08-24 Sebastian Lutherconfig: Move _prune_incremental to helper
2010-08-24 Sebastian Lutherconfig: Move features_set into its own file
2010-08-24 Sebastian Lutherconfig: Split out LicenseManager and helper
2010-08-24 Sebastian LutherExtendedAtomDict: Add __delitem__
2010-08-24 Zac MedicoMake config.setcpv() trigger regenerate() if the packag...
2010-08-24 Zac MedicoHandle SIGPIPE when unpack() extracts tar files through...
2010-08-23 Zac Medico* Use iterators instead of keys() when possible.
2010-08-23 Zac MedicoIn depgraph._select_pkg_highest_available_imp(), make...
2010-08-23 Zac MedicoPass a keyword hint from getmaskingstatus() to the...
2010-08-23 Sebastian Lutheruse_reduce: Give a hint to IUSE in the 'use flag '...
2010-08-23 Zac MedicoAdd 'candy' to SUPPORTED_FEATURES.
2010-08-23 Zac MedicoMake recursive grablines() ignore the same directories as
2010-08-23 Zac MedicoBug #309907 - Update more config files for package...
2010-08-23 Zac MedicoFix spelling in zlib.error message.
2010-08-23 Zac MedicoHandle zlib.error when reading compressed build logs...
2010-08-23 Zac MedicoAllow more time for natural exit of the ebuild process...
2010-08-22 Zac MedicoRemove support for the missingos module since apparentl...
2010-08-22 Zac MedicoRemove deprecated destroot argument from dblink.isowner...
2010-08-22 Zac MedicoDuring the post src_install QA checks, log to a tempora...
2010-08-22 Zac MedicoMake Binpkg call prepare_build_dirs() before trying...
2010-08-22 Zac MedicoAdd missing scheduler attribute to BinpkgVerifier ...
2010-08-22 Zac MedicoMake EOutput.write() use writemsg() for special unicode...
2010-08-22 Sebastian Luther_use_dep.{evaluate_conditionals,_eval_qa_conditionals...
2010-08-22 Zac MedicoFix broken logic in InheritDeprecated.
2010-08-22 Zac MedicoMake InheritDeprecated detect indirect inherits of...
2010-08-22 Zac MedicoMake InheritDeprecated check for direct inherits, and...
2010-08-22 wiredrepoman: check for deprecated eclasses
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-22 Zac MedicoFix erroneoud reference to self.aux_get in bintree...
2010-08-22 Zac MedicoFix AttributeError for MetadataRegen._sched_iface.
2010-08-21 Zac Medico* By default, disable the calc_prelink parameter to...
2010-08-21 Zac MedicoFix UnboundLocalError for catdir inside dblink.unmerge().
2010-08-21 Zac MedicoBug #292083 - Support package.accept_keywords in profiles.
next