search.py: use _aux_cache_keys more
[portage.git] / pym / _emerge / search.py
2011-12-22 Zac Medicosearch.py: use _aux_cache_keys more
2011-09-15 Zac MedicoRemove unused Manifest imports. v2.2.0_alpha58
2011-09-12 Brian HarringBind all manifest access through repoconfigs
2011-08-14 Zac Medicoemerge --search: account for USE in fetch size
2010-09-29 Sebastian Luthersearch: code clean up
2010-09-04 Fabian GroffenMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-09-04 Zac MedicoRemove redundant writemsg_stdout() call in search.outpu...
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2009-11-21 Zac MedicoOptimized the code for bug #288083 and make it handle... v2.2_rc51
2009-11-12 Zac MedicoBug #292910 - Don't mix print() and writemsg_stdout...
2009-09-25 Arfrever Frehtes... Fix formatting of sizes with Python 3.
2009-09-21 Arfrever Frehtes... Use filter() and zip() instead of itertools.ifilter...
2009-09-20 Arfrever Frehtes... Support print() function with Python 2 in more files.
2009-09-20 Arfrever Frehtes... Update syntax of calls to print() for compatibility...
2009-09-20 Arfrever Frehtes... Update syntax of 'except' statements for compatibility...
2009-08-11 Zac MedicoUpdate imports to import portage.os (with unicode wrapp...
2009-08-08 Zac MedicoUse writemsg_stdout() for safe unicode output.
2009-07-12 Mounir LamouriAllow search and depgraph to avoid spinner by using...
2009-06-25 Zac MedicoAdd/update copyright headers.
2009-06-22 Zac MedicoBug #275047 - Split _emerge/__init__.py into smaller...