Releases: benhoyt/scandir
Releases · benhoyt/scandir
Version 1.10.0
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!
Version 1.9.0
Version 1.8
Mark C extension as optional for things like Jython. See #105.
Version 1.7
Expose scandir.DirEntry
(#93).
Version 1.6
- 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
Version 1.5
No code changes, only PyPI package improvements: remove test_dir with Unicode filenames from archive, improve long description.
Version 1.4
Fix issue #63 - make entry.stat().st_Xtime float like stat instead of int
Version 1.3
Fix issue #61: Mimic os.walk's unicode handling in py27 on Linux
Version 1.2
Version 1.1
A few minor fixes. This version 1.1 matches PyPI version 1.1.