summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/BinpkgVerifier.py
Commit message (Expand)AuthorAgeFilesLines
* Add missing scheduler attribute to BinpkgVerifier (broken since theZac Medico2010-08-221-1/+1
* Bug #324191 - Add support for FEATURES=compress-build-logs. The causesZac Medico2010-08-211-23/+11
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Move portage.fetch() to portage.package.ebuild.fetch.fetch().Zac Medico2010-02-221-1/+2
* When overridding sys.std* in python2, use binary streams.Zac Medico2009-12-091-6/+8
* When temporarily replacing the sys.std* streams, use the normal open() funcZac Medico2009-12-081-3/+13
* Discard the log on success, since otherwise we'll have multiple log files forZac Medico2009-10-101-1/+9
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Use _encodings where appropriate.Zac Medico2009-08-191-2/+5
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-8/+3
* Open file in text mode (unicode) where appropriate.Zac Medico2009-08-051-1/+3
* Add/update copyright headers.Zac Medico2009-06-251-0/+4
* Bug #275047 - Split _emerge/__init__.py into smaller pieces. Thanks toZac Medico2009-06-221-0/+67