Skip to content

Releases: benhoyt/scandir

Version 1.10.0

09 Mar 18:00
Compare
Choose a tag to compare

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

10 Aug 13:31
e801b7f
Compare
Choose a tag to compare

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

Version 1.8

02 Aug 16:37
27a49d9
Compare
Choose a tag to compare

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

Version 1.7

13 Feb 13:20
Compare
Choose a tag to compare

Expose scandir.DirEntry (#93).

Version 1.6

29 Sep 12:51
Compare
Choose a tag to compare
  • 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

21 Feb 13:23
Compare
Choose a tag to compare

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

Version 1.4

11 Nov 21:13
Compare
Choose a tag to compare

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

Version 1.3

27 Aug 19:19
Compare
Choose a tag to compare

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

Version 1.2

03 Jan 00:12
Compare
Choose a tag to compare

Two fixes in this release:

  • #54: fix scandir.walk() unicode handling on Python 2.x on Windows
  • #51: add back support for Python 3.2 (and hopefully PyPy)

Version 1.1

20 Jul 01:09
Compare
Choose a tag to compare

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