Age | Commit message (Expand) | Author | Files | Lines |
2021-06-08 | document the enhancement to the Fs module permitting File arguments | Eli Schwartz | 1 | -3/+8 |
2021-02-04 | Introduce `fs.read` to read a file as a string | Luke Drummond | 1 | -0/+11 |
2021-01-30 | Rewrap long text lines in docs. [skip ci] | Jussi Pakkanen | 1 | -12/+17 |
2021-01-13 | Fix misspells | Antonin Décimo | 1 | -3/+3 |
2020-02-06 | add FeatureNew | Michael Hirsch, Ph.D | 1 | -1/+9 |
2020-02-06 | add fs.stem() | Michael Hirsch, Ph.D | 1 | -0/+18 |
2020-02-06 | doc: filesystem module | Michael Hirsch, Ph.D | 1 | -4/+8 |
2020-02-06 | fs: add expanduser method | Michael Hirsch, Ph.D | 1 | -2/+14 |
2020-02-06 | fs: add methods as_posix, is_absolute | Michael Hirsch, Ph.D | 1 | -5/+36 |
2019-12-19 | fs: rename samefile => is_samepath | Michael Hirsch, Ph.D | 1 | -8/+19 |
2019-11-25 | fs: Add parent() and name() methods | Xavier Claessens | 1 | -1/+9 |
2019-11-17 | fs: make replace_suffix not expand file to absolute path, just manipulate the... | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-11-17 | fs: replace_suffix | Michael Hirsch, Ph.D | 1 | -14/+17 |
2019-11-17 | fs: add docs for fs.size() | Michael Hirsch, Ph.D | 1 | -0/+5 |
2019-11-17 | fs: correct docs | Michael Hirsch, Ph.D | 1 | -4/+4 |
2019-11-17 | fs: get file size | Michael Hirsch, Ph.D | 1 | -1/+19 |
2019-11-17 | fs: add hash compute method | Michael Hirsch, Ph.D | 1 | -0/+8 |
2019-11-17 | fs: further document and test behavior | Michael Hirsch, Ph.D | 1 | -3/+27 |
2019-11-17 | add fs.with_suffix | Michael Hirsch, Ph.D | 1 | -0/+15 |
2019-11-08 | Created the filesystem module. | Jussi Pakkanen | 1 | -0/+31 |