summaryrefslogtreecommitdiff
path: root/morphlib/savefile.py
Commit message (Collapse)AuthorAgeFilesLines
* Use the modern way of the GPL copyright header: URL instead real addressJavier Jardón2015-03-161-3/+2
| | | | Change-Id: I992dc0c1d40f563ade56a833162d409b02be90a0
* python scripts: pep8ize codebaseRichard Maw2012-08-011-13/+12
| | | | | | | | | This was done with the aid of the pep8 script, available by running `easy_install pep8`. It may be worth making this part of ./check, but that will require putting pep8 into the development tools stratum. This should be easy, given pep8 has no external dependencies.
* Expose the real filename for SaveFileLars Wirzenius2012-07-171-3/+3
|
* Log name of file when it gets renamedLars Wirzenius2012-04-181-0/+4
|
* Create chunks, strata in cache via temporary filesLars Wirzenius2012-02-271-0/+66
This avoids problems with files with the right names but partial content, if morph is killed in the middle of writing the file.