summaryrefslogtreecommitdiff
path: root/fs/tempfs.py
Commit message (Expand)AuthorAgeFilesLines
* Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...willmcgugan@gmail.com2013-03-311-10/+15
* Change the way TempFS's _meta dict gets built so that it 'inherits' default v...gcode@loowis.durge.org2012-12-231-18/+5
* Implemented generic validatepath method and optimized normpathwillmcgugan@gmail.com2012-12-011-9/+15
* First stab at a Python3 portwillmcgugan2011-12-261-2/+2
* spelling fixesrfkelly02011-03-081-1/+1
* Added "thread_safe" meta valuewillmcgugan2011-03-071-1/+2
* Fixes for fsmountwillmcgugan2010-12-231-8/+14
* Small optimizationwillmcgugan2010-12-231-2/+6
* Added Windows support to fsmount commandwillmcgugan2010-12-221-6/+6
* Fixed some broken testswillmcgugan2010-12-171-6/+6
* Major ftp improvmentswillmcgugan2010-12-131-0/+10
* Added FS command line scriptswillmcgugan2010-12-051-0/+2
* Fixed getmeta/hasmeta, added documentation and testswillmcgugan2010-11-201-1/+5
* Added getmeta and hasmeta methodswillmcgugan2010-11-071-0/+6
* fix some corner cases in osfs/watch_win32.pyrfkelly02010-09-061-0/+1
* Added better zip exceptions, and added __all__ to core classeswillmcgugan2010-07-101-0/+1
* A few tweaks and fixeswillmcgugan2010-01-071-3/+1
* fix typo "syncronise" => "synchronize"rfkelly02010-01-071-2/+2
* Documentation, fixes, A ReadOnlyFS wrapper and a plain old FTP FS classwillmcgugan2010-01-011-4/+12
* TempFS.close: more robust deletion in the face of simultaneous closesrfkelly02009-12-181-2/+10
* more transient error recovery in TempFS.close()rfkelly02009-12-011-2/+4
* TempFS.close(): recover from temporarily locked resources on win32rfkelly02009-12-011-2/+17
* support for ResourceLockedError on Windowsrfkelly02009-11-231-0/+3
* adjust other classes now that FS has a base "close" methodrfkelly02009-09-281-3/+1
* support long paths (>> 260 chars) on win32rfkelly02009-09-031-2/+10
* documentation formatting cleanuprfkelly02009-08-051-3/+4
* remove "if __main__" stuff from most modulesrfkelly02009-06-031-3/+0
* got unittests passing on windowsrfkelly02009-05-071-2/+2
* tempfs compatability with updated testsrfkelly02009-05-051-2/+2
* basic support for pickling FS instancesrfkelly02009-03-021-2/+2
* Tests now pass on Windowswillmcgugan2008-09-201-4/+5
* Tidy upwillmcgugan2008-09-191-2/+4
* Tweakwillmcgugan2008-09-161-1/+1
* Various changes..willmcgugan2008-09-161-5/+12
* Work in progresswillmcgugan2008-09-081-4/+22
* Work in progresswillmcgugan2008-09-081-0/+22