index
:
delta/pyfilesystem-git.git
master
rfk-ideas
wiki
github.com: PyFilesystem/pyfilesystem.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added settimes to a few FS impementations, and added a settimes test case
willmcgugan
2010-06-20
7
-27
/
+68
*
add the settimes() method to WrapFS
rfkelly0
2010-06-20
1
-0
/
+4
*
fix typo
rfkelly0
2010-06-20
1
-2
/
+2
*
Fixed a bug when using print_fs to a file without an encoding value
willmcgugan
2010-06-19
1
-1
/
+1
*
Fixed an issue in Py2.5, which doesnn't have wintypes.LPVOID defined
willmcgugan
2010-06-19
1
-10
/
+16
*
Changelog changes
willmcgugan
2010-06-18
1
-1
/
+2
*
Mostly doc changes, and some pedantic pep-8 tweaks
willmcgugan
2010-06-18
21
-249
/
+364
*
Lots of new docs
willmcgugan
2010-06-18
7
-9
/
+18
*
fix test alignment in ChangeLog
rfkelly0
2010-06-18
1
-1
/
+1
*
OSX raises EPERM when calling remove() on a dir; change to ResourceInvalidError
rfkelly0
2010-06-18
1
-0
/
+4
*
convert EPERM => PermissionDeniedError
rfkelly0
2010-06-18
1
-0
/
+2
*
catch misc errors that pyinotify might raise on import
rfkelly0
2010-06-17
1
-1
/
+8
*
More documentation
willmcgugan
2010-06-17
22
-15
/
+155
*
Fixed issue in getinfo
willmcgugan
2010-06-17
1
-3
/
+1
*
Added support for xattr to MemoryFile
willmcgugan
2010-06-17
1
-8
/
+90
*
Some fixes to improve fuse support
willmcgugan
2010-06-17
1
-8
/
+28
*
Added gettimes which has a default implementaiton that uses os.utime. This wa...
willmcgugan
2010-06-17
1
-107
/
+148
*
Fixed unicode encoding for directory listings
willmcgugan
2010-06-16
1
-9
/
+10
*
Added an ignore_errors keyword parameter to listdir
willmcgugan
2010-06-16
1
-9
/
+36
*
A new implementation of print_fs that prints ascii art lines with console col...
willmcgugan
2010-06-16
1
-27
/
+83
*
Fix for opening absolute paths in a zip file
willmcgugan
2010-05-22
1
-1
/
+1
*
fix MountFS.getsyspath for cases for nothing is mounted at that path
rfkelly0
2010-05-18
1
-1
/
+1
*
make django_storage.FSStorage raise OSError, not FSError
rfkelly0
2010-05-05
2
-4
/
+10
*
osfs/watch_win32: enqueue all IO operations from the same thread
rfkelly0
2010-04-14
1
-15
/
+42
*
add "default" argument to fallback OSFSXAttrMixin
rfkelly0
2010-04-13
1
-1
/
+1
*
include "fs.osfs" in setup.py packages list
rfkelly0
2010-04-12
2
-2
/
+3
*
OSFSWatchMixin implementation using ReadDirectoryChangesW on win32
rfkelly0
2010-04-07
6
-189
/
+657
*
implement WatchableFS interface for OSFS using pyinotify on linux
rfkelly0
2010-04-07
9
-84
/
+384
*
add preliminary implementation of "change watcher" functionality
rfkelly0
2010-04-07
2
-0
/
+686
*
fix wrong var name in OSFS.getinfo() conversion of st_mtime => modified_time
rfkelly0
2010-04-06
1
-1
/
+1
*
add modified_time and accessed_time to MemoryFS file/dir info
rfkelly0
2010-04-06
1
-2
/
+11
*
include root dir in output of recursepath()
rfkelly0
2010-04-06
2
-7
/
+14
*
have FS.__init__ call super().__init__; otherwise mixins wont work correctly
rfkelly0
2010-04-06
1
-0
/
+1
*
fix typo in ChangeLog
rfkelly0
2010-04-06
1
-1
/
+1
*
add iternames() method to PathMap
rfkelly0
2010-04-06
2
-1
/
+31
*
add some comments about __getattr__
rfkelly0
2010-04-06
1
-0
/
+2
*
added PathMap class, a dict-like object with paths as keys
rfkelly0
2010-04-06
2
-0
/
+195
*
test that getinfo() doesn't accidentally return None
rfkelly0
2010-04-06
1
-1
/
+1
*
add some formatting whitespace
rfkelly0
2010-04-06
1
-0
/
+2
*
set max size for SpooledTemporaryFile
rfkelly0
2010-03-09
2
-2
/
+2
*
SubFS: directly delegate createfile/setcontents/getcontents
rfkelly0
2010-03-02
1
-0
/
+9
*
ensure max_size is always given to SpooledTemporaryFile
rfkelly0
2010-03-02
1
-4
/
+10
*
Some fixes for Python2.5 compatibility
willmcgugan
2010-02-18
7
-25
/
+38
*
ensure that rename() raises ParentDirectoryMissingError when appropriate
rfkelly0
2010-02-16
5
-5
/
+25
*
implement setcontents() on LazyFS; also add LazyFS to test cases
rfkelly0
2010-02-12
2
-0
/
+17
*
make LimitSizeFS actuall work (plus testcases for it)
rfkelly0
2010-02-10
3
-53
/
+147
*
consistently return result of setcontents()
rfkelly0
2010-02-02
1
-1
/
+1
*
SubFS: make removedir() more robust to concurrent deletion of files
rfkelly0
2010-01-31
1
-2
/
+8
*
MountFS: fast-path copy/move/copydir/movedir if src and dst are in same FS
rfkelly0
2010-01-19
1
-0
/
+36
*
ConnectionManagerFS: make wait_for_connection exit on FS close
rfkelly0
2010-01-19
1
-2
/
+3
[next]