summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi/porttree.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers for touched files.Zac Medico2011-01-161-1/+1
* Add missing InvalidAtom import from prev commit.Zac Medico2011-01-161-1/+1
* Use Atom for stricter portdb.cp_all() validation.Zac Medico2011-01-161-4/+7
* portdbapi: eliminate redundant treemap lookupsZac Medico2010-11-261-17/+12
* portdbapi.__init__: always warn for unused paramZac Medico2010-11-261-4/+3
* Fix portdbapi.getfetchsizes() repo handling.Zac Medico2010-11-021-2/+2
* Make portdbapi constructor backward compatible.Zac Medico2010-10-181-1/+9
* Fix typos in comments.Arfrever Frehtes Taifersar Arahesis2010-10-101-1/+1
* Optimize xmatch match-all-cpv-only for repo deps.Zac Medico2010-10-051-7/+17
* Optimize depgraph/portdbapi cache handling.Zac Medico2010-10-041-2/+14
* Fix reversed porttrees findname2/findLicensePath.Zac Medico2010-09-301-2/+2
* Fix broken/reversed order of portdbapi.porttrees.Zac Medico2010-09-301-1/+1
* Fix findLicensePath() breakage from previous.Zac Medico2010-09-301-1/+1
* Make portdbapi.porttrees mutable once again.Zac Medico2010-09-301-11/+8
* More repository handling cleanupSebastian Luther2010-09-301-134/+45
* Use realpath for portdbapi._repository_map and treemap since that'sZac Medico2010-09-271-2/+6
* Use realpath for portdbapi.porttrees and porttree_root since that'sZac Medico2010-09-271-2/+4
* Fix portdbapi.xmatch("minimum-visible") breakage where a repoZac Medico2010-09-271-1/+2
* reposyntax: Add repo config parser, but don't use config files for nowSebastian Luther2010-09-261-50/+11
* reposyntax: Handle missing profiles/repo_name by setting repo_name to x-$(bas...Sebastian Luther2010-09-261-13/+24
* reposyntax: Let portdbapi.getRepositories return repos sorted by prioritySebastian Luther2010-09-261-1/+4
* reposyntax: Print cpv from all repos for "masked by" messagesSebastian Luther2010-09-261-2/+2
* reposyntax: Add support all over the placeSebastian Luther2010-09-261-13/+34
* Mark some messages for localization.Arfrever Frehtes Taifersar Arahesis2010-09-081-3/+3
* Make the deprecation warning for the first pordbapi constructorZac Medico2010-09-071-1/+1
* Fix confusing deprecation message for the first parameter of theZac Medico2010-09-071-2/+2
* Make portdbapi.aux_get() use a PollScheduler instance directly sinceZac Medico2010-09-051-5/+5
* Move registration of the close_portdbapi_caches() exit hook from theZac Medico2010-09-031-0/+2
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-2/+1
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-08-281-1/+1
* Let use_reduce and Atom do EAPI checksSebastian Luther2010-08-261-3/+1
* Add a deprecation warning to FetchlistDict.has_key().Zac Medico2010-08-211-0/+3
* Make the portagetree.root attribute a property that generates aZac Medico2010-08-201-3/+11
* Add experimental EPREFIX/EROOT support to the config and vartreeZac Medico2010-08-191-9/+16
* Split a _parse_uri_map() function out of portdbapi.getFetchMap(), forZac Medico2010-08-161-27/+35
* portage.dep: Integrate the functionality of flatten into use_reduceSebastian Luther2010-08-141-2/+1
* Introduce portage.eapi. Use it everywhere.Sebastian Luther2010-08-111-1/+2
* portage/dbapi/{bintree.py,porttree.py}: Remove deprecated stuff in all placesSebastian Luther2010-08-111-3/+0
* portage/dbapi/porttree.py: Remove deprecated functions, deprecate more casesSebastian Luther2010-08-111-18/+1
* portage.dep.use_reduce: pass is_src_uri when neededSebastian Luther2010-08-101-71/+3
* portage.dep.use_reduce: Work on depstrings instead of paren_reduce'd dep arraysSebastian Luther2010-08-101-2/+1
* Eliminate redundant _eclasses_ code from aux_get which is handledZac Medico2010-08-101-11/+3
* Add REQUIRED_USE to metadata keys, caches, etc.Sebastian Luther2010-08-101-1/+1
* When executing the 'depend' phase inside aux_get(), use theZac Medico2010-08-101-8/+17
* In cp_list(), use basestring for ininstance check on the mytreeZac Medico2010-08-091-4/+6
* add optional list support for mytree to complinment the trees param in cp_list()Brian Dolbec2010-08-091-1/+4
* Bug #330645 - Use more lazy imports for the portage.data module, inZac Medico2010-08-031-1/+1
* In portdbapi.getfetchsizes(), only split PORTAGE_RO_DISTDIRS when necessary.Zac Medico2010-07-191-11/+11
* Skip unecessary stat calls on PORTAGE_RO_DISTDIRS inZac Medico2010-07-181-2/+1
* Bug #305035 - Fix portdbapi.getfetchsizes() to account forZac Medico2010-07-181-2/+16