summaryrefslogtreecommitdiffstats
path: root/pym/portage/elog/mod_save_summary.py
Commit message (Expand)AuthorAgeFilesLines
* elog/mod_save_summary: wrap IOError, bug #441948Zac Medico2012-11-131-4/+17
* elog/mod_save: join /var/log with os.sep tooZac Medico2011-09-031-1/+2
* elog/mod_save: join /var/log with EPREFIXZac Medico2011-09-031-1/+1
* Fix log uid for logrotate-3.8 compat (bug 378451)Zac Medico2011-08-121-2/+16
* elog/mod_save: fix permissions for logrotateZac Medico2011-07-111-2/+4
* elog/mod_save: ensure parent logdir existsZac Medico2011-07-111-1/+8
* elog/mod_save: use _ensure_log_subdirsZac Medico2011-07-111-7/+16
* Migrate from codecs.open() to io.open().Zac Medico2011-07-101-7/+9
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Update syntax of numbers for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+2
* 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-211-2/+5
* Update imports to import portage.os (with unicode wrappers).Zac Medico2009-08-141-1/+2
* Write log files in text mode (unicode). Thanks to Arfrever for reporting.Zac Medico2009-08-091-1/+3
* Prepare 41 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-06-291-2/+3
* Use local time for elog summariesMarius Mauch2008-02-051-1/+1
* Use ensure_dirs() and apply_permissions() to avoid redundant chown/chmod call...Zac Medico2007-09-161-4/+3
* Enable elog functionality for the python side of portageMarius Mauch2007-05-181-2/+2
* - add new echo module for people who don't want any real loggingMarius Mauch2007-04-301-0/+5
* Make subpackage naming consistentMarius Mauch2007-02-111-0/+23