summaryrefslogtreecommitdiff
path: root/fs/browsewin.py
Commit message (Expand)AuthorAgeFilesLines
* Indentation fixgcode@loowis.durge.org2014-10-311-3/+3
* hide dotfiles fix from Andrewwillmcgugan2011-05-261-3/+3
* Command improvementswillmcgugan2010-12-161-12/+30
* Optimized FTP fs by caching directory structurewillmcgugan2010-01-021-2/+2
* Documentation, fixes, A ReadOnlyFS wrapper and a plain old FTP FS classwillmcgugan2010-01-011-4/+6
* Fixes to make browsewin work with latest wxPythonwillmcgugan2009-11-191-7/+20
* remove "if __main__" stuff from most modulesrfkelly02009-06-031-2/+3
* Renamed fs.py to base.py after all. Added copydir and movedir functions to utilswillmcgugan2008-09-191-1/+1
* Some documentationwillmcgugan2008-09-191-0/+8
* Expanded on ZipFS and fixed a few bugs.willmcgugan2008-09-161-2/+2
* Work in progresswillmcgugan2008-09-041-2/+2
* Work in progress, added more tests and a info window for BrowseWinwillmcgugan2008-09-041-0/+33
* Refactor and ehancements to mountfswillmcgugan2008-08-021-3/+4
* Work in progresswillmcgugan2008-07-291-11/+9
* Added desc method to filesystems that display debugging information regarding...willmcgugan2008-07-291-1/+4
* Added a getinfo method. Expanded browsewin utility to show filesize and creat...willmcgugan2008-07-261-10/+35
* Refinements to the memoryfs class, and added a 'walk' generator to the base c...willmcgugan2008-07-261-8/+8
* Work in progress for memoryfs, cleaned up exception error codeswillmcgugan2008-07-241-1/+7
* Started work on the memory filesystemwillmcgugan2008-07-211-11/+8
* Fixed problem recursion on Windowswillmcgugan2008-07-211-4/+4
* First check-in, lots of work to do!willmcgugan2008-07-201-0/+94