summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi/cpv_expand.py
Commit message (Collapse)AuthorAgeFilesLines
* Use unicode_literals more.Zac Medico2013-01-181-1/+3
| | | | | This helps to ensure consistent results, regardless of whether we're using Python 2 or Python 3.
* cpv_expand: fix KeyError when settings is NoneZac Medico2011-07-071-1/+5
|
* cpv_expand: avoid old-style virtuals moreZac Medico2011-05-091-1/+8
|
* cpv_expand: populate old-style virts on demandZac Medico2011-05-081-0/+4
| | | | | If old-style virtuals code is triggered here and we are given a vartree, use it to avoid creating a temporary instance.
* Update timestamps in headers of modified files.Zac Medico2011-05-051-1/+1
|
* cpv_expand: avoid old-style virtual codeZac Medico2011-05-021-14/+10
| | | | | This allows portageq calls to avoid loading vdb_metadata.pickle in most cases, which greatly improves performance.
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Move dep_expand and cpv_expand into portage.dbapi submodules.Zac Medico2010-02-251-0/+96
svn path=/main/trunk/; revision=15460