summaryrefslogtreecommitdiffstats
path: root/pym/cache/flat_list.py
Commit message (Collapse)AuthorAgeFilesLines
* Reverse the relationship between __contains__ and has_key in all cache ↵Zac Medico2006-10-261-1/+1
| | | | | | classes since python handles the "in" operator more efficiently than a has_key method call. svn path=/main/trunk/; revision=4821
* For compatibility with float timestamps in python-2.5, convert st_mtime ↵Zac Medico2006-09-221-1/+2
| | | | | | attributes to long wherever portage expects 1s resolution. svn path=/main/trunk/; revision=4500
* Replace relative imports with absolute imports for forward compatibility ↵Zac Medico2006-09-181-2/+2
| | | | | | with python 2.6. svn path=/main/trunk/; revision=4470
* Replace hard coded number 2 in cache modules with errno.ENOENT.Zac Medico2006-03-181-8/+4
| | | | svn path=/main/trunk/; revision=2938
* replacement cache subsystem that's gestated in 2.1 and 3.0.Brian Harring2005-11-051-0/+109
it rocks your world, baby. svn path=/main/branches/2.0/; revision=2257