summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* Handle more import exceptions involving xml.Zac Medico2012-06-041-2/+11
* Package: calc visiblity on demandZac Medico2012-06-031-15/+34
* FakeVartree: use KEYWORDS from unbuilt ebuildZac Medico2012-06-031-1/+1
* Use any() to optimize intersection operations.Zac Medico2012-05-301-18/+16
* _wildcard_set: specify allow_repo=FalseZac Medico2012-05-301-2/+2
* depgraph: send output to stderr when appropriateZac Medico2012-05-141-70/+48
* BlockerCache: use _unicode() for pickled atomsZac Medico2012-05-131-2/+2
* _pkg_str: validate repo (move code from Package)Zac Medico2012-05-131-10/+7
* unmerge: use cpv_sort_key instead of pkgcmpZac Medico2012-05-131-10/+12
* _pkg_str: add version attribute for comparisonsZac Medico2012-05-131-7/+7
* depgraph: minimize match_from_list operationsZac Medico2012-05-131-58/+64
* _pkg_str: add slot and repo attributesZac Medico2012-05-121-5/+7
* match_from_list: handle Package.UNKNOWN_REPOZac Medico2012-05-121-3/+4
* Add a _pkg_str class to cache catpkgsplit resultsZac Medico2012-05-121-2/+5
* PollScheduler: use local EventLoop (thread safe)Zac Medico2012-05-105-9/+19
* Don't write or trust cache for unsupported EAPIs.Zac Medico2012-05-104-27/+35
* EbuildMetadataPhase: handle empty EAPI from bashZac Medico2012-05-091-1/+2
* Split out eapi_invalid function.Zac Medico2012-05-091-39/+9
* Show unsatisfied REQUIRED_USE for bug #415125.Zac Medico2012-05-091-4/+9
* Parse EAPI with pattern from PMS section 7.3.1.Zac Medico2012-05-092-32/+88
* composite_db._visible: fix AttributeErrorZac Medico2012-05-021-1/+1
* dbapi.cp_list: remove special case for virtualsZac Medico2012-04-221-4/+4
* dbapi: account for unevaluated_atom in cachesZac Medico2012-04-202-8/+13
* Show config updates later for bug #412845.Zac Medico2012-04-201-2/+1
* Avoid redundant news display for bug #412161.Zac Medico2012-04-161-1/+4
* EbuildBinpkg: remove temp file on failureZac Medico2012-04-131-1/+5
* depgraph._complete_graph: fix for --root-depsv2.2.0_alpha100Zac Medico2012-04-051-1/+2
* Limit long slot conflict loop for bug #410801.Zac Medico2012-04-051-3/+15
* Scheduler: optimize action_uninstallZac Medico2012-04-052-2/+6
* depgraph._validate_blockers: optimize --root-depsZac Medico2012-04-051-0/+5
* depgraph._load_vdb: optimize --root-depsZac Medico2012-04-051-0/+4
* unmerge: display progress counter, bug #386901Boris Minev2012-04-031-1/+14
* emerge: suggest dispatch-conf for bug #398843Zac Medico2012-03-271-3/+3
* Close fewer file descriptors for fork / no exec.Zac Medico2012-03-271-10/+4
* Replace @returns with @return.Zac Medico2012-03-2710-20/+20
* Localize config update messages, bug #409835.Greg Turner2012-03-271-7/+9
* unmerge: fix return code for bug #409647Zac Medico2012-03-252-13/+11
* Exit status 128 + SIGINT for --ask 'no' answer.Zac Medico2012-03-253-9/+9
* emerge --sync: use yellow for portage update msgZac Medico2012-03-251-4/+5
* emerge --changelog: show some log entries aboveZac Medico2012-03-221-3/+18
* emerge --changelog: fix split ChangeLog bugsZac Medico2012-03-222-19/+46
* Map emerge --buildpkg=n to FEATURES=-buildpkg.Zac Medico2012-03-214-6/+8
* spawn_nofetch: clone locked config, bug #408817Zac Medico2012-03-191-2/+1
* Revert "depgraph: reset pkgsettings after setcpv"Zac Medico2012-03-191-1/+0
* depgraph: reset pkgsettings after setcpvZac Medico2012-03-191-0/+1
* Display: spawn pkg_nofetch when appropriateMartin von Gagern2012-03-131-1/+12
* install-info: avoid unnecessary shellZac Medico2012-03-081-5/+16
* Exit after killed while waiting on prefetch.Zac Medico2012-03-083-2/+25
* Use Popen to avoid unnecessary shell.Zac Medico2012-03-081-8/+45
* action_build: return 1 for "no" --ask answerZac Medico2012-02-291-1/+1