summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Ensure SystemExit is never caught.Zac Medico2010-08-267-5/+17
* Make the Atom class add 'EAPI.incompatible' category attributes toZac Medico2010-08-263-6/+34
* Make parse_metadata_use() emulate the Element.itertext() method fromZac Medico2010-08-261-3/+19
* Fix up error handling for egencache --update-use-local-desc.Zac Medico2010-08-261-2/+6
* Fix breakage in use_reduce() calls where token_class=Atom is incorrect.Zac Medico2010-08-262-2/+13
* Remove unused max_parents variable.Zac Medico2010-08-261-2/+0
* Fix slot_conflict_handler breakage when callingZac Medico2010-08-261-2/+7
* Parse flag descriptions in repoman.utilities.parse_metadata_use().Michał Górny2010-08-261-5/+12
* Make use_reduce() call Atom.evaluate_conditionals() when matchall is False,Zac Medico2010-08-264-28/+7
* In slot_conflict_handler(), never pass parent_use toZac Medico2010-08-261-4/+3
* In slot_conflict_handler._prepare_conflict_msg_and_check_for_specificity()Zac Medico2010-08-261-5/+1
* Fix slot_conflict_handler._prepare_conflict_msg_and_check_for_specificity()Zac Medico2010-08-261-1/+5
* Add PORTAGE_SIGPIPE_STATUS to config._environ_whitelist.Zac Medico2010-08-261-1/+1
* Add code to dep_check(), borrowed from _expand_new_virtuals(), to passZac Medico2010-08-261-4/+16
* Let use_reduce and Atom do EAPI checksSebastian Luther2010-08-265-73/+56
* Fix UnboundLocalError for y on line 177 in _expand_new_virtuals()Zac Medico2010-08-261-1/+1
* Remove obsolete TODO comment.Zac Medico2010-08-251-3/+0
* Tweak grammar for unknown-features-warn message.Zac Medico2010-08-251-1/+1
* Use EAPI.incompatible repoman category for REQUIRED_USE setting inZac Medico2010-08-251-1/+1
* Make Package._validate_deps() use check_required_use() to validateZac Medico2010-08-251-5/+15
* Just raise InvalidDependString in cases when it shouldn't happen sinceZac Medico2010-08-251-11/+7
* Make _get_masking_status() return masking reasons for installed packagesZac Medico2010-08-251-11/+9
* Bug #334365 - Fix depgraph._wrapped_select_pkg_highest_available_imp()Zac Medico2010-08-251-4/+20
* Make Package._validate_deps() check USE conditionals in SRC_URI.Zac Medico2010-08-251-1/+2
* Bug #334365 - Mask packages with invalid metadata as early as possible,Zac Medico2010-08-252-14/+73
* Use a PORTAGE_SIGPIPE_STATUS variable to export 128 + SIGPIPE to theZac Medico2010-08-252-3/+10
* Bug #334365 - When parsing dependencies of installed packages inZac Medico2010-08-251-2/+27
* show_invalid_depstring_notice: Don't repeat the dep stringSebastian Luther2010-08-251-1/+1
* Remove portage.usedefaults since it's broken by the previous commit.Zac Medico2010-08-252-4/+1
* config: Move handling of USE related config files into UseManagerSebastian Luther2010-08-252-116/+169
* Fix fragile sets config file path handling for for ResolverPlaygroundZac Medico2010-08-251-3/+3
* Fix WorldSelectedSet.singleBuilder() to use EROOT.Zac Medico2010-08-251-1/+1
* Add EROOT support to setconfig_fallback().Zac Medico2010-08-251-1/+1
* Add EROOT support to the @module-rebuild package set.Zac Medico2010-08-251-0/+2
* When parsing package.env, pass the same tolerant and allow_sourcingZac Medico2010-08-241-1/+4
* Use deepcopy for LicenseManger, since I remove clone support from thev2.2_rc69Zac Medico2010-08-241-1/+3
* Use open() instead of file(), for python3.Zac Medico2010-08-241-2/+2
* Tests: Add LicenseManager testsSebastian Luther2010-08-241-0/+68
* ExtendedAtomDict: Add __eq__Sebastian Luther2010-08-241-0/+5
* ResolverPlayground: Add ability to create config files and setsSebastian Luther2010-08-241-32/+98
* Remove LicenseManager.__deepcopy__() since the default implementationZac Medico2010-08-241-14/+0
* Implement LicenseManager.__deepcopy__().Zac Medico2010-08-242-15/+20
* Fix imports in _config submodules.Zac Medico2010-08-242-2/+2
* Bug #334319 - Don't call config.backup_changes("FEATURES") because it'sZac Medico2010-08-241-2/+0
* * Make dblink instantiate the ConfigProtect object on demand instead ofZac Medico2010-08-241-6/+18
* Bug #334265 - Fix AttributeError triggered by empty herd element inZac Medico2010-08-241-1/+1
* More _pkg_use_enabled fixesSebastian Luther2010-08-243-46/+50
* Atom.violated_conditionals: Always treat deps as violated if the flag is not ...Sebastian Luther2010-08-242-0/+31
* Bug #334253 - Fix breakage in FEATURES=test-fail-continue logic.Zac Medico2010-08-241-1/+5
* config: Move _prune_incremental to helperSebastian Luther2010-08-242-23/+23