summaryrefslogtreecommitdiffstats
path: root/pym/portage/cache/anydbm.py
Commit message (Expand)AuthorAgeFilesLines
* anydbm: use gdbm "u" flag for concurrent writersZac Medico2010-12-261-4/+30
* Make portage.cache.anydbm use absolute_import instead of the thev2.2_rc77Zac Medico2010-09-061-3/+5
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* fix: python dbm module doesn't accept unicode as keyMounir Lamouri2010-01-301-2/+2
* Fix for python 3.x compatibility.Zac Medico2009-09-221-5/+13
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-2/+2
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-2/+2
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-4/+6
* For python-3.0 compatibility, make dict-like classes modify their keys(),Zac Medico2009-02-041-0/+4
* 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/+72