| Commit message (Expand) | Author | Age | Files | Lines |
* | Implemented generic validatepath method and optimized normpath | willmcgugan@gmail.com | 2012-12-01 | 1 | -1/+8 |
* | InvalidCharsInPathError | willmcgugan@gmail.com | 2012-11-24 | 1 | -6/+6 |
* | Fixes for backslashes on Linux issue, see Issue #139 | willmcgugan@gmail.com | 2012-11-24 | 1 | -2/+7 |
* | Forgot to add BackReferenceError to __all__ list. This caused problems in exp... | btimby | 2012-08-23 | 1 | -0/+1 |
* | Don't derive BackReferenceError from FSError. See comments on r773. | btimby | 2012-04-20 | 1 | -2/+1 |
* | Use explicit exception to detect invalid path (BackReferenceError), see comme... | btimby | 2012-04-20 | 1 | -0/+5 |
* | Changed DeleteRootError to RemoveRootError for consistency | willmcgugan | 2012-01-11 | 1 | -3/+3 |
* | Fixed copydir/movedir, added DeleteRootError | willmcgugan | 2012-01-11 | 1 | -0/+5 |
* | spelling fixes | rfkelly0 | 2011-03-08 | 1 | -2/+2 |
* | convert_os_errors: handle ECONNRESET => RemoteConnectionError | rfkelly0 | 2011-01-28 | 1 | -0/+2 |
* | fix pickability of NoMetaError | rfkelly0 | 2010-12-28 | 1 | -2/+5 |
* | some doc additions and cleanups | rfkelly0 | 2010-12-27 | 1 | -1/+1 |
* | Added FS command line scripts | willmcgugan | 2010-12-05 | 1 | -0/+4 |
* | Added getmeta and hasmeta methods | willmcgugan | 2010-11-07 | 1 | -0/+9 |
* | fs.error: actually fix bug with missing ENONET | rfkelly0 | 2010-10-17 | 1 | -1/+1 |
* | ENONET missing on win32; use ENETDOWN instead (closed issue #38) | rfkelly0 | 2010-10-15 | 1 | -1/+3 |
* | Fix various DAVFS issues from issue #40 | rfkelly0 | 2010-10-12 | 1 | -0/+2 |
* | Added getpathurl method | willmcgugan | 2010-10-12 | 1 | -2/+11 |
* | convert_os_errors: report path in StorageSpaceError and PermissionDeniedError | rfkelly0 | 2010-09-26 | 1 | -6/+6 |
* | convert ENAMETOOLONG into a PathError | rfkelly0 | 2010-09-22 | 1 | -0/+2 |
* | rename "functools" to "local_functools". | rfkelly0 | 2010-09-07 | 1 | -1/+1 |
* | fix some corner cases in osfs/watch_win32.py | rfkelly0 | 2010-09-06 | 1 | -0/+2 |
* | added conversion logic for ParentDirectoryMissing => ESRCH on win32 | rfkelly0 | 2010-08-04 | 1 | -0/+5 |
* | Added better zip exceptions, and added __all__ to core classes | willmcgugan | 2010-07-10 | 1 | -5/+28 |
* | Fixed a few issues that had accumulated in Google Code, bumped the version up... | willmcgugan | 2010-06-20 | 1 | -6/+1 |
* | convert EPERM => PermissionDeniedError | rfkelly0 | 2010-06-18 | 1 | -0/+2 |
* | Documentation, fixes, A ReadOnlyFS wrapper and a plain old FTP FS class | willmcgugan | 2010-01-01 | 1 | -6/+6 |
* | convert_os_erorrs: ESRCH --> ResourceNotFoundError | rfkelly0 | 2009-12-30 | 1 | -0/+2 |
* | added OperationTimeoutError | rfkelly0 | 2009-12-02 | 1 | -0/+4 |
* | add FSClosedError | rfkelly0 | 2009-12-02 | 1 | -0/+4 |
* | support for ResourceLockedError on Windows | rfkelly0 | 2009-11-23 | 1 | -0/+8 |
* | better handling of unicode paths in errors | rfkelly0 | 2009-11-21 | 1 | -1/+6 |
* | better error printing if they contain unicode paths | rfkelly0 | 2009-11-21 | 1 | -3/+3 |
* | correclty spell EACCES | rfkelly0 | 2009-11-16 | 1 | -2/+2 |
* | make convert_os_errors handle EACCESS -> PermissionDeniedError | rfkelly0 | 2009-10-27 | 1 | -0/+2 |
* | make error classes pickleable, and add appropriate tests | rfkelly0 | 2009-09-18 | 1 | -3/+6 |
* | report correct line numbers in various error decorators | rfkelly0 | 2009-09-03 | 1 | -12/+13 |
* | catch and report ENOSPC errors in convert_os_errors | rfkelly0 | 2009-08-05 | 1 | -0/+2 |
* | more robustness (particularly cross-thread) for SimulateXAttr wrapper | rfkelly0 | 2009-07-17 | 1 | -0/+2 |
* | got latest unittests passing on Windows | rfkelly0 | 2009-07-13 | 1 | -0/+4 |
* | make convert_os_errors() decorate rewrite the resource path if self as an att... | rfkelly0 | 2009-06-17 | 1 | -9/+16 |
* | some error-handling simplifications | rfkelly0 | 2009-06-15 | 1 | -21/+77 |
* | some new error classes, for the future | rfkelly0 | 2009-06-12 | 1 | -6/+18 |
* | add new error class "RemoteConnectionError" | rfkelly0 | 2009-06-10 | 1 | -0/+6 |
* | got unittests passing on windows | rfkelly0 | 2009-05-07 | 1 | -1/+2 |
* | added "wrappers" sub-package, and a SimulateXAttrs wrapper | rfkelly0 | 2009-05-06 | 1 | -1/+1 |
* | updated test suite now passing | rfkelly0 | 2009-05-06 | 1 | -1/+1 |
* | first cut at a new Exception heirarchy | rfkelly0 | 2009-05-05 | 1 | -0/+104 |