Support repository-wide updates.
[portage.git] / pym / portage / dbapi / __init__.py
2010-07-27 Michał GórnySupport repository-wide updates.
2010-04-27 Zac MedicoMake iuse_implicit_re private for now.
2010-04-27 Sebastian Luther--update: don't ignore higher versions because of missi...
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2010-02-25 Zac MedicoFix broken dep_expand import from previous commit.
2010-02-25 Zac MedicoAvoid name collision with dep_expand submodule so epydo...
2010-02-25 Zac MedicoMove dep_expand and cpv_expand into portage.dbapi submo...
2010-01-31 Zac MedicoDeprecate pordbapi.mysettings since the portdbapi.setti...
2009-09-27 Zac MedicoUse catsplit() instead of a regex to generate dbapi...
2009-09-21 Arfrever Frehtes... Use filter() and zip() instead of itertools.ifilter...
2009-08-11 Zac MedicoUpdate imports to import portage.os (with unicode wrapp...
2009-07-06 Zac MedicoOptimize dbapi._iter_match_use() so that it shares...
2009-06-25 Zac MedicoMake dbapi.cp_list() raise NotImplementedError.
2009-06-14 Arfrever Frehtes... Prepare 117 messages to localization.
2009-03-10 Zac MedicoOptimize dbapi._cpv_sort_ascending() by calling vercmp...
2009-02-22 Zac MedicoUse lazyimport to avoid importing the dep, output,...
2009-02-22 Zac MedicoUse lazyimport to avoid importing the checksum, locks...
2009-02-19 Zac MedicoOptimize depgraph._dep_expand() to avoid calling pordba...
2009-02-03 Zac MedicoUse portage.util.cmp_sort_key for python-3.0 compatibility.
2009-01-09 Zac MedicoBug #253563 - Replace hardcoded green/red color strings...
2008-12-04 Zac MedicoMake fixpackages less noisy by only generting '*' chara...
2008-11-01 Zac MedicoDefine __all__ and remove unused imports.
2008-10-31 Zac MedicoBug #244947 - Add basic repoman support for checking...
2008-10-31 Zac MedicoRevert previous commit since it doesn't properly calcul...
2008-10-31 Zac MedicoBug #244947 - Add repoman support for checking masked...
2008-07-01 Zac MedicoPy3k compatibility patch #3 by Ali Polatel <hawking...
2008-06-26 Zac MedicoHandle KeyError from aux_get() inside dbapi._iter_match...
2008-05-30 Zac MedicoFor consistency, make sure that a normal iterator is...
2008-05-27 Zac MedicoFix dbapi._iter_match_use() to escape IUSE values when...
2008-05-23 Zac MedicoBug #2272 - Extend dependency atom sytax to specify...
2008-04-07 Zac Medico* Optimize metadata caching in pordbapi and bindbapi...
2007-12-29 Zac Medico* Initialize dbapi._categories = None so that we can...
2007-12-28 Zac MedicoMake dep_expand() stop relying on having a categories...
2007-12-21 Zac MedicoUse a regex to validate package directory names in...
2007-12-20 Zac MedicoFix portdbapi.cp_list() so that it can cope with a
2007-11-03 Zac MedicoRemove redundant code from previous commit.
2007-11-03 Zac MedicoBug #197932 - Make dbapi._cpv_sort_ascending()
2007-10-28 Zac MedicoSort all dbapi.cp_list() results in ascending order and
2007-09-07 Alec Warnerdbapi currently depends on being subclassed and having...
2007-06-02 Alec Warnercopyrights.. id? what?
2007-05-31 Zac MedicoCreate one unified dbapi.move_slot_ent() method to...
2007-05-31 Zac MedicoCreate one unified dbapi.update_ents() method and use...
2007-02-11 Marius MauchUse the real symbols in import statements, not the...
2007-02-10 Marius MauchMove dbapi and related classes out of __init__.py...