porttree._dummy_list: fix infinite recursion
[portage.git] / pym / portage / dbapi / porttree.py
2013-06-08 Zac Medicoporttree._dummy_list: fix infinite recursion
2013-06-08 Zac Medicocache/template.py: call self.sync() from __del__
2013-05-24 Zac Medicofetch: correctly handle file name without scheme
2013-05-03 Zac MedicoSupport ACCEPT_RESTRICT for bug #467622. v2.2.0_alpha174
2013-01-18 Zac MedicoAdd workaround for Python 2.6.4 issue 4978
2013-01-18 Zac MedicoUse unicode_literals more.
2013-01-06 Zac Medicoportdbapi.cp_all(): add reverse sort parameter
2013-01-03 Zac MedicoAdd portage._internal_caller var, and use it.
2013-01-03 Zac Medicoportdbapi: use global_event_loop when safe
2012-12-24 Zac Medicoporttree.py: tweak deprecated constructor params
2012-11-27 Zac Medicoportdbapi: DeprecationWarning for 'pms' cache
2012-10-18 Zac Medicobintree/portree: fix getslot for EAPI 5 sub-slot
2012-10-09 Zac Medico_parse_uri_map: preserve order of URIs
2012-10-06 Zac MedicoSubstitute EventLoop for PollScheduler.
2012-09-24 Ambroz BizjakAdd experimental EAPI 5-hdepend support.
2012-08-25 Zac Medico_pkg_str: pass in config + metadata with KEYWORDS
2012-06-22 Zac MedicoAdd experimental EAPI 4-slot-abi support.
2012-06-12 Zac Medicodbapi: construct _pkg_str during match on-demand
2012-05-14 Zac Medicoportdbapi: don't convert _pkg_str to str
2012-05-12 Zac MedicoAdd a _pkg_str class to cache catpkgsplit results
2012-05-10 Zac MedicoDon't write or trust cache for unsupported EAPIs.
2012-05-09 Zac Medicoporttree.py: remove unused imports v2.2.0_alpha103
2012-05-09 Zac MedicoParse EAPI with pattern from PMS section 7.3.1.
2012-04-22 Zac Medicoportdbapi: update comment about repoman caches
2012-04-22 Zac Medicodbapi.cp_list: remove special case for virtuals
2012-04-21 Zac Medicodbapi: account for unevaluated_atom in caches
2012-03-27 Zac MedicoReplace @returns with @return.
2011-12-10 Zac MedicoMake portdbapi.eclassdb a property.
2011-12-09 Arfrever Frehtes... Delete portage.dbapi.porttree._repo_info class and...
2011-12-09 Arfrever Frehtes... Add eclass_db attribute in portage.repository.config...
2011-10-29 Zac Medicoportagetree: remove broken depcheck method
2011-10-29 Zac MedicoUse dbapi._known_keys more.
2011-10-29 Zac MedicoDeprecate unused 'virtual' constructor parameters
2011-10-28 Zac Medicostacklevel=3 for properties warnings
2011-10-18 Zac Medicopython3.2 fixes: "ResourceWarning: unclosed file"
2011-10-17 Zac Medicoportdbapi: fix volatile cache handling
2011-10-17 Zac Medicoportdbapi.aux_get: remove redunant EAPI code
2011-10-16 Zac Medicohashed_path: convert stat OSError to FileNotFound
2011-10-16 Zac MedicoEbuildMetadataPhase: avoid redundant EAPI parsing
2011-10-16 Zac Medico_pull_valid_cache: pass unicode to hashed_path
2011-10-15 Zac Medicoportdbapi.aux_get: fix broken _metadata_callback
2011-10-15 Zac Medicoemerge --metadata: fix breakage
2011-10-14 Brian Harringcache: rewrite to support arbitrary validation method
2011-10-14 Zac Medico_pull_valid_cache: fix readonly delete logic
2011-10-14 Brian Harringlayout.conf: make the pregenerated cache format control...
2011-10-13 Zac Medicolayout.conf: revert authoritative-cache support
2011-09-30 Zac MedicoFix 'authoritative' spelling.
2011-09-30 Brian Harringlayout.conf: allow a repository to state the cache...
2011-09-27 Zac Medicoporttree.py: remove unused variables
2011-09-24 Zac Medicoportdbapi.xmatch: fix unknown repo / return empty
2011-09-24 Zac Medicoportdbapi: deprecate unused 'visible' method
2011-09-24 Zac Medicoportdbapi.xmatch: combine match-all with others
2011-09-24 Zac Medicoportdbapi.xmatch: combine minimum-all/*-visible
2011-09-24 Zac Medicoportdbapi.xmatch: combine *-visible code
2011-09-24 Zac Medicoportdbapi.xmatch: optimize minimum-visible
2011-09-24 Zac Medicoportdbapi: tweak single-tree optimization
2011-09-24 Zac Medicoportdbapi.xmatch: use _visible more
2011-09-24 Zac Medicoportdbapi: split _visible from _iter_visible
2011-09-24 Zac Medicoportdbapi: move repo loop to _iter_visible
2011-09-24 Zac Medicopordbapi: split _iter_visible method from visible
2011-09-24 Zac Medicoportdbapi: combine gvisible and visible methods
2011-09-23 Zac Medicoportdbapi.xmatch: deprecate *match-list
2011-09-23 Zac Medicoportdbapi.xmatch: fix minimum-all for multi-repo
2011-09-23 Zac MedicoFix cp_list mytree argument for match-all.
2011-09-23 Zac Medicoportdbapi.xmatch: fix match-all for multi-repo
2011-09-23 Zac Medicoportdbapi.xmatch: deprecate list-visible
2011-09-23 Zac MedicoFix minimum/bestmatch-visible for multi-repo.
2011-09-23 Zac Medicoportdbapi: handle multi-repo visiblity
2011-09-15 Zac MedicoRemove unused Manifest imports. v2.2.0_alpha58
2011-09-12 Brian HarringBind all manifest access through repoconfigs
2011-09-07 Zac Medicopordbapi: add unshared cache mode for egencache
2011-08-09 Zac MedicoRemove "profile" mask support as per PMS 5.2.7.
2011-07-10 Zac MedicoMigrate from codecs.open() to io.open().
2011-06-05 Zac Medicomatch-all-cpv-only: share match-all cache when ok
2011-06-05 Zac Medicoportdbapi.xmatch: remove redundant myval check
2011-06-05 Zac Medicoportdbapi.xmatch: always pass mytree to cp_list
2011-06-05 Zac Medicodbapi._iter_match: remove redundant myrepo args
2011-05-12 Zac Medicoporttree: use pure volatile cache if necessary
2011-05-12 Zac Medicoportdbapi: tweak cache permission handling
2011-03-31 Zac MedicoDisplay: fix fetch restrict msg for RO_DISTDIRS
2011-03-07 Zac Medicoportdbapi: source ebuilds when eclass dir missing
2011-01-16 Zac MedicoUpdate copyright headers for touched files.
2011-01-16 Zac MedicoAdd missing InvalidAtom import from prev commit.
2011-01-16 Zac MedicoUse Atom for stricter portdb.cp_all() validation.
2010-11-26 Zac Medicoportdbapi: eliminate redundant treemap lookups
2010-11-26 Zac Medicoportdbapi.__init__: always warn for unused param
2010-11-02 Zac MedicoFix portdbapi.getfetchsizes() repo handling.
2010-10-19 Zac MedicoMake portdbapi constructor backward compatible.
2010-10-10 Arfrever Frehtes... Fix typos in comments.
2010-10-06 Zac MedicoOptimize xmatch match-all-cpv-only for repo deps.
2010-10-05 Zac MedicoOptimize depgraph/portdbapi cache handling.
2010-10-01 Zac MedicoFix reversed porttrees findname2/findLicensePath.
2010-10-01 Zac MedicoFix broken/reversed order of portdbapi.porttrees.
2010-09-30 Zac MedicoFix findLicensePath() breakage from previous.
2010-09-30 Zac MedicoMake portdbapi.porttrees mutable once again.
2010-09-30 Sebastian LutherMore repository handling cleanup
2010-09-27 Zac MedicoUse realpath for portdbapi._repository_map and treemap...
2010-09-27 Zac MedicoUse realpath for portdbapi.porttrees and porttree_root...
2010-09-27 Zac MedicoFix portdbapi.xmatch("minimum-visible") breakage where...
2010-09-27 Sebastian Lutherreposyntax: Add repo config parser, but don't use confi...
next