Skip to content

Releases: PyFilesystem/pyfilesystem2

v2.4.6

08 Jun 14:18
Compare
Choose a tag to compare

[2.4.6] - 2019-06-08

Added

Fixed

  • Fixed FTP test suite when time is not UTC-0 @mrg0029
  • Fixed issues with paths in tarfs #284

Changed

  • Dropped Python3.3 support

v2.4.5: change case insensitivity test (#282)

05 May 16:51
b115dc3
Compare
Choose a tag to compare

[2.4.5] - 2019-05-05

Fixed

  • Restored deprecated setfile method with deprecation warning to change to writefile
  • 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

23 Feb 10:15
a68eb56
Compare
Choose a tag to compare

[2.4.4] - 2019-02-23

Fixed

  • OSFS fail in nfs mounts

Windows fixes

23 Feb 09:59
dcf54ce
Compare
Choose a tag to compare

[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)

22 Feb 20:02
65d01fe
Compare
Choose a tag to compare

[2.4.2] - 2019-02-22

Fixed

  • Fixed exception when Python runs with -OO

v2.4.1

20 Feb 14:14
3410c3a
Compare
Choose a tag to compare

[2.4.1] - 2019-02-20

Fixed

  • Fixed hash method missing from WrapFS

Added `exclude` and `filter_dirs` arguments to walk

15 Feb 15:04
f1adb27
Compare
Choose a tag to compare

[2.4.0] - 2019-02-15

Added

  • Added exclude and filter_dirs arguments to walk
  • Micro-optimizations to walk

v2.3.1: check invalid encoding in OSFS (#263)

10 Feb 18:43
e422bc0
Compare
Choose a tag to compare

[2.3.1] - 2019-02-10

Fixed

  • Add encoding check in OSFS.validatepath

v2.3.0: added hash method (#259)

30 Jan 16:52
a377df0
Compare
Choose a tag to compare

[2.3.0] - 2019-01-30

Fixed

  • IllegalBackReference had mangled error message

Added

  • FS.hash method

v2.2.1: Test registry decorator (#250)

06 Jan 13:29
e1357e8
Compare
Choose a tag to compare

[2.2.1] - 2019-01-06

Fixed

  • Registry.install returns its argument.