summaryrefslogtreecommitdiff
path: root/giscanner/cachestore.py
Commit message (Expand)AuthorAgeFilesLines
* Use shutil.move instead of os.rename, since it will automatically fallJohan Dahlin2008-12-091-2/+3
* Don't require HOME to be set and if it set, don't require the directory toJohan Dahlin2008-12-081-1/+7
* yay for scripts checking number of newlinesJohan Dahlin2008-12-081-0/+1
* Dump the cache file to a temporary file and rename it the expectedJohan Dahlin2008-12-081-7/+19
* Remove tabs, fixes make checkJohan Dahlin2008-12-011-1/+1
* Bug 562289 – Race when removing invalid cacheJohan Dahlin2008-11-301-1/+4
* Catch ValueError exceptions.Johan Dahlin2008-11-191-1/+1
* Catch BadPickleGet exceptions as well.Johan Dahlin2008-11-181-1/+1
* Handle broken cache entries, write only filesystems and running out ofJohan Dahlin2008-11-071-3/+29
* Relicense the giscanner library under LGPLv2+. This has been approved byJohan Dahlin2008-11-041-11/+11
* Remove arguments from the constructor, move them to separate accessors.Johan Dahlin2008-10-301-0/+87