Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pyfs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
pyfs
Commits
a3ef0b45
Commit
a3ef0b45
authored
Oct 21, 2010
by
rfkelly0
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remote some redundant changelog entries
parent
5d0b2745
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
ChangeLog
+2
-5
No files found.
ChangeLog
View file @
a3ef0b45
...
@@ -30,8 +30,8 @@
...
@@ -30,8 +30,8 @@
* Added settimes method to base implementation
* Added settimes method to base implementation
* New implementation of print_fs, accessible through tree method on base class
* New implementation of print_fs, accessible through tree method on base class
0.4:
0.4:
* New FS implementations (under fs.contrib):
* New FS implementations (under fs.contrib):
* BigFS: read contents of a BIG file (C&C game file format)
* BigFS: read contents of a BIG file (C&C game file format)
...
@@ -40,19 +40,16 @@
...
@@ -40,19 +40,16 @@
* dokan: mount an FS object as a drive using Dokan (win32-only)
* dokan: mount an FS object as a drive using Dokan (win32-only)
* Modified listdir and walk methods to accept callables as well as strings
* Modified listdir and walk methods to accept callables as well as strings
for wildcards.
for wildcards.
* Added listdirinfo method, which
retrieve
s both the entry names and the
* Added listdirinfo method, which
yield
s both the entry names and the
corresponding info dicts in a single operation.
corresponding info dicts in a single operation.
* Fixed operation of OSFS on win32 when it points to the root of a drive.
* Fixed operation of OSFS on win32 when it points to the root of a drive.
* Made SubFS a subclass of WrapFS, and moved it into its own module at
* Made SubFS a subclass of WrapFS, and moved it into its own module at
fs.wrapfs.subfs.
fs.wrapfs.subfs.
* OSFSWatchMixin improvements:
* OSFSWatchMixin improvements:
* ensure that immortal reference cycles aren't created.
* watch_inotify: allow more than one watcher on a single path.
* watch_inotify: allow more than one watcher on a single path.
* watch_win32: report errors if the filesystem does't support
* watch_win32: report errors if the filesystem does't support
ReadDirectoryChangesW.
ReadDirectoryChangesW.
* watch_win32: don't create immortal reference cycles.
* watch_win32: don't create immortal reference cycles.
* Fix OSFS.add_watcher on linux platforms; previous version would cancel
any watchers when a new one was added.
* MountFS: added support for mounting at the root directory, and for
* MountFS: added support for mounting at the root directory, and for
mounting over an existing mount.
mounting over an existing mount.
* Added 'getpathurl' and 'haspathurl' methods
* Added 'getpathurl' and 'haspathurl' methods
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment