summaryrefslogtreecommitdiffstats
path: root/pym/portage_exception.py
Commit message (Collapse)AuthorAgeFilesLines
* For bug #163083, handle an UnsupportedAPIException thrown from the prerm ↵v2.1.2-r2Zac Medico2007-01-211-2/+2
| | | | | | phase. (trunk r5748:5749) svn path=/main/branches/2.1.2/; revision=5750
* Use isinstance(foo, basestring) so that it can work with unicode strings too.Zac Medico2007-01-111-1/+1
| | | | svn path=/main/trunk/; revision=5553
* Don't escape strings in PortageException as that breaks newline handling ↵Marius Mauch2007-01-111-1/+4
| | | | | | (bug 147785) svn path=/main/trunk/; revision=5546
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
| | | | svn path=/main/trunk/; revision=3483
* Add support for user configuration of colors in the output module for bug ↵Zac Medico2006-04-041-0/+3
| | | | | | #125120. Thanks to solar for the patch that this was derived from. svn path=/main/trunk/; revision=3072
* Move DISTDIR initialization from doebuild to fetch and handle read-only file ↵Zac Medico2006-04-031-0/+3
| | | | | | system errors for bug #128506. svn path=/main/trunk/; revision=3058
* Add a new OperationNotPermitted exception and use it to wrap ↵Zac Medico2006-03-141-0/+2
| | | | | | apply_permissions exceptions. svn path=/main/trunk/; revision=2871
* Adding a new exception class.Alec Warner2006-02-251-2/+4
| | | | svn path=/main/trunk/; revision=2782
* Add basic sanity check for global update entriesMarius Mauch2006-02-161-0/+3
| | | | svn path=/main/trunk/; revision=2718
* god this module sucked.Brian Harring2005-10-041-87/+1
| | | | | | Removed all of the duplicate code. svn path=/main/branches/2.0/; revision=2088
* Removed the translation of aux_get exceptions to unsupported eapi exceptions ↵Jason Stubbs2005-10-041-0/+7
| | | | | | | | in doebuild (which led to a whole lotta changes regarding str vs int and unlikely yet possible compatibility stuff) svn path=/main/branches/2.0/; revision=2086
* bye bye mr. cvs_id_stringBrian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1953
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1951
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+163
svn path=/main/branches/2.0/; revision=1941