| Commit message (Expand) | Author | Age | Files | Lines |
| * | mass rewrite of string formatting to use f-strings everywhere | Eli Schwartz | 2021-03-04 | 1 | -2/+2 |
| * | various python neatness cleanups | Eli Schwartz | 2021-03-04 | 1 | -1/+1 |
| * | Simplify module API | Xavier Claessens | 2021-03-04 | 1 | -1/+2 |
| * | modules/fs: Use typed_pos_args | Dylan Baker | 2021-02-26 | 1 | -75/+40 |
| * | Introduce `fs.read` to read a file as a string | Luke Drummond | 2021-02-04 | 1 | -1/+64 |
| * | Fix misspells | Antonin Décimo | 2021-01-13 | 1 | -1/+1 |
| * | use real pathlib module | Dylan Baker | 2020-11-20 | 1 | -1/+1 |
| * | pathlib: Fix resolve() by overriding it in Python 3.5 | Daniel Mensinger | 2020-10-04 | 1 | -1/+1 |
| * | typing: fully annotate fs module | Daniel Mensinger | 2020-09-08 | 1 | -4/+4 |
| * | add FeatureNew | Michael Hirsch, Ph.D | 2020-02-06 | 1 | -0/+5 |
| * | add fs.stem() | Michael Hirsch, Ph.D | 2020-02-06 | 1 | -2/+11 |
| * | fs: add expanduser method | Michael Hirsch, Ph.D | 2020-02-06 | 1 | -1/+8 |
| * | fs: add methods as_posix, is_absolute | Michael Hirsch, Ph.D | 2020-02-06 | 1 | -7/+43 |
| * | types: import typing as T (fixes #6333) | Daniel Mensinger | 2020-01-08 | 1 | -13/+13 |
| * | fs: rename samefile => is_samepath | Michael Hirsch, Ph.D | 2019-12-19 | 1 | -5/+5 |
| * | Add raise at the start of MesonException | Michael Brockus | 2019-12-04 | 1 | -7/+7 |
| * | fs: Add parent() and name() methods | Xavier Claessens | 2019-11-25 | 1 | -0/+17 |
| * | fs: make replace_suffix not expand file to absolute path, just manipulate the... | Michael Hirsch, Ph.D | 2019-11-17 | 1 | -1/+1 |
| * | fs: replace_suffix | Michael Hirsch, Ph.D | 2019-11-17 | 1 | -1/+1 |
| * | fs: get file size | Michael Hirsch, Ph.D | 2019-11-17 | 1 | -2/+38 |
| * | fs: add hash compute method | Michael Hirsch, Ph.D | 2019-11-17 | 1 | -0/+18 |
| * | add fs.with_suffix | Michael Hirsch, Ph.D | 2019-11-17 | 1 | -1/+11 |
| * | fs: improve exception feedback | Michael Hirsch, Ph.D | 2019-11-17 | 1 | -1/+1 |
| * | fs: use expanduser | Michael Hirsch, Ph.D | 2019-11-17 | 1 | -1/+1 |
| * | fs: deduplicate functions | Michael Hirsch, Ph.D | 2019-11-17 | 1 | -8/+5 |
| * | fs: use pathlib.Path, add type hint check | Michael Hirsch, Ph.D | 2019-11-17 | 1 | -14/+17 |
| * | Created the filesystem module. | Jussi Pakkanen | 2019-11-08 | 1 | -0/+59 |