| Age | Commit message (Expand) | Author |
| 2020-10-04 | pathlib: Fix resolve() by overriding it in Python 3.5 | Daniel Mensinger |
| 2020-09-08 | typing: fully annotate fs module | Daniel Mensinger |
| 2020-02-06 | add FeatureNew | Michael Hirsch, Ph.D |
| 2020-02-06 | add fs.stem() | Michael Hirsch, Ph.D |
| 2020-02-06 | fs: add expanduser method | Michael Hirsch, Ph.D |
| 2020-02-06 | fs: add methods as_posix, is_absolute | Michael Hirsch, Ph.D |
| 2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger |
| 2019-12-19 | fs: rename samefile => is_samepath | Michael Hirsch, Ph.D |
| 2019-12-04 | Add raise at the start of MesonException | Michael Brockus |
| 2019-11-25 | fs: Add parent() and name() methods | Xavier Claessens |
| 2019-11-17 | fs: make replace_suffix not expand file to absolute path, just manipulate the... | Michael Hirsch, Ph.D |
| 2019-11-17 | fs: replace_suffix | Michael Hirsch, Ph.D |
| 2019-11-17 | fs: get file size | Michael Hirsch, Ph.D |
| 2019-11-17 | fs: add hash compute method | Michael Hirsch, Ph.D |
| 2019-11-17 | add fs.with_suffix | Michael Hirsch, Ph.D |
| 2019-11-17 | fs: improve exception feedback | Michael Hirsch, Ph.D |
| 2019-11-17 | fs: use expanduser | Michael Hirsch, Ph.D |
| 2019-11-17 | fs: deduplicate functions | Michael Hirsch, Ph.D |
| 2019-11-17 | fs: use pathlib.Path, add type hint check | Michael Hirsch, Ph.D |
| 2019-11-08 | Created the filesystem module. | Jussi Pakkanen |