Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-26 | fix license in pyproject classifiers | Helmut Grohne | |
Confirm that the SPDX annotation in several files is correct rather than the pyproject classification. The SPDX headers were there right from the start. Fixes: 9f7a434600f4 ("add some metadata to a first pyproject.toml") | |||
2024-05-20 | syscalls: use >= 3.10 support for eventfds in os module | Helmut Grohne | |
2024-05-09 | add linuxnamespaces.tarutils | Helmut Grohne | |
Move the generic tar utilities from the chroottar.py example into a linuxnamespaces module as dealing with tar archives is a fairly common thing when dealing with namespaces. | |||
2024-04-23 | lift the dbus functionality from the cgroup example | Helmut Grohne | |
2024-04-19 | examples/cgroup.py: support jeepney as an alternative to ravel | Helmut Grohne | |
2024-04-03 | declare pytest-forked dependency that is in use already | Helmut Grohne | |
2024-04-03 | add basic tests for AtLocation | Helmut Grohne | |
2024-02-21 | pyproject.toml: minimum python version | Helmut Grohne | |
We rely on PEP 585 and hence, 3.9 is a hard requirement. | |||
2024-02-01 | add examples/cgroup.py: writeable cgroup hierarchy | Helmut Grohne | |
2024-01-27 | pyproject.toml: document optional dependency zstandard | Helmut Grohne | |
2024-01-26 | add some metadata to a first pyproject.toml | Helmut Grohne | |