summaryrefslogtreecommitdiffstats
path: root/pym/portage/elog/mod_syslog.py
Commit message (Collapse)AuthorAgeFilesLines
* elog/mod_syslog: fix 1 char msgs, bug #390965Zac Medico2011-11-251-0/+5
|
* Use bytes instead of unicode with isinstance.Zac Medico2011-10-281-1/+1
| | | | | This is preferred since the bytes type is available in all supported python versions, while the unicode type is only available in python2.
* mod_syslog: add newlines for bug #386627Zac Medico2011-10-101-5/+4
| | | | | This fixes omission of newlines in syslog messages since commit ca7bef7821876791a26a5f9df6938f4c77fe571f.
* mod_syslog: call syslog() once per lineZac Medico2011-01-021-6/+7
| | | | This will fix bug #350379.
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Use _encodings where appropriate and add _encodings['stdio'] for stdoutZac Medico2009-08-211-1/+3
| | | | | | encoding. svn path=/main/trunk/; revision=14111
* Encode unicode messages as bytes in order to avoid TypeError fromZac Medico2009-08-091-6/+14
| | | | | | syslog.syslog() with python-2.x. svn path=/main/trunk/; revision=13962
* 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-0/+5
| | | | | | | | - 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/+17
svn path=/main/trunk/; revision=5955