summaryrefslogtreecommitdiffstats
path: root/pym/portage/elog/mod_mail_summary.py
Commit message (Expand)AuthorAgeFilesLines
* Make the mail_summary elog module copy needed variables from the configZac Medico2010-09-111-3/+19
* Add back PortageException handler inside mod_mail_summary.finalize()Zac Medico2010-09-031-2/+4
* Use AlarmSignal for timout handling in mod_mail_summary.finalize().Zac Medico2010-09-031-10/+6
* Remove 'mysettings' arguments from finalize() functions since theZac Medico2010-07-201-4/+1
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-2/+2
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Use _unicode_decode() on the string returned from time.strftime(), in orderZac Medico2009-09-051-1/+6
* Update imports to import portage.os (with unicode wrappers).Zac Medico2009-08-141-1/+5
* Remove unused import.v2.2_rc37Zac Medico2009-08-091-1/+0
* Prepare 41 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-06-291-6/+7
* Py3k compatibility patch #4 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-011-1/+1
* Bug #215240 - Use an alarm signal to implement a 60 second timeout inZac Medico2008-03-291-1/+12
* Support ${HOST} substitution in "From" field. Thanks to wschlich.Zac Medico2008-03-261-0/+1
* Use local time for elog summariesMarius Mauch2008-02-051-1/+1
* Use writemsg() to send exception string to stderr.Zac Medico2007-10-121-1/+2
* Handle Exceptions in mod_mail_summary.finalize() and check if the server actu...Marius Mauch2007-10-061-1/+5
* Make finalize() accept a parameter once again since older versions of portage...Zac Medico2007-07-301-1/+4
* Make elog finalize() handling safe for PORTAGE_CONFIGROOT.Zac Medico2007-06-221-6/+16
* Remove more unnecessary list generation.Zac Medico2007-06-211-1/+1
* Enable elog functionality for the python side of portageMarius Mauch2007-05-181-5/+5
* - add new echo module for people who don't want any real loggingMarius Mauch2007-04-301-3/+3
* Make subpackage naming consistentMarius Mauch2007-02-111-0/+40