summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Optimized the code for bug #288083 and make it handle more cases. Now PackageZac Medico2009-11-211-4/+4
* Bug #292910 - Don't mix print() and writemsg_stdout(), in order to avoidZac Medico2009-11-121-12/+16
* Fix formatting of sizes with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-251-1/+1
* Use filter() and zip() instead of itertools.ifilter() and itertools.izip() fo...Arfrever Frehtes Taifersar Arahesis2009-09-211-3/+2
* Support print() function with Python 2 in more files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-12/+12
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+2
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-10/+2
* Use writemsg_stdout() for safe unicode output.Zac Medico2009-08-081-8/+18
* Allow search and depgraph to avoid spinner by using spinner=NoneMounir Lamouri2009-07-121-2/+6
* 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/+378