summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/FakeVartree.py
Commit message (Expand)AuthorAgeFilesLines
* In FakeVartree.sync(), skip the aux_get wrapper when populating old-stylev2.2_rc53Zac Medico2009-11-271-1/+7
* Set built=True when creating Package instances. This fixes a problem withv2.2_rc52Zac Medico2009-11-251-1/+1
* Move FakeVartree population out of the constructor by calling the sync()Zac Medico2009-11-011-4/+3
* Eliminate duplicate code from the FakeVartree constructor which does theZac Medico2009-11-011-45/+6
* Define long as int when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+5
* Use filter() and zip() instead of itertools.ifilter() and itertools.izip() fo...Arfrever Frehtes Taifersar Arahesis2009-09-211-5/+4
* Avoid lots of redundant Atom constructor calls. Thanks to Marat RadchenkoZac Medico2009-09-191-2/+1
* Use cpv_getkey() instead of dep_getkey() where appropriate.Zac Medico2009-09-131-1/+1
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-10/+2
* Add/update copyright headers.Zac Medico2009-06-251-0/+4
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 4).Zac Medico2009-06-221-0/+235