summaryrefslogtreecommitdiffstats
path: root/pym/portage/elog/mod_mail.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Replace dict.keys() usage with __iter__(), since it behaves identically inZac Medico2009-09-221-2/+2
| | | | | | both python 2.x and 3.x. svn path=/main/trunk/; revision=14384
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
| | | | | | (2to3-3.1 -f except -nw ${FILES}) svn path=/main/trunk/; revision=14289
* Prepare 41 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-06-291-4/+5
| | | | svn path=/main/trunk/; revision=13733
* Py3k compatibility patch #4 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-011-1/+1
| | | | | | Replace dict.has_key() calls with "in" and "not in" operators. svn path=/main/trunk/; revision=10873
* Support ${HOST} substitution in "From" field. Thanks to wschlich.Zac Medico2008-03-261-0/+1
| | | | svn path=/main/trunk/; revision=9510
* Handle the PortageException that can be raised fromZac Medico2007-10-131-1/+6
| | | | | | portage.mail.send_mail(). svn path=/main/trunk/; revision=8102
* replace emerge.AtomSet with portage.sets.InternalPackageSetMarius Mauch2007-07-161-0/+15
| | | | svn path=/main/trunk/; revision=7279
* Enable elog functionality for the python side of portageMarius Mauch2007-05-181-2/+2
| | | | svn path=/main/trunk/; revision=6548
* - add new echo module for people who don't want any real loggingMarius Mauch2007-04-301-2/+2
| | | | | | | | - add copyright header in elog modules and enable keyword substitution - enable save_summary and echo modules in make.globals svn path=/main/trunk/; revision=6458
* Make subpackage naming consistentMarius Mauch2007-02-111-0/+22
svn path=/main/trunk/; revision=5955