summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* When integer mtime is desired, use stat_obj[stat.ST_MTIME] instead of theZac Medico2009-12-211-1/+2
* Remove some old debug code that should not have been committed.Zac Medico2009-12-211-21/+0
* Remove code that's been commented out.Zac Medico2009-09-221-18/+0
* Define long as int when Python 3 is used.Arfrever Frehtes Taifersar Arahesis2009-09-211-0/+4
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-2/+2
* Add back a line which I erroneously removed when committing the patch forZac Medico2009-09-201-0/+1
* Support print() function with Python 2 in more files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-16/+16
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-3/+3
* Bug #257660 - Handle directories that are unlisted in Entries, which is normalZac Medico2009-09-121-1/+5
* Use portage.os and _encodings where appropriate.Zac Medico2009-08-191-5/+14
* Py3k compatibility patch #1 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-011-8/+8
* Bug #190406 - Filter the myheaders list so that it doesn't include binary blo...Zac Medico2007-08-271-1/+18
* Remove more unnecessary list generation.Zac Medico2007-06-211-10/+10
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+295