summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Fix Package._validate_deps() to pass matchall=True to use_reduce().Zac Medico2010-08-271-4/+4
* config: Remove last traces of autouseSebastian Luther2010-08-271-29/+19
* Use InvalidDependString import instead ofZac Medico2010-08-271-42/+42
* Use InvalidDependString import instead ofZac Medico2010-08-271-6/+6
* Use Package._metadata_exception() to handle invalid LICENSE, PROPERTIES,Zac Medico2010-08-271-12/+22
* Support returning multiple flag descriptions when restrict is used.Michał Górny2010-08-271-8/+6
* Remove unused imports.Zac Medico2010-08-272-6/+6
* Bug #334817 - Make genconfig() warn about EISDIR instead of raisingZac Medico2010-08-271-1/+2
* fix ppkg type handling in slot_conflict_handlerSebastian Luther2010-08-271-2/+3
* config: Add special_env_varsSebastian Luther2010-08-272-152/+169
* config: Add LocationsManagerSebastian Luther2010-08-272-163/+212
* config: Add VirtualsManagerSebastian Luther2010-08-274-176/+274
* config: Add MaskManagerSebastian Luther2010-08-272-42/+75
* config: Avoid copying _license_managerSebastian Luther2010-08-274-54/+31
* Add a IUSE.missing repoman category for packages that have a USEZac Medico2010-08-263-25/+33
* Bug #334365 - Selectively ignore invalid metadata of installed packagesZac Medico2010-08-261-5/+17
* Bug #334365 - When depgraph.display_problems() shows the messageZac Medico2010-08-262-12/+29
* Do not include the whole input string in the use_reduce()Zac Medico2010-08-261-21/+21
* Fix breakage from previous commit.Zac Medico2010-08-261-0/+2
* Use Package.visible to simplify visibility checks for installedZac Medico2010-08-261-11/+1
* Fix Package._visible() to mask installed packages with invalid metadata.Zac Medico2010-08-261-1/+3
* Use shallow copy for more immutable config attributes.Zac Medico2010-08-261-14/+15
* Make LicenseManager.__deepcopy__() do a shallow copy of _license_groupsZac Medico2010-08-261-1/+6
* Implement LicenseManager.__deepcopy__(), using shallow copy forZac Medico2010-08-261-1/+23
* Disable autouse support and add a deprecation warning to the autouse()Zac Medico2010-08-261-34/+5
* Use frozenset for config.usemask and useforce attributes, so there'sZac Medico2010-08-262-8/+7
* Bug #334365 - Make dep_check() less strict with respect to EAPIZac Medico2010-08-261-17/+12
* Various parse_metadata_use() fixes:Zac Medico2010-08-261-25/+35
* Make parse_metadata_use() tolerate empty flag descriptions.Zac Medico2010-08-261-8/+1
* 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