merge_order_assertions: fix string format error
[portage.git] / pym / portage / tests / resolver / ResolverPlayground.py
2011-05-21 Zac Medicomerge_order_assertions: fix string format error
2011-05-21 Zac Medicotest_merge_order: test satisfied circular DEPEND
2011-05-21 Zac Medicoambigous_merge_order: handle more failure modes
2011-05-21 Zac Medicotest_merge_order: test blocker resolution
2011-05-21 Zac Medicotest_merge_order: fix ambigous_merge_order bug
2011-05-21 Zac MedicoResolverPlayground: support ambigous_merge_order
2011-05-15 Arfrever Frehtes... Fix some typos.
2011-05-15 Sebastian Luther--autounmask: Allow package.mask changes
2011-05-02 Zac MedicoUpdate timestamps in headers of modified files.
2011-04-27 Sebastian Luther--autounmask: Don't change masked/forced flags
2011-01-31 Sebastian Lutherslot collision suggestions: Avoid showing redundant...
2011-01-24 Sebastian LutherWildcard support for -c/-C
2011-01-03 Zac MedicoRepoConfig: invert repo priority ordering
2010-09-28 Sebastian LutherGet --exclude to work with --depclean and --prune
2010-09-27 Sebastian Lutherreposyntax: Remove unneeded special case
2010-09-27 Sebastian Lutherreposyntax: Add support all over the place
2010-09-20 Sebastian LutherTests: add resolver/test_output: Make sure we don't...
2010-09-20 Zac MedicoOptimize ResolverPlayground._create_ebuild_manifests...
2010-09-17 Sebastian Luther--autounmask: Support license changes
2010-09-15 Arfrever Frehtes... Fix typo in comment.
2010-09-15 Sebastian LutherResolverPlayground: Add multi repo support
2010-09-10 Sebastian LutherResolverPlayground: Add ability to create a basic profi...
2010-09-08 Zac MedicoMake ResolverPlayground.run() use try/finally when...
2010-09-08 Sebastian LutherTests: Add resolver/test_depclean
2010-08-31 Zac MedicoFix ResolverPlayground.cleanup() to cleanup the portdba...
2010-08-30 Zac MedicoRename the portage.sets module to portage._sets since...
2010-08-27 Sebastian Lutherconfig: Avoid copying _license_manager
2010-08-25 Zac MedicoFix fragile sets config file path handling for for...
2010-08-24 Zac MedicoUse open() instead of file(), for python3.
2010-08-24 Sebastian LutherResolverPlayground: Add ability to create config files...
2010-08-20 Zac MedicoAdd experimental EPREFIX/EROOT support to the config...
2010-08-19 Sebastian LutherTests: ResolverPlayground: Support checking the suggest...
2010-08-18 Sebastian LutherTests: ResolverPlaygound: change --root-deps parameter...
2010-08-15 Zac MedicoAvoid KeyError if PORTAGE_USERNAME or PORTAGE_GRPNAME...
2010-08-15 Zac MedicoPass along PORTAGE_USERNAME and PORTAGE_GRPNAME inside...
2010-08-12 Sebastian LutherTests: ResolverPlayground: more debug stuff
2010-08-12 Sebastian LutherTests: ResolverPlayground: add debug option to not...
2010-08-12 Sebastian LutherTests: ResolverPlayground: create world file
2010-08-12 Sebastian LutherTests: Fix typo bug ResolverPlayground
2010-08-12 Sebastian LutherTests: resolver/ResolverPlayground: Create a proper...
2010-08-12 Sebastian LutherTests: Fix bug in resolver/ResolverPlayground
2010-08-12 Sebastian LutherTests: resolver/test_slot_collisions: Check for slot_co...
2010-08-11 Sebastian LutherMake sure we don't allow REQUIRED_USE in EAPIs that...
2010-08-11 Sebastian LutherTests: ResolverPlayground: don't ignore "local config...
2010-08-11 Sebastian LutherTests: add ResolverPlaygroundTestCase and port all...
2010-08-10 Zac MedicoAdd suitable default PORTAGE_TMPDIR setting.
2010-08-10 Zac MedicoTry using _emerge.main.setconfig_fallback() to make...
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-06 Sebastian Lutherautounmask: Add ability to adjust USE
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...