summaryrefslogtreecommitdiff
path: root/fs/utils.py
Commit message (Expand)AuthorAgeFilesLines
* adde utils.copydir_progress method willmcgugan@gmail.com2015-02-031-0/+50
* Fixes for fs commands in PY3willmcgugan@gmail.com2014-02-271-6/+3
* Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...willmcgugan@gmail.com2013-03-311-0/+1
* Whole bunch of Python3 str->bytes fixesgcode@loowis.durge.org2012-08-131-2/+3
* Typo fixgcode@loowis.durge.org2012-08-091-1/+1
* Applied patch to sftp that searches for ssh keys in default locationswillmcgugan@gmail.com2012-07-031-84/+84
* Colour tweak to fstreewillmcgugan2012-01-241-1/+1
* Fix to use ascii art when terminal colours is disabledwillmcgugan2012-01-231-2/+2
* Added some polish to fstree command and unicode box lines rather than ascii artwillmcgugan2012-01-231-19/+51
* Removed debug printwillmcgugan2012-01-121-2/+1
* Added a remove_all function to utilswillmcgugan2012-01-121-0/+17
* Changed DeleteRootError to RemoveRootError for consistencywillmcgugan2012-01-111-2/+2
* Fixed copydir/movedir, added DeleteRootErrorwillmcgugan2012-01-111-27/+49
* Fix for console colourswillmcgugan2012-01-051-25/+10
* Doc fixeswillmcgugan2011-03-081-6/+6
* Change style of ascii art for print_treewillmcgugan2011-03-071-2/+2
* Fixes of some errors/warnings reported by PyDev and inline documentationwillmcgugan2011-03-071-4/+3
* some doc spelling fixesrfkelly02011-01-271-2/+4
* test fixes for windozewillmcgugan2010-12-201-1/+1
* Added openers for Tahoe and Davwillmcgugan2010-12-181-4/+75
* Command fixeswillmcgugan2010-12-131-3/+2
* Major ftp improvmentswillmcgugan2010-12-131-7/+25
* Removed forgotten debug printswillmcgugan2010-12-121-0/+1
* Command fixeswillmcgugan2010-12-121-11/+4
* More changes to the FS url syntaxwillmcgugan2010-12-111-2/+5
* Got tests working againwillmcgugan2010-12-101-3/+3
* Changed syntax for commands to be more url like, optimized sftps to use fewer...willmcgugan2010-12-091-11/+23
* Added FS command line scriptswillmcgugan2010-12-051-41/+43
* Added isfile and isdir to __all__willmcgugan2010-11-131-0/+2
* Fixed an error were mountfs.makedir attempted to remake a mounted pathwillmcgugan2010-10-311-2/+7
* Add utils.isdir(fs,path,info) and utils.isfile(fs,path.info).rfkelly02010-10-191-0/+33
* first (very hacky) attempt to prevent timeouts in dokanrfkelly02010-10-011-1/+1
* Added better zip exceptions, and added __all__ to core classeswillmcgugan2010-07-101-0/+9
* Fixed a bug when using print_fs to a file without an encoding valuewillmcgugan2010-06-191-1/+1
* Mostly doc changes, and some pedantic pep-8 tweakswillmcgugan2010-06-181-2/+5
* A new implementation of print_fs that prints ascii art lines with console col...willmcgugan2010-06-161-27/+83
* Documentation, fixes, A ReadOnlyFS wrapper and a plain old FTP FS classwillmcgugan2010-01-011-43/+79
* Some fixeswillmcgugan2009-11-291-18/+59
* Fixed issue with using copydir to copy to the root of a memoryfswillmcgugan2009-11-261-4/+12
* Some tuning of the find_duplicates algorithmwillmcgugan2009-11-231-8/+12
* Fixed an issue caused by change to getsyspathwillmcgugan2009-11-231-4/+5
* Modified signature generation to only read a portion of the beginning of the ...willmcgugan2009-11-231-2/+2
* utils.find_duplicates now works. Needs unittests.willmcgugan2009-11-231-38/+47
* Experimental function to find duplicte files -- needs testingwillmcgugan2009-11-221-0/+95
* remove "if __main__" stuff from most modulesrfkelly02009-06-031-4/+5
* Condense and cleanup helpers.py/utils.pyrfkelly02009-05-051-1/+8
* Fixwillmcgugan2008-09-191-1/+1
* Fixwillmcgugan2008-09-191-0/+1
* Tweakswillmcgugan2008-09-191-4/+2
* Tweakswillmcgugan2008-09-191-7/+3