summaryrefslogtreecommitdiffstats
path: root/pym/portage/elog
Commit message (Expand)AuthorAgeFilesLines
* Use unicode_literals more.Zac Medico2013-01-181-8/+13
* elog/mod_save_summary: wrap IOError, bug #441948Zac Medico2012-11-131-4/+17
* elog/mod_save: wrap IOException for bug #441948Zac Medico2012-11-131-6/+18
* elog/mod_syslog: fix 1 char msgs, bug #390965Zac Medico2011-11-251-0/+5
* collect_ebuild_messages: handle \r, bug #390833Zac Medico2011-11-181-2/+3
* _make_msgfunction: convert to classZac Medico2011-11-171-6/+10
* collect_ebuild_messages: validate msg typeZac Medico2011-11-171-1/+11
* Use bytes instead of unicode with isinstance.Zac Medico2011-10-281-1/+1
* elog_process: fix ridicoulus newlines bug #386771Zac Medico2011-10-111-4/+12
* mod_syslog: add newlines for bug #386627Zac Medico2011-10-101-5/+4
* elog_process: add newlines for bug #386627Zac Medico2011-10-101-4/+4
* elog/collect_ebuild_messages: strip trailing \nv2.2.0_alpha62Zac Medico2011-10-051-0/+1
* elog/mod_save: join /var/log with os.sep tooZac Medico2011-09-032-2/+4
* elog/mod_echo: send all msg types to stdoutZac Medico2011-09-031-0/+13
* elog/mod_save: join /var/log with EPREFIXZac Medico2011-09-032-2/+2
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-251-2/+4
* Fix log uid for logrotate-3.8 compat (bug 378451)Zac Medico2011-08-122-4/+39
* elog/mod_save: fix permissions for logrotateZac Medico2011-07-112-4/+8
* elog/mod_save: ensure parent logdir existsZac Medico2011-07-112-2/+16
* elog/mod_save: use _ensure_log_subdirsZac Medico2011-07-112-18/+26
* Migrate from codecs.open() to io.open().Zac Medico2011-07-103-15/+16
* mod_syslog: call syslog() once per lineZac Medico2011-01-021-6/+7
* Remove unused _preserve_logentries code.Zac Medico2010-10-071-9/+2
* Preserve elog message continuity during updates.Zac Medico2010-10-072-7/+13
* Add a _preload_elog_modules() function.Zac Medico2010-10-071-0/+14
* Preserve message continuity in elog_process().Zac Medico2010-10-072-4/+9
* TODO: Make elog 'key' parameter more unique.Zac Medico2010-10-031-0/+9
* Tweak elog message order so python comes first.Zac Medico2010-10-021-1/+5
* 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
* Use AlarmSignal for timeout handling in elog_process().Zac Medico2010-09-031-7/+6
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-3/+1
* Remove 'mysettings' arguments from finalize() functions since theZac Medico2010-07-202-8/+2
* Remove all svn $Id keywords.Zac Medico2010-03-2410-10/+0
* Remove unused filter_phases, filter_mergephases, and filter_unmergephasesv2.2_rc56Zac Medico2009-12-071-20/+0
* Bug #290625 - Manually encode output to stdout in python3, in order to avoidZac Medico2009-10-261-5/+6
* Bug #273099 - Add split-log and split-elog FEATURES for splitting build logsZac Medico2009-10-091-2/+13
* Replace dict.keys() usage with __iter__(), since it behaves identically inZac Medico2009-09-222-3/+3
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-212-4/+4
* Define basestring as str when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+4
* Support print() function with Python 2 in more files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
* Update syntax of numbers for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-202-3/+3
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+2
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-203-4/+4
* Use _unicode_decode() on the string returned from time.strftime(), in orderZac Medico2009-09-052-2/+10
* Use _unicode_decode() on the string retunred from time.strftime(), in orderZac Medico2009-09-031-1/+7
* Use _encodings where appropriate and add _encodings['stdio'] for stdoutZac Medico2009-08-214-10/+23
* Use a clean listener system for portage.elog instead of _emerge_elog_listenerMounir Lamouri2009-08-161-5/+17
* Update imports to import portage.os (with unicode wrappers).Zac Medico2009-08-145-6/+11