portage.git
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 MedicoUse Package.iuse.is_valid_flag() to account for implici...
2010-08-24 Sebastian Lutherrepoman: Let repoman check for flags missing from IUSE
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 #318241 - Include LICENSE file in release tarballs. v2.2_rc68
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 MedicoDon't copy the src directory because it doesn't exist...
2010-08-22 Zac MedicoRemove the python-missingos module since apparently...
2010-08-22 Zac MedicoRemove support for the missingos module since apparentl...
2010-08-22 Zac MedicoRemove the bsd-chflags module since it hasn't been...
2010-08-22 Zac MedicoRemove unused tbz2tool.c file. The latest stable ebuild...
2010-08-22 Zac MedicoAdd notes about package.env and package.accept_keywords.
2010-08-22 Zac MedicoRemove deprecated destroot argument from dblink.isowner...
2010-08-22 Zac MedicoRemove python-oriented checks from install_qa_check...
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.
2010-08-21 Zac MedicoAdd EPREFIX support to load_default_config().
2010-08-21 Zac MedicoFix broken writemsg call in depgraph._resolve() that...
2010-08-21 Zac MedicoOmit non-existent files from the config._pkeywords_list
2010-08-21 Zac MedicoMove default ACCEPT_KEYWORDS handling for package.keywo...
2010-08-21 Zac MedicoRevert back to using ROOT for env_update(), since that...
2010-08-21 Zac MedicoFix env_update() calls to use EROOT.
2010-08-21 Zac MedicoBug #324191 - Add support for FEATURES=compress-build...
2010-08-21 Zac MedicoWhen accessing pkgsettings.features inside Scheduler...
2010-08-21 Zac MedicoAdd a deprecation warning to FetchlistDict.has_key().
2010-08-21 Zac MedicoAdd a deprecation warning for the unused justmanifest...
2010-08-21 Zac MedicoQuote arrays in QA_PREBUILT handling.
2010-08-21 Zac MedicoAdd support for a QA_PREBUILT variable should contain...
2010-08-21 Zac MedicoAdd upstream.workaround warning for addpredict calls...
2010-08-21 Zac MedicoFix broken reference to portage._validate_cache_for_uns...
2010-08-21 Zac MedicoAdd a wrapper around config.features that provides...
2010-08-21 Zac MedicoWhen stacking incrementals in config.regenerate(),...
2010-08-21 Zac MedicoFix config.setcpv() so it only calls _grab_pkg_env...
2010-08-21 Zac MedicoRemove duplicate realpath call for PORTAGE_TMPDIR.
2010-08-21 Zac MedicoAt some point we may want to stop exporting FEATURES...
2010-08-21 Zac MedicoBug #44796 - Add support for /etc/portage/package.env...
2010-08-20 Zac MedicoMake varexpand() create a new empty dict for variable...
2010-08-20 Zac MedicoSplit out a _ordered_by_atom_specificity() in order...
2010-08-20 Zac MedicoMake DEPCACHE_PATH relative to EPREFIX, and comment...
2010-08-20 Zac Medico* Make dblink._linkmap_rebuild() return early if preser...
2010-08-20 Zac MedicoStop using the myroot arguments to the dblink construct...
2010-08-20 Zac Medico* Fix EROOT handling in various places in vartree.py...
2010-08-20 Zac MedicoFix LinkageMap to use vardbapi._eroot instead of _root.
2010-08-20 Zac MedicoDon't pass the myroot parameter to *counter_tick* metho...
2010-08-20 Zac MedicoMake the portagetree.root attribute a property that...
2010-08-20 Zac MedicoRemove unused clone paramter from vartree constructor...
2010-08-20 Zac MedicoFix typo in comment.
2010-08-20 Sebastian Luther--autounmask: If we can't do a change because of REQUIR...
2010-08-20 Sebastian Luther--autounmask: Don't do use changes if they violate...
2010-08-20 Sebastian Lutherslot collision handler: Drop solutions that violate...
2010-08-20 Sebastian Lutherslot collision handler: Work correctly with --autounmask
2010-08-20 Sebastian Luthercircular dependency handler: Add support for REQUIRED_USE
2010-08-20 Sebastian LutherAdd portage.dep.get_required_use_flags to extract the...
2010-08-20 Sebastian Luthercircular dependency handler: Small code clean ups
2010-08-20 Zac MedicoMake the make.globals path relative to EPREFIX, and...
2010-08-20 Zac MedicoFix BinTestCase instances to stop leaving orphan temp...
2010-08-20 Zac MedicoAdd experimental EPREFIX/EROOT support to the config...
2010-08-20 Zac MedicoStop trying to read /etc/make.globals because it's...
2010-08-20 Zac MedicoUpdate docs, comments, and messages to refer to make...
2010-08-20 Zac MedicoRename the bdeps_root variable to depend_root, since...
next