aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fakedbapi: use _pkg_str moreZac Medico2012-06-221-13/+38
* _pkg_str: add version attribute for comparisonsZac Medico2012-05-131-2/+8
* fakedbapi.cp_list: remove obsolete virtual codeZac Medico2012-04-221-2/+1
* dbapi.cp_list: remove special case for virtualsZac Medico2012-04-221-2/+3
* dbapi: account for unevaluated_atom in cachesZac Medico2012-04-201-6/+10
* fakedbapi: add myrepo args for portdbapi compatZac Medico2011-06-101-3/+3
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Replace dict.keys() usage with __iter__(), since it behaves identically inZac Medico2009-09-221-1/+1
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Py3k compatibility patch #3 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-011-4/+4
* * 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