Skip to content

Releases: PyFilesystem/pyfilesystem2

v2.0.21

02 May 06:39
Compare
Choose a tag to compare

Added

  • Typing information
  • Added Info.suffix, Info.suffixes, Info.stem attributes

Fixed

  • Fixed issue with implied directories in TarFS

Changed

  • Changed path.splitext so that 'leading periods on the basename are
    ignored', which is the behaviour of os.path.splitext

v2.0.20

13 Mar 10:55
b8d448c
Compare
Choose a tag to compare

[2.0.20] - 2018-03-13

Fixed

  • MultiFS.listdir now correctly filters out duplicates

v2.0.19

11 Mar 12:31
Compare
Choose a tag to compare

[2.0.19] - 2018-03-11

Fixed

  • encoding issue with TarFS
  • CreateFailed now contains the original exception in exc attribute

v2.0.18

31 Jan 17:21
Compare
Choose a tag to compare
version bump

v2.0.17

20 Nov 18:15
Compare
Choose a tag to compare
version bump

v2.0.16: added max_depth (#102)

11 Nov 16:07
2c2489e
Compare
Choose a tag to compare
* added max_depth

* Added test

* unused import

* docstring

* docs

* factor out checks to make subclassing easier

* unused imports

v2.0.15

05 Nov 18:01
Compare
Choose a tag to compare
version bump

v2.0.13

17 Oct 17:49
Compare
Choose a tag to compare
new version

v2.0.12

15 Oct 16:50
Compare
Choose a tag to compare
version bump

v2.0.11: added param support (#75)

27 Sep 21:09
Compare
Choose a tag to compare