summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi/porttree.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* GLEP 55 removalDaniel Robbins2010-07-061-34/+6
* Use shlex_split for splitting PORTDIR_OVERLAY.Zac Medico2010-04-271-2/+2
* Add DEFINED_PHASES to the dbapi caches and _emerge.Package.metadataSebastian Luther2010-03-301-1/+1
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Remove print() usage.Zac Medico2010-02-281-6/+4
* Move dep_expand and cpv_expand into portage.dbapi submodules.Zac Medico2010-02-251-1/+2
* Move cacheddir and listdir to portage.util.listdir.Zac Medico2010-02-251-3/+5
* Fix "AttributeError: 'module' object has no attribute 'mappings'".Arfrever Frehtes Taifersar Arahesis2010-02-221-4/+5
* Move the portage.FetchlistDict class to the portage.dbapi.porttree module.Zac Medico2010-02-211-1/+44
* Add stacklevel=2 to warnings.warn calls.Zac Medico2010-02-191-1/+1
* Remove deprecated methods that call removed key_expand function.Zac Medico2010-02-191-15/+1
* Remove the deprecated 'clone' parameter from the portagetree constructor.Zac Medico2010-02-191-10/+2
* Remove deprecated portdbapi.getfetchlist() method.Zac Medico2010-02-191-24/+0
* Add a 'trees' parameter to portdbapi.cp_all(). Thanks to Brian Dolbec (dol-sen)Zac Medico2010-02-151-3/+12
* Add a portdbapi.getRepositoryName() method which is the inverse ofZac Medico2010-02-061-0/+12
* Add an optional 'categories' parameter to portdbapi.cp_all(), for listingZac Medico2010-02-051-2/+4
* Deprecate pordbapi.mysettings since the portdbapi.settings alias is nowZac Medico2010-01-311-34/+39
* Show a DeprecationWarning if the deprecated pordbapi constructor parameterZac Medico2010-01-301-4/+5
* Don't generate DeprecationWarning for portdbapi arguments. Wait until newZac Medico2010-01-301-2/+3
* Deprecate the first parameter of the portdbapi constructor since it is alwaysZac Medico2010-01-301-3/+17
* When integer mtime is desired, use stat_obj[stat.ST_MTIME] instead of theZac Medico2009-12-211-1/+1
* Use collections.OrderedDict when available (python-2.7) and fall back toZac Medico2009-12-111-1/+1
* Use OrderedDict in portdbapi.getFetchMap() so that order in $A correspondsZac Medico2009-12-081-2/+2