summaryrefslogtreecommitdiffstats
path: root/pym/portage/cache/metadata_overlay.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-2/+1
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Handle CacheCorruption from self.db_ro in _setitem, triggered by INHERITEDZac Medico2010-02-201-1/+4
* Fix constructor to avoid TypeError when the "perms" keyword parameter is given.Zac Medico2009-06-281-0/+1
* Remove redundant long(_mtime_) conversion since template handles it now.Zac Medico2009-03-011-1/+1
* Fix headers that contain $Header instead of $Id.Zac Medico2009-02-231-2/+2
* Py3k compatibility patch #2 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-011-1/+1
* Remove fallback imports for set(), and note minimum requirement of python-2.4Marius Mauch2007-07-051-2/+0
* Implement iterkeys on top of __iter__ instead of vice versa. Thanks to Brian...Zac Medico2007-06-211-4/+4
* Namespace sanitizing, step 3Marius Mauch2007-01-251-4/+4
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+105