Age | Commit message (Expand) | Author |
2025-06-01 | New methods AtLocation.write_{bytes,text} | Helmut Grohne |
2025-05-21 | expand use of FileDescriptor and add FileDescriptorLike type alias | Helmut Grohne |
2025-05-20 | AtLocation.chdir: FileDescriptor already is a context manager | Helmut Grohne |
2025-05-20 | fix AtLocation.chdir for the mixed case | Helmut Grohne |
2024-06-11 | improve typing | Helmut Grohne |
2024-05-25 | add a FileDescriptor type | Helmut Grohne |
2024-04-04 | add method AtLocation.as_emptypath for cloning a location | Helmut Grohne |
2024-04-03 | AtLocation.walk: add support for AT_EMPTY_PATH | Helmut Grohne |
2024-04-03 | AtLocation.walk: emit nofllow flag when follow_symlinks=False | Helmut Grohne |
2024-04-03 | AtLocation.readlink: require AT_SYMLINK_NOFOLLOW | Helmut Grohne |
2024-04-02 | improve AtLocation.join semantics | Helmut Grohne |
2024-04-02 | a few formatting and typo fixes | Helmut Grohne |
2024-04-02 | add documentation regarding resource management of AtLocations | Helmut Grohne |
2024-04-02 | fix logic error in AtLocation.stat | Helmut Grohne |
2024-03-24 | AtLocation.mkdir: support optional arguments from pathlib | Helmut Grohne |
2024-03-22 | add convenience functions for stat to AtLocationLike | Helmut Grohne |
2024-03-22 | add os.stat wrapper AtLocation.stat | Helmut Grohne |
2024-03-14 | rename AtLocation.symlink to symlink_to | Helmut Grohne |
2024-03-11 | add method AtLocation.is_absolute | Helmut Grohne |
2024-03-07 | add AtLocation.rename method wrapping os.rename | Helmut Grohne |
2024-03-07 | add AtLocation.link method wrapping os.link | Helmut Grohne |
2024-03-03 | implement repr for AtLocation | Helmut Grohne |
2024-02-25 | spell check | Helmut Grohne |
2024-02-21 | revoke the false promise that bytes would be convertible to Path | Helmut Grohne |
2024-01-18 | initial checkin | Helmut Grohne |