FakeVartree: use live meta if installed EAPI ok
[portage.git] / pym / _emerge / FakeVartree.py
2011-05-26 Zac MedicoFakeVartree: use live meta if installed EAPI ok
2011-05-25 Zac MedicoFakeVartree: tweak _aux_get_wrapper repo handling v2.2.0_alpha36
2011-05-25 Zac MedicoFakeVartree: tweak _aux_get_wrapper EAPI handling
2011-05-25 Zac MedicoFakeVartree: preserve EAPI of installed package
2011-05-22 Zac MedicoPackage: add new _gen_hash_key method
2011-05-08 David JamesUse new vardbapi lock function in FakeVartree.
2011-03-25 David JamesUpdate Portage to sync BlockerDB at init.
2011-03-18 Zac MedicoUpdate timestamps in headers of modified files. v2.2.0_alpha28
2011-03-18 Zac MedicoPackageVirtualDbapi: fix get() for reposyntax
2010-10-17 Sebastian LutherSpecify repo in FakeVartree._aux_get_wrapper().
2010-10-04 Zac MedicoClean up repo handling for depgraph pkg_cache.
2010-09-27 Sebastian Lutherreposyntax: Next try at fixing the package cache
2010-09-27 Sebastian Lutherreposyntax: Add support all over the place
2010-09-06 Zac MedicoFix typo in FakeVartree._pkg() docstring.
2010-09-06 Zac MedicoMake the depgraph and FakeVartree cooperate to consiste...
2010-09-06 Zac MedicoFix FakeVartree.sync() to remove stale packages from...
2010-09-06 Zac MedicoFix FakeVartree._pkg() to cache package instances in...
2010-09-04 Fabian Groffenuse EROOT with VDB_PATH
2010-08-31 Zac MedicoAdd comments about consumers of FakeVardbapi.getpath().
2010-08-29 Arfrever Frehtes... Fix some typos.
2010-08-27 Sebastian Lutherconfig: Add VirtualsManager
2010-08-27 Zac MedicoBug #334365 - When depgraph.display_problems() shows...
2010-07-28 Zac MedicoTweak global updates handling so that updates from...
2010-07-27 Michał GórnyFallback to updates from PORTDIR if repository has...
2010-07-27 Michał GórnySupport repository-wide updates in FakeVartree.
2010-06-01 Zac MedicoMove imports to the top.
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2010-02-22 Zac MedicoUse lazy import for the portage.dbapi module.
2009-11-27 Zac MedicoIn FakeVartree.sync(), skip the aux_get wrapper when... v2.2_rc53
2009-11-25 Zac MedicoSet built=True when creating Package instances. This... v2.2_rc52
2009-11-01 Zac MedicoMove FakeVartree population out of the constructor...
2009-11-01 Zac MedicoEliminate duplicate code from the FakeVartree construct...
2009-09-21 Arfrever Frehtes... Define long as int when Python 3 is used.
2009-09-21 Arfrever Frehtes... Use filter() and zip() instead of itertools.ifilter...
2009-09-19 Zac MedicoAvoid lots of redundant Atom constructor calls. Thanks...
2009-09-13 Zac MedicoUse cpv_getkey() instead of dep_getkey() where appropriate.
2009-08-11 Zac MedicoUpdate imports to import portage.os (with unicode wrapp...
2009-06-25 Zac MedicoAdd/update copyright headers.
2009-06-22 Zac MedicoBug #275047 - Split _emerge/__init__.py into smaller...