summaryrefslogtreecommitdiff
path: root/fs/osfs
Commit message (Expand)AuthorAgeFilesLines
* typogcode@loowis.durge.org2014-10-311-1/+1
* fix for watchwillmcgugan@gmail.com2014-05-241-2/+2
* Test fixeswillmcgugan@gmail.com2014-02-261-14/+10
* getinfokeys methodwillmcgugan@gmail.com2013-10-181-3/+26
* Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...willmcgugan@gmail.com2013-03-311-14/+14
* Implemented generic validatepath method and optimized normpathwillmcgugan@gmail.com2012-12-011-9/+3
* Changed detection of Windows for invalid_path_chars stringwillmcgugan@gmail.com2012-11-291-1/+1
* fixwillmcgugan@gmail.com2012-11-281-1/+1
* Fix for invalid chars in path on win32willmcgugan@gmail.com2012-11-281-3/+3
* InvalidCharsInPathErrorwillmcgugan@gmail.com2012-11-241-1/+13
* Fixes for backslashes on Linux issue, see Issue #139willmcgugan@gmail.com2012-11-241-36/+35
* watcher tweakwillmcgugan2012-01-281-1/+1
* Added sqlitefs to fs.contribwillmcgugan2012-01-161-0/+3
* Changed DeleteRootError to RemoveRootError for consistencywillmcgugan2012-01-112-25/+25
* Fixed copydir/movedir, added DeleteRootErrorwillmcgugan2012-01-113-5/+14
* Some optimizationswillmcgugan2012-01-081-11/+10
* Python3 compatibilitywillmcgugan2011-12-271-4/+3
* First stab at a Python3 portwillmcgugan2011-12-261-1/+2
* OSFS.unsyspath: work correctly for root of driverfkelly02011-04-161-0/+2
* remove debugging printsrfkelly02011-04-101-1/+1
* some python2.5 compatability fixes; thanks Andrew Schellerrfkelly02011-03-111-0/+4
* spelling fixesrfkelly02011-03-081-1/+1
* fixed bad indentationwillmcgugan2011-03-071-6/+6
* Added "thread_safe" meta valuewillmcgugan2011-03-071-1/+2
* some doc spelling fixesrfkelly02011-01-271-19/+0
* improved UNC path handling, thanks to Julien Bouquillonrfkelly02011-01-101-1/+5
* (hopefully) fix handling of remote UNC paths in OSFSrfkelly02011-01-081-4/+8
* fix varname typo: ctypes.ulonglong => ctypes.c_ulonglongrfkelly02010-12-281-2/+2
* use convert_os_errors in OSFS.setcontentsrfkelly02010-12-281-0/+4
* added "total_space" meta value to OSFSrfkelly02010-12-271-0/+13
* test fixes for windozewillmcgugan2010-12-201-18/+18
* Added fsmount command, made memroyfs work with threadswillmcgugan2010-12-121-0/+20
* Command fixeswillmcgugan2010-12-121-1/+1
* Added FS command line scriptswillmcgugan2010-12-051-4/+2
* Fixed getmeta/hasmeta, added documentation and testswillmcgugan2010-11-201-2/+27
* OSFS.watch_inotify: add convert_os_errors wrapperrfkelly02010-11-101-0/+2
* Added getmeta and hasmeta methodswillmcgugan2010-11-071-1/+8
* more accure error reporting for OSFS.openrfkelly02010-10-091-1/+2
* OSFS: don't produce syspaths for things outside the FSrfkelly02010-10-051-0/+2
* add test case for copying files from outside the FSrfkelly02010-10-041-2/+2
* watch_win32: use weakrefs to avoid immortal reference cyclesrfkelly02010-09-281-8/+27
* watch_inotify: sometimes process_notifications will raise OSError; ignore it.rfkelly02010-09-281-1/+4
* raise ResourceInvalidError when open() is called on a directoryrfkelly02010-09-271-2/+9
* fix race condition in watch_inotifyrfkelly02010-09-261-3/+1
* OSFS: decode to unicode in unsyspath()rfkelly02010-09-161-0/+1
* osfs.watch_inotify: make background thread friendlier to interpreter shutdownrfkelly02010-09-131-2/+8
* osfs.watch_inotify: fix handling of multiple watchers on a single path.rfkelly02010-09-131-35/+113
* fix some corner cases in osfs/watch_win32.pyrfkelly02010-09-061-7/+16
* Fix to allow create=True in OSFS constructor to work if the directory current...willmcgugan2010-08-121-1/+1
* dokan: remove silent-install functionality, it really doesn't belong in this ...rfkelly02010-08-091-0/+2