summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi/virtual.py
Commit message (Expand)AuthorAgeFilesLines
* * Initialize dbapi._categories = None so that we can compareZac Medico2007-12-291-2/+2
* Make dep_expand() stop relying on having a categories list:Zac Medico2007-12-281-0/+2
* Fix cp_list() to prevent it from returning a referenceZac Medico2007-10-281-2/+2
* Sort all dbapi.cp_list() results in ascending order andZac Medico2007-10-281-4/+11
* Bug #149816 - Implement visibility filtering support forZac Medico2007-10-091-3/+17
* dbapi currently depends on being subclassed and having the subclasses impelem...Alec Warner2007-09-071-2/+19
* Use the --depclean algorithm to make --prune safe. The old unsafe --prune wi...Zac Medico2007-07-181-4/+1
* Remove more unnecessary list generation.Zac Medico2007-06-211-1/+1
* copyrights.. id? what?Alec Warner2007-06-021-0/+5
* Use the real symbols in import statements, not the references in __init__.pyMarius Mauch2007-02-111-1/+2
* Move dbapi and related classes out of __init__.py into their own subpackage.Marius Mauch2007-02-101-0/+89