summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
* Optimize dbapi._cpv_sort_ascending() by calling vercmp directly instead ofZac Medico2009-03-101-9/+7
* Use lazyimport to avoid importing the dep, output, update, and versionsZac Medico2009-02-221-4/+3
* Use lazyimport to avoid importing the checksum, locks, and util modulesZac Medico2009-02-221-3/+8
* Optimize depgraph._dep_expand() to avoid calling pordbapi.cp_all(),Zac Medico2009-02-191-2/+1
* Use portage.util.cmp_sort_key for python-3.0 compatibility.Zac Medico2009-02-031-2/+2
* Bug #253563 - Replace hardcoded green/red color strings with GOOD/BAD. ThanksZac Medico2009-01-091-2/+3
* Make fixpackages less noisy by only generting '*' characters for packagesZac Medico2008-12-041-1/+9
* Define __all__ and remove unused imports.Zac Medico2008-11-011-3/+4
* Bug #244947 - Add basic repoman support for checking masked and forced flagsZac Medico2008-10-311-1/+15
* Revert previous commit since it doesn't properly calculate masked and forcedZac Medico2008-10-311-20/+0
* Bug #244947 - Add repoman support for checking masked and forced flags whenZac Medico2008-10-311-0/+20
* Py3k compatibility patch #3 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-011-1/+1
* Handle KeyError from aux_get() inside dbapi._iter_match_slot() andZac Medico2008-06-261-3/+9
* For consistency, make sure that a normal iterator is always returnedZac Medico2008-05-301-1/+1
* Fix dbapi._iter_match_use() to escape IUSE values when necessary.Zac Medico2008-05-271-1/+1
* Bug #2272 - Extend dependency atom sytax to specify enabled or disabledZac Medico2008-05-231-8/+46
* * Optimize metadata caching in pordbapi and bindbapi so that cache isZac Medico2008-04-071-1/+3
* * Initialize dbapi._categories = None so that we can compareZac Medico2007-12-291-1/+2
* Make dep_expand() stop relying on having a categories list:Zac Medico2007-12-281-0/+17
* Use a regex to validate package directory names in portdbapi.cp_list()Zac Medico2007-12-211-1/+2
* Fix portdbapi.cp_list() so that it can cope with aZac Medico2007-12-201-0/+1
* Remove redundant code from previous commit.Zac Medico2007-11-031-2/+0
* Bug #197932 - Make dbapi._cpv_sort_ascending()Zac Medico2007-11-031-9/+10
* Sort all dbapi.cp_list() results in ascending order andZac Medico2007-10-281-1/+20
* dbapi currently depends on being subclassed and having the subclasses impelem...Alec Warner2007-09-071-10/+58
* copyrights.. id? what?Alec Warner2007-06-021-0/+5
* Create one unified dbapi.move_slot_ent() method to replace the corresponding ...Zac Medico2007-05-311-0/+18
* Create one unified dbapi.update_ents() method and use it for both fixpackages...Zac Medico2007-05-311-0/+25
* Use the real symbols in import statements, not the references in __init__.pyMarius Mauch2007-02-111-2/+4
* Move dbapi and related classes out of __init__.py into their own subpackage.Marius Mauch2007-02-101-0/+53