summaryrefslogtreecommitdiffstats
path: root/pym/portage/elog/messages.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* elog/collect_ebuild_messages: strip trailing \nv2.2.0_alpha62Zac Medico2011-10-051-0/+1
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-251-2/+4
* Migrate from codecs.open() to io.open().Zac Medico2011-07-101-4/+3
* Preserve elog message continuity during updates.Zac Medico2010-10-071-2/+12
* Preserve message continuity in elog_process().Zac Medico2010-10-071-3/+8
* TODO: Make elog 'key' parameter more unique.Zac Medico2010-10-031-0/+9
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Bug #290625 - Manually encode output to stdout in python3, in order to avoidZac Medico2009-10-261-5/+6
* Use _encodings where appropriate and add _encodings['stdio'] for stdoutZac Medico2009-08-211-5/+10
* Update imports to import portage.os (with unicode wrappers).Zac Medico2009-08-141-1/+1
* Inside collect_ebuild_messages(), open elog files in text mode (unicode).Zac Medico2009-08-091-1/+3
* Add unicode conversions in various logging code.Zac Medico2009-08-061-5/+13
* Prepare 41 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-06-291-3/+4
* Use lazyimport to avoid importing the dep, output, update, and versionsZac Medico2009-02-221-1/+1
* Use lazyimport to avoid importing the checksum, locks, and util modulesZac Medico2009-02-221-2/+6
* For compatibility with python-3.0, open files in text mode where appropriate.Zac Medico2009-02-191-1/+1
* Set svn:keywords Id on all files.Zac Medico2009-02-181-1/+1
* Now that elog_base() uses 'echo -e' to expand escape codes prior to usingZac Medico2008-09-301-1/+1
* Even though the message is split on $'\n' in elog_base(), it's stillZac Medico2008-07-281-1/+1
* Make elog_base() just use \n as the delimiter in the file since it's safeZac Medico2008-07-271-1/+1
* Redirect dblink elog messages from stdout to the log file when in backgroundZac Medico2008-07-171-4/+12
* Py3k compatibility patch #4 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-011-2/+2
* Remove eblank nonsenseMarius Mauch2008-06-171-0/+2
* Handle issues with newlines in elog messages that can trigger an unhandledZac Medico2008-04-091-3/+11
* Fix a little issue in the code from bug #197905 that causes some elogZac Medico2008-04-081-0/+2
* preserve order of ebuild messages even between different message types (bug #...Marius Mauch2008-04-061-4/+15
* ensure that global variables are used to prevent confusing issues like bug #2...Marius Mauch2008-03-021-0/+7
* The ERROR color code is currently undefined, so make eerrorZac Medico2007-10-191-1/+1
* Just use os.listdir() since portage.listdir() is unnecessary.Zac Medico2007-08-211-4/+6
* Remove more unnecessary list generation.Zac Medico2007-06-211-1/+1
* Enable elog functionality for the python side of portageMarius Mauch2007-05-181-0/+89