Releases: PyFilesystem/pyfilesystem2
Releases · PyFilesystem/pyfilesystem2
v2.4.6
[2.4.6] - 2019-06-08
Added
- Implemented geturl in FTPFS @zmej-serow
Fixed
Changed
- Dropped Python3.3 support
v2.4.5: change case insensitivity test (#282)
[2.4.5] - 2019-05-05
Fixed
- Restored deprecated
setfile
method with deprecation warning to change towritefile
- Fixed exception when a tarfile contains a path called '.' #275
- Made TarFS directory loading lazy
Changed
- Detect case insensitivity using by writing temp file
v2.4.4
[2.4.4] - 2019-02-23
Fixed
- OSFS fail in nfs mounts
Windows fixes
[2.4.3] - 2019-02-23
Fixed
- Fixed broken "case_insensitive" check
- Fixed Windows test fails
v2.4.2: Fix exception when Python is run with -OO (#268)
[2.4.2] - 2019-02-22
Fixed
- Fixed exception when Python runs with -OO
v2.4.1
[2.4.1] - 2019-02-20
Fixed
- Fixed hash method missing from WrapFS
Added `exclude` and `filter_dirs` arguments to walk
[2.4.0] - 2019-02-15
Added
- Added
exclude
andfilter_dirs
arguments to walk - Micro-optimizations to walk
v2.3.1: check invalid encoding in OSFS (#263)
[2.3.1] - 2019-02-10
Fixed
- Add encoding check in OSFS.validatepath
v2.3.0: added hash method (#259)
[2.3.0] - 2019-01-30
Fixed
- IllegalBackReference had mangled error message
Added
- FS.hash method
v2.2.1: Test registry decorator (#250)
[2.2.1] - 2019-01-06
Fixed
Registry.install
returns its argument.