summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi/porttree.py
Commit message (Expand)AuthorAgeFilesLines
* portagetree: remove broken depcheck methodZac Medico2011-10-291-4/+1
* Use dbapi._known_keys more.Zac Medico2011-10-291-12/+6
* Deprecate unused 'virtual' constructor parametersZac Medico2011-10-281-2/+16
* stacklevel=3 for properties warningsZac Medico2011-10-271-1/+1
* python3.2 fixes: "ResourceWarning: unclosed file"Zac Medico2011-10-171-3/+3
* portdbapi: fix volatile cache handlingZac Medico2011-10-171-12/+12
* portdbapi.aux_get: remove redunant EAPI codeZac Medico2011-10-161-11/+8
* hashed_path: convert stat OSError to FileNotFoundZac Medico2011-10-161-1/+1
* EbuildMetadataPhase: avoid redundant EAPI parsingZac Medico2011-10-161-1/+1
* _pull_valid_cache: pass unicode to hashed_pathZac Medico2011-10-151-4/+1
* portdbapi.aux_get: fix broken _metadata_callbackZac Medico2011-10-151-1/+1
* emerge --metadata: fix breakageZac Medico2011-10-141-6/+14
* cache: rewrite to support arbitrary validation methodBrian Harring2011-10-141-39/+47
* _pull_valid_cache: fix readonly delete logicZac Medico2011-10-131-1/+1
* layout.conf: make the pregenerated cache format controllableBrian Harring2011-10-131-6/+4
* layout.conf: revert authoritative-cache supportZac Medico2011-10-131-6/+4
* Fix 'authoritative' spelling.Zac Medico2011-09-301-2/+2
* layout.conf: allow a repository to state the cache is authorativeBrian Harring2011-09-301-6/+9
* porttree.py: remove unused variablesZac Medico2011-09-271-7/+5
* portdbapi.xmatch: fix unknown repo / return emptyZac Medico2011-09-241-1/+4
* portdbapi: deprecate unused 'visible' methodZac Medico2011-09-241-7/+6
* portdbapi.xmatch: combine match-all with othersZac Medico2011-09-241-22/+3
* portdbapi.xmatch: combine minimum-all/*-visibleZac Medico2011-09-241-25/+4
* portdbapi.xmatch: combine *-visible codeZac Medico2011-09-241-13/+17
* portdbapi.xmatch: optimize minimum-visibleZac Medico2011-09-241-10/+4
* portdbapi: tweak single-tree optimizationZac Medico2011-09-241-8/+21
* portdbapi.xmatch: use _visible moreZac Medico2011-09-241-21/+4
* portdbapi: split _visible from _iter_visibleZac Medico2011-09-241-33/+35
* portdbapi: move repo loop to _iter_visibleZac Medico2011-09-241-58/+65
* pordbapi: split _iter_visible method from visibleZac Medico2011-09-241-10/+14
* portdbapi: combine gvisible and visible methodsZac Medico2011-09-241-29/+20
* portdbapi.xmatch: deprecate *match-listZac Medico2011-09-231-9/+15
* portdbapi.xmatch: fix minimum-all for multi-repoZac Medico2011-09-231-7/+16
* Fix cp_list mytree argument for match-all.Zac Medico2011-09-231-1/+1
* portdbapi.xmatch: fix match-all for multi-repoZac Medico2011-09-231-7/+19
* portdbapi.xmatch: deprecate list-visibleZac Medico2011-09-221-0/+5
* Fix minimum/bestmatch-visible for multi-repo.Zac Medico2011-09-221-31/+52
* portdbapi: handle multi-repo visiblityZac Medico2011-09-221-16/+29
* Remove unused Manifest imports.v2.2.0_alpha58Zac Medico2011-09-141-1/+0
* Bind all manifest access through repoconfigsBrian Harring2011-09-121-2/+6
* pordbapi: add unshared cache mode for egencacheZac Medico2011-09-071-6/+27
* Remove "profile" mask support as per PMS 5.2.7.Zac Medico2011-08-081-5/+0
* Migrate from codecs.open() to io.open().Zac Medico2011-07-101-3/+2
* match-all-cpv-only: share match-all cache when okZac Medico2011-06-051-0/+4
* portdbapi.xmatch: remove redundant myval checkZac Medico2011-06-051-7/+5
* portdbapi.xmatch: always pass mytree to cp_listZac Medico2011-06-051-21/+26
* dbapi._iter_match: remove redundant myrepo argsZac Medico2011-06-051-2/+2
* porttree: use pure volatile cache if necessaryZac Medico2011-05-121-6/+12
* portdbapi: tweak cache permission handlingZac Medico2011-05-111-8/+12
* Display: fix fetch restrict msg for RO_DISTDIRSZac Medico2011-03-311-0/+3