Scandir Versions Save

Better directory iterator and faster os.walk(), now in the Python 3.5 stdlib

v1.10.0

5 years ago

Remove support for Python 2.6 and Python 3 <3.4, adds Python 3.7 support. Add macOS automated tests via TravisCI. Fix #111 (breakage on Solaris derivatives when C extension is not built). Thanks @ThomasWaldmann!

v1.9.0

5 years ago

Fix build on Python 2.7 (#107). Fix dirent struct alignment on OpenBSD (#109).

v1.8

5 years ago

Mark C extension as optional for things like Jython. See #105.

v1.7

6 years ago

Expose scandir.DirEntry (#93).

v1.6

6 years ago
  • Fixed #11: inode should be unsigned
  • Fixed unicode handling on PyPy due to Py_FileSystemDefaultEncoding always being NULL there
  • Improve tests on PyPy and Windows
  • Add Travis and Appveyor CI testing

v1.5

7 years ago

No code changes, only PyPI package improvements: remove test_dir with Unicode filenames from archive, improve long description.

v1.4

7 years ago

Fix issue #63 - make entry.stat().st_Xtime float like stat instead of int

v1.3

7 years ago

Fix issue #61: Mimic os.walk's unicode handling in py27 on Linux

v1.2

8 years ago

Two fixes in this release:

v1.1

8 years ago

A few minor fixes. This version 1.1 matches PyPI version 1.1.