summaryrefslogtreecommitdiffstats
path: root/pym/portage/exception.py
Commit message (Expand)AuthorAgeFilesLines
* Add portage.exception.OperationNotSupported exception.Arfrever Frehtes Taifersar Arahesis2011-12-101-0/+4
* UnsupportedAPIException: handle unicode in EAPIZac Medico2011-03-271-3/+14
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-10-151-1/+1
* Make PortageException __str__ and __unicode__ methods more likeZac Medico2010-09-151-8/+13
* Bug #336875 - Don't reference errno.ETIME since it's undefined on FreeBSD.Zac Medico2010-09-121-1/+3
* Make AlarmSignal._signal_handler() restore the default SIGALRMZac Medico2010-09-031-0/+1
* Make AlarmSignal.register() require a time parameter and pass it toZac Medico2010-09-031-1/+2
* Add AlarmSignal.register() and unregister() classmethods in order toZac Medico2010-09-031-1/+11
* Bug #335777 - Add a 40 second timeout in ebuild-ipc.py, so that if anZac Medico2010-09-031-0/+14
* Add a IUSE.missing repoman category for packages that have a USEZac Medico2010-08-261-0/+3
* Make the Atom class add 'EAPI.incompatible' category attributes toZac Medico2010-08-261-0/+6
* Make REQUIRED_USE work again. Without paren_reduce this time.Sebastian Luther2010-08-111-3/+0
* Implement portage.dep.check_required_use() for checking REQUIRED_USE.Sebastian Luther2010-08-101-0/+3
* Implement PortageException.__unicode__ so the string formatin operator willZac Medico2010-03-251-1/+5
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* In python-2.x, convert PortageException.value attribute from unicode to strZac Medico2010-01-051-0/+5
* Define basestring as str when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+4
* Prepare 308 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-08-151-4/+5
* Create a new AmbiguousPackageName exception to raise fromZac Medico2008-10-101-0/+7
* Bug #232924 - When the user specifies a non-existent set, display a list ofZac Medico2008-07-261-0/+3
* Bug #230469 - Implement non-blocking distlocks for --fetchonly. This addsZac Medico2008-07-031-0/+4
* Bug #196427 - Prevent various news related tracebacksZac Medico2007-10-211-0/+1
* Fix UnsupportedAPIException.__str__() to strip the leadingZac Medico2007-10-041-1/+5
* For bug #180165, make portageq print a "Permission denied" error when appropr...Zac Medico2007-06-201-0/+1
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+100