index
:
~helmut/python-linuxnamespaces.git
main
Python module for working with Linux namespaces
Helmut Grohne
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linuxnamespaces
/
atlocation.py
Age
Commit message (
Expand
)
Author
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