summaryrefslogtreecommitdiffstats
path: root/pym/portage/cache/sql_template.py
Commit message (Collapse)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
| | | | | | (2to3-3.1 -f print -nw ${FILES}) svn path=/main/trunk/; revision=14290
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-12/+12
| | | | | | (2to3-3.1 -f except -nw ${FILES}) svn path=/main/trunk/; revision=14289
* Normalize try/except indentation for compatibility with 2to3.Zac Medico2009-03-201-15/+30
| | | | svn path=/main/trunk/; revision=13139
* Fix classes that implement __iter__() to copy it to their keys() methodZac Medico2009-02-191-0/+1
| | | | | | when running under >=python-3.0. svn path=/main/trunk/; revision=12632
* For python-3.0 compatibility, make dict-like classes modify their keys(),Zac Medico2009-02-041-0/+3
| | | | | | items(), and values() methods appropriatly for the current python version. svn path=/main/trunk/; revision=12584
* Ensure that cache modules always return a dict containing the _eclasses_Zac Medico2008-09-251-0/+4
| | | | | | key. svn path=/main/trunk/; revision=11547
* Py3k compatibility patch #2 by Ali Polatel <hawking@g.o>.Zac Medico2008-07-011-1/+1
| | | | | | Replace dict.has_key() calls with "in" and "not in" operators. svn path=/main/trunk/; revision=10871
* Implement iterkeys on top of __iter__ instead of vice versa. Thanks to ↵Zac Medico2007-06-211-1/+1
| | | | | | Brian Harring for the suggestion. svn path=/main/trunk/; revision=6918
* Namespace sanitizing, step 3Marius Mauch2007-01-251-2/+2
| | | | svn path=/main/trunk/; revision=5782
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+275
svn path=/main/trunk/; revision=5778