summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Handle UnicodeDecodeError from subprocess.getstatusoutput() calls, reportedZac Medico2010-07-241-3/+18
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Support print() function with Python 2 in more files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
* Update system imports for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+6
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-11/+11
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-4/+4
* Use KeyValuePairFileLoader intead on getconfig(), since getconfig() is tooZac Medico2009-08-291-5/+9
* Use st_* attributes instead of the stat module.Zac Medico2009-08-181-5/+4
* Prepare 308 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-08-151-11/+12
* Py3k compatibility patch #1 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-011-1/+1
* Bug #74615 - Quote all file paths inside dispatch-conf shell commands.Zac Medico2007-09-241-4/+4
* Revert r6967 since shutil.move() is broken internally.Zac Medico2007-06-231-7/+7
* For bug #182964, replace os.rename() with shutil.move() in order to handle EX...Zac Medico2007-06-231-7/+7
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+161