summaryrefslogtreecommitdiff
path: root/fs/memoryfs.py
Commit message (Expand)AuthorAgeFilesLines
...
* Uniform "overwrite" behaviour for copy/move/copydir/movedir.rfkelly02009-03-081-2/+2
* Renamed fs.py to base.py after all. Added copydir and movedir functions to utilswillmcgugan2008-09-191-2/+2
* Some documentationwillmcgugan2008-09-191-0/+5
* Tidy upwillmcgugan2008-09-191-0/+7
* Expanded on ZipFS and fixed a few bugs.willmcgugan2008-09-161-1/+6
* Work in progresswillmcgugan2008-09-081-0/+3
* Enhanced copy / move dir functionality, and added testswillmcgugan2008-09-071-0/+4
* Work in progress. More tests. Move helper function in to new helpers.py file.willmcgugan2008-09-061-2/+8
* tweakwillmcgugan2008-09-051-2/+0
* Beginning a Zip Filesystemwillmcgugan2008-09-051-1/+0
* Added depth first search for the walk method, added a number of docstrings.willmcgugan2008-09-051-2/+2
* Work in progresswillmcgugan2008-09-041-3/+1
* Added more testswillmcgugan2008-09-041-0/+3
* Work in progress, added more tests and a info window for BrowseWinwillmcgugan2008-09-041-0/+50
* Added thread syncronisation to filesystem objectswillmcgugan2008-08-211-137/+185
* Fleshing out the test suite. Also changed fs.mkdir to fs.makedir, for sake of...willmcgugan2008-08-191-4/+4
* Refactor and ehancements to mountfswillmcgugan2008-08-021-0/+3
* Tidied up the code, and added an ObjectTree classwillmcgugan2008-08-011-51/+13
* Moved OSFS to own file, added testswillmcgugan2008-07-311-4/+3
* Some tweakswillmcgugan2008-07-301-1/+3
* First pass of mounting file systemwillmcgugan2008-07-301-3/+5
* Work in progresswillmcgugan2008-07-291-3/+3
* Added desc method to filesystems that display debugging information regarding...willmcgugan2008-07-291-0/+6
* Work in progress with the memoryfswillmcgugan2008-07-291-1/+3
* Added remove method to memoryfswillmcgugan2008-07-271-0/+19
* Added a getinfo method. Expanded browsewin utility to show filesize and creat...willmcgugan2008-07-261-10/+19
* Refinements to the memoryfs class, and added a 'walk' generator to the base c...willmcgugan2008-07-261-152/+194
* Work in progress for memoryfs, cleaned up exception error codeswillmcgugan2008-07-241-39/+59
* Work in progress for memoryfswillmcgugan2008-07-231-4/+54
* Work in progress for memoryfswillmcgugan2008-07-231-5/+13
* Work in progress for memory fswillmcgugan2008-07-231-6/+56
* Work in progress for memoryfswillmcgugan2008-07-221-3/+47
* Work in progress for memoryfswillmcgugan2008-07-221-35/+73
* Started work on the memory filesystemwillmcgugan2008-07-211-0/+121