portage.git
2010-08-11 Sebastian Lutherportage.dep.dep_opconvert: remove handling of '&&'...
2010-08-11 Sebastian LutherTests: Add tests for portage.dep.dep_opconvert
2010-08-11 Sebastian LutherTests: add dep/testStandalone. Test small functions...
2010-08-11 Sebastian Lutherportage.dep.use_reduce: pass is_src_uri when needed
2010-08-11 Sebastian Lutherportage.dep.use_reduce: Add is_src_uri and allow_src_ur...
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-11 Zac MedicoAdd not about RDEPEND not being implicitly set in EAPI...
2010-08-11 Zac MedicoAdd REQUIRED_USE docs from Brian Harring's GLEP draft.
2010-08-11 Zac MedicoEliminate redundant _eclasses_ code from aux_get which...
2010-08-11 Zac MedicoDon't cache REQUIRED_USE for EAPIs 1-3 which don't...
2010-08-11 Zac MedicoAdd some docs for EAPI 4_pre1.
2010-08-11 Sebastian LutherAllow flags from IUSE_IMPLICIT in REQUIRED_USE. Move...
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 LutherAdd REQUIRED_USE check as pre-merge check.
2010-08-11 Sebastian LutherImplement portage.dep.check_required_use() for checking...
2010-08-11 Sebastian LutherAdd REQUIRED_USE to metadata keys, caches, etc.
2010-08-10 Zac MedicoDon't use os.getlogin() since apparently it's unreliable.
2010-08-10 Zac MedicoPretend that the current user's uid/gid are the 'portag...
2010-08-10 Zac MedicoAdd suitable default PORTAGE_TMPDIR setting.
2010-08-10 Zac MedicoTry using _emerge.main.setconfig_fallback() to make...
2010-08-10 Sebastian Lutherportage.dep.paren_reduce: Remove redundant brackets
2010-08-10 Zac MedicoWhen executing the 'depend' phase inside aux_get()...
2010-08-10 Sebastian Lutherportage.dep: Rewrite paren_reduce and add tests
2010-08-10 Zac MedicoRelocate attributes from AbstractEbuildProcess to subcl...
2010-08-10 Zac MedicoConvert doebuild.spawn() to use the AsynchronousTask...
2010-08-10 Zac MedicoIn cp_list(), use basestring for ininstance check on...
2010-08-10 Brian Dolbecadd optional list support for mytree to complinment...
2010-08-09 Zac MedicoFix /etc/portage/package.keywords handling so that...
2010-08-09 Zac MedicoTweak the profile package.* atom specificity code to use
2010-08-09 Zac MedicoCall portage._disable_legacy_globals() in order to...
2010-08-09 Zac MedicoDetect if python xml support is enabled and bail out...
2010-08-09 Sebastian LutherTests: dep/testAtom: add test for Atom.violated_conditi...
2010-08-09 Sebastian Lutherportage.dep.Atom.violated_conditionals(): Fix "not...
2010-08-09 Sebastian LutherTests: Let ./runTests take files as argument to run...
2010-08-08 Sebastian Lutherautounmask: rename _needed_user_config_changes in _need...
2010-08-08 Sebastian LutherTest: resolver/test_autounmask: Check the suggested...
2010-08-08 Sebastian LutherTests: resolver/test_autounmask: Remove test that don...
2010-08-08 Sebastian Lutherautounmask: Restart less often for use changes
2010-08-07 Arfrever Frehtes... Bug #308835: Support options in shebang and terminate...
2010-08-07 Zac MedicoEnsure that _select_pkg_highest_available_imp() falls...
2010-08-07 Zac MedicoFix _getMissingProperties() package.properties handling...
2010-08-07 Zac MedicoFix _getMissingLicenses() package.license handling...
2010-08-07 Zac MedicoBug #331413 - Clarify the behavior of the =$CATEGORY...
2010-08-07 Zac MedicoUse ResolverPlayground for it's config instance, so...
2010-08-07 Zac MedicoBug #331429 - Fix breakage in package.properties and...
2010-08-07 Zac MedicoImplement ExtendedAtomDict.__len__().
2010-08-07 Zac MedicoImplement ExtendedAtomDict.__iter__().
2010-08-06 Zac MedicoFix _select_pkg_highest_available_imp to reject install...
2010-08-06 Zac MedicoRename allow_missing_keywords to allow_unstable_keyword...
2010-08-06 Zac MedicoDelay variable definitions in _pkg_visibility_check...
2010-08-06 Zac MedicoMake dep_check use depgraph._pkg_use_enabled to query...
2010-08-06 Zac MedicoUse finally block for autounmask handling inside
2010-08-06 Sebastian Lutherautounmask: Add ability to adjust USE
2010-08-06 Arfrever Frehtes... Fix typo in comment.
2010-08-06 Zac MedicoAdd a _MaskReason.hint attribute that the --autounmask...
2010-08-06 Zac MedicoUse _get_masking_status() for the --autounmaks KEYWORDS...
2010-08-06 Zac Medico* Split out a _get_masking_status() method that returns...
2010-08-06 Zac MedicoBug #331413 - Clarify valid $VERSION parts that may...
2010-08-06 Zac MedicoSplit out a _getmaskingstatus() method that returns...
2010-08-06 Zac MedicoUse a regular expression to simplify dblink.getcontents().
2010-08-06 Zac MedicoIn action_unmerge(), create a Schuduler instance for...
2010-08-06 Zac MedicoPass more parameters to the Package constructor.
2010-08-06 Zac MedicoFix scope issue that could cause 'retval' variable...
2010-08-06 Zac MedicoBug #331271 - Fix USE_EXPAND wildcards so that the...
2010-08-05 Zac MedicoBug #331271 - Fix USE_EXPAND wildcards so that the...
2010-08-05 Zac MedicoUse ValueError.args since direct indexing of ValueError...
2010-08-05 Zac MedicoAdd a test case for lazyimport._preload_portage_submodu...
2010-08-05 Zac MedicoAdd a fake _test_ option to myopts that can be used...
2010-08-05 Zac MedicoUse a ResolverPlayground.cleanup() method to cleanup...
2010-08-05 Sebastian LutherTests: Add resolver/test_eapi (2 tests disabled)
2010-08-05 Sebastian LutherTests: Add resolver/test_simple and the resolver test...
2010-08-05 Sebastian Luther_emerge.depgraph: If "/" not in trees, treat target_roo...
2010-08-05 Arfrever Frehtes... Make some variables local.
2010-08-05 Arfrever Frehtes... Bug #301915: Add QA check for byte-compiled Python...
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().
next