summaryrefslogtreecommitdiffstats
path: root/pym/portage/cache/sql_template.py
Commit message (Expand)AuthorAgeFilesLines
* Ensure SystemExit is never caught.Zac Medico2010-08-261-0/+4
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-12/+12
* Normalize try/except indentation for compatibility with 2to3.Zac Medico2009-03-201-15/+30
* Fix classes that implement __iter__() to copy it to their keys() methodZac Medico2009-02-191-0/+1
* For python-3.0 compatibility, make dict-like classes modify their keys(),Zac Medico2009-02-041-0/+3
* Ensure that cache modules always return a dict containing the _eclasses_Zac Medico2008-09-251-0/+4
* Py3k compatibility patch #2 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-011-1/+1
* Implement iterkeys on top of __iter__ instead of vice versa. Thanks to Brian...Zac Medico2007-06-211-1/+1
* Namespace sanitizing, step 3Marius Mauch2007-01-251-2/+2
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+275