Skip to content

Tags: sysfce2/python-fs

Tags

v2.4.8

Toggle v2.4.8's commit message
version bump

v2.4.7

Toggle v2.4.7's commit message
version bump

v2.4.6

Toggle v2.4.6's commit message
fix wrong version in changelog

v2.4.5

Toggle v2.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
change case insensitivity test (PyFilesystem#282)

* change case insensitivity test

* changelog

v2.4.4

Toggle v2.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
handle missing path max (PyFilesystem#270)

v2.4.3

Toggle v2.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Win fix (PyFilesystem#269)

* check for readlink

* no test symlink

* capital I

* handle lack of readlink

* winfix

* readlink on windows

* case insensitive fix

* debug

* fix for FileExpected

* correct error

* fix for file expected

* fix name conflict

* close tempfiles

* fix ftp test

* exclude test from windows

* version bump

v2.4.2

Toggle v2.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix exception when Python is run with -OO (PyFilesystem#268)

* Don't assume __doc__ is present

* use correct method

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added hash method to wrapfs (PyFilesystem#266)

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Walk filter (PyFilesystem#265)

* additional filtering

* added tests

* fix docstring

* extra test

* some micro-optimizations I may regret later

* further optimizations

* another micro-optimization

* optimizations

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
check invalid encoding in OSFS (PyFilesystem#263)

* check invalid enocding in OSFS

* nicer error message

* add test

* readme

* fix encoding on py27

* version bump