portage.git
2010-08-05 Arfrever Frehtes... EOFError can still be raised by array.fromfile() in...
2010-08-05 Arfrever Frehtes... Bug #330937: Handle IOError raised by remaining calls...
2010-08-05 Zac MedicoSimplify passing of the backtracking parameters from...
2010-08-05 Zac Medico* Add a --autounmask[=n] option and for now leave it...
2010-08-05 Sebastian Luther_emerge.depgraph.get_backtrack_parameters(): Return...
2010-08-05 Sebastian Luther_emerge.depgraph: Keep _needed_user_config_changes...
2010-08-05 Sebastian Luther_emerge.depgraph: Use _pkg_visibility_check() everywhere
2010-08-05 Sebastian LutherAutomatically take packages masked by ~arch if needed...
2010-08-05 Zac MedicoBug #308835 - Make econf() use sed to substitute $CONFI...
2010-08-05 Zac MedicoBug #330179 - Ensure that depgraph._show_unsatisfied_de...
2010-08-05 Zac MedicoBug #330179 - Fix depgraph._show_unsatisfied_dep()...
2010-08-05 Zac MedicoBug #285191 - Add back the RDEPEND.implicit warning...
2010-08-05 Sebastian Lutherrepoman: Check if the prefix.eclass is inherited if...
2010-08-04 Zac MedicoAdd a sanity check in _preload_portage_submodules(...
2010-08-04 Zac MedicoFix infinite loop in _preload_portage_submodules().
2010-08-04 Zac MedicoFix typo in docstring.
2010-08-04 Zac MedicoBug #330645 - Make _unregister_module_proxy() detect...
2010-08-04 Zac MedicoBug #330645 - Use more lazy imports for the portage...
2010-08-03 Zac MedicoRemove code related to $DISTDIR/.locks since that direc...
2010-08-03 Zac MedicoMake ExtendedAtomDict.__getitem__() return the value...
2010-08-03 Zac MedicoMove the */* code out of loops for greater efficiency.
2010-08-03 Sebastian LutherMake the effect of */* atoms in package.{use,license...
2010-08-03 Zac MedicoOnly populate the binarytree for actions that need...
2010-08-03 Arfrever Frehtes... Bug #330937: Handle IOError raised by array.fromfile().
2010-08-01 Zac Medico* Make _world_repo_match() try to match both atoms...
2010-08-01 Zac MedicoMake update_config_files() take a dict of {repo_name...
2010-08-01 Zac MedicoFix NameError for ConfigProtect.
2010-08-01 Zac MedicoJust return boolean to indicate whether or not updates...
2010-08-01 Zac MedicoMove the mtimedb timestamps code out of an unnecessary...
2010-08-01 Zac MedicoAlways use shlex_split() to split CONFIG_PROTECT{,_MASK}.
2010-07-29 Zac MedicoAdd a warning message to the --package-moves[=n] docs...
2010-07-28 Zac MedicoAdd a --package-moves[=n] option that can be used to...
2010-07-28 Zac MedicoDocument --depclean-lib-check[=n].
2010-07-28 Zac MedicoFix calc_depclean() to skip the topological sort code...
2010-07-28 Zac MedicoTweak global updates handling so that updates from...
2010-07-28 Zac MedicoFix UnboundLocalError for do_upgrade_packagesmessage.
2010-07-28 Zac MedicoFix UnboundLocalError for timestamps variable.
2010-07-28 Zac MedicoMake dbapi.update_ents() take a dict of {repo_name...
2010-07-27 Michał GórnyFallback to updates from PORTDIR if repository has...
2010-07-27 Michał GórnyAdd repository-wide updates support to emaint.
2010-07-27 Michał GórnySupport repository-wide updates in FakeVartree.
2010-07-27 Michał GórnyLimit repository-wide dbentry updates.
2010-07-27 Michał GórnySupport repository-wide updates.
2010-07-27 Zac MedicoMake the world-candidate package set attribute default...
2010-07-27 Sebastian Lutherextended atom syntax: Add comment to make.conf man...
2010-07-27 Sebastian LutherTests: add sets/base/testInternalPackageSet
2010-07-27 Sebastian Lutherportage.sets: Don't allow extended atoms unless explici...
2010-07-27 Michał GórnyUse a directory for the default set configuration.
2010-07-27 Zac MedicoFix PackageSet._updateAtomMap() to use ExtendedAtomDict...
2010-07-27 David JamesFix race condition in Portage symlink creation.
2010-07-27 Zac MedicoFix ExtendedAtomDict so get() and __getitem__() behave...
2010-07-27 Zac MedicoMake ExtendedAtomDict inherit from MutableMapping,...
2010-07-26 Zac MedicoAllow the --depclean library consumer check to be disab...
2010-07-26 Zac MedicoIf more than 20 file collisions occur, only look up...
2010-07-26 Zac MedicoWhen the iter_owners dblink cache becomes full, do...
2010-07-25 Zac MedicoMake extended_cp_match() use re.escape() for safety...
2010-07-25 Zac MedicoBug #329159 - If there are merge collisions are detecte...
2010-07-25 Zac MedicoMake iter_owners() switch to a slower but lower-memory...
2010-07-25 Sebastian LutherBug #329803 - Make unmerge() show a machine-readable...
2010-07-25 Zac MedicoMake extended_cp_match() cache regular expressions...
2010-07-25 Zac MedicoAdd a gc.collect() call inside iter_owers(), since...
2010-07-25 Zac MedicoRe-implement extended_cp_match() using regex, and only...
2010-07-25 Zac MedicoFix description of FEATURES=fixlafiles.
2010-07-25 Sebastian LutherFEATURES: Rename lafilefixing -> fixlafiles
2010-07-24 Sebastian Lutherextended atom syntax: Allow wildcards in all places
2010-07-24 Zac MedicoHandle UnicodeDecodeError from subprocess.getstatusoutp...
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 LutherTest: Add dep/test_best_match_to_list
2010-07-23 Sebastian LutherTests: dep/test_match_from_list: Complete rewrite
2010-07-23 Sebastian LutherTests: Extend dep/testAtom.py and add test cases for...
2010-07-23 Sebastian Lutherportage.tests.TestCase: Add assertRaisesMsg() from...
2010-07-23 Sebastian Luther--exclude: Add support for atoms with wildcards
2010-07-23 Sebastian Lutherportage.sets: Add support for atoms with wildcards
2010-07-23 Sebastian LutherMake atoms with wildcards work in package.properties
2010-07-23 Sebastian LutherMake atoms with wildcards work in package.license
2010-07-23 Sebastian LutherMake atoms with wildcards work in package.mask and...
2010-07-23 Sebastian LutherMake atoms with wildcards in package.use work
2010-07-23 Sebastian Lutherportage.dep.{match_from_list,best_match_to_list}: Add...
2010-07-23 Sebastian Lutherportage.ebuild.config: Allow wildcards in atoms in...
2010-07-23 Sebastian Lutherportage.util.grab*(): Add optional parameter to allow...
2010-07-23 Sebastian Lutherportage.dep.Atom: Add optional parameter to allow wildc...
2010-07-21 Zac MedicoMove the mod_echo import to the top, so the module...
2010-07-21 Zac MedicoRemove 'mysettings' arguments from finalize() functions...
2010-07-20 Zac MedicoBug #328935 - Document ${ACTION} substitution in PORTAG...
2010-07-19 Zac MedicoBug #328317 - If libc is artifically promoted in the...
2010-07-19 Mike Frysingerinstall_qa_check: catch more gcc warnings
2010-07-19 Zac MedicoIn portdbapi.getfetchsizes(), only split PORTAGE_RO_DIS...
2010-07-19 Zac MedicoSkip unecessary stat calls on PORTAGE_RO_DISTDIRS in
2010-07-19 Zac MedicoBug #305035 - Fix portdbapi.getfetchsizes() to account for
2010-07-18 Sebastian Lutherlafilefixing: Use .replace() instead of the broken...
2010-07-16 Zac MedicoFix broken reference to self._settings (from previous...
2010-07-16 Zac MedicoBug #327883 - Make EbuildBuild call the pre-clean phase...
2010-07-16 Zac MedicoMake EbuildBuildDir.clean_log() do nothing when FEATURE...
2010-07-16 Zac MedicoMake prepare_build_dirs() respect FEATURES=keeptemp.
2010-07-15 Michał GórnyRemove 'filedir.missing' check info.
2010-07-15 Zac MedicoUse b'foo' instead of _unicode_encode() where appropriate.
2010-07-15 Zac MedicoFix unicode handling in arguments and commit message...
2010-07-15 Michał GórnyCombine the two 'file.executable' checks into a single...
2010-07-14 Fabian GroffenAdd forgotten trailing comma.
next