Age | Commit message (Expand) | Author |
10 days | Document ZstdTarFile.zstopen | Helmut Grohne |
10 days | Allow specifying a compresslevel to ZstdTarFile.zstopen | Helmut Grohne |
10 days | simplify or-ed isinstance invocations | Helmut Grohne |
10 days | log unhandled exceptions from run_in_fork | Helmut Grohne |
10 days | handle SystemExit in run_in_fork reasonably | Helmut Grohne |
2025-06-22 | async_run_in_fork: explicitly give up on the event loop | Helmut Grohne |
2025-06-22 | linuxnamespaces.syscalls: mark the logger object as private | Helmut Grohne |
2025-06-12 | run_in_fork: allow starting the function immediately | Helmut Grohne |
2025-06-12 | run_in_fork should never propagate exceptions from the child | Helmut Grohne |
2025-06-12 | dbussy.SystemdJobWaiter: drop references to removed jobs as soon as we can | Helmut Grohne |
2025-06-03 | drop redundant OPEN_TREE_ prefix from some OpenTreeFlags | Helmut Grohne |
2025-06-03 | add wrapper for PR_SET_DUMPABLE prctl | Helmut Grohne |
2025-06-03 | add method MountFlags.tonames | Helmut Grohne |
2025-06-01 | idmapping functions accept a further proc arguement | Helmut Grohne |
2025-06-01 | New methods AtLocation.write_{bytes,text} | Helmut Grohne |
2025-05-24 | SignalFD.areaditer: support iterative reading | Helmut Grohne |
2025-05-24 | split idmapping things to new module idmap | Helmut Grohne |
2025-05-23 | align HasFileno protocol with asyncvarlink | Helmut Grohne |
2025-05-21 | agree a bit with black's formatting recommendations | Helmut Grohne |
2025-05-21 | relax type of async_copyfd regarding FileDescriptors | Helmut Grohne |
2025-05-21 | fix return type of FileDescriptor.fileno | Helmut Grohne |
2025-05-21 | fix type checking on mypy/1.15 | 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 |
2025-05-20 | syscalls.py: help old mypy in better understanding sigval | Helmut Grohne |
2025-05-20 | syscalls.py: simplify MountFlags implementation | Helmut Grohne |
2025-05-06 | FileDescriptor: add convenience wrapper for pidfd_open | Helmut Grohne |
2025-05-04 | implement signalfd(2) and sigqueue(2) system calls | Helmut Grohne |
2025-04-30 | systemd.dbussy: call StartTransientUnit asynchronously | Helmut Grohne |
2025-04-29 | move the get_cgroup utility function into the library | Helmut Grohne |
2024-11-16 | systemd: improve dbus type guessing | Helmut Grohne |
2024-10-26 | add a method IDMapping.identity for convenience | Helmut Grohne |
2024-06-22 | populate_sys: allow device access | Helmut Grohne |
2024-06-22 | populate_sys: refactor | Helmut Grohne |
2024-06-22 | populate_dev: fix /dev/net/tun | Helmut Grohne |
2024-06-22 | add function enable_loopback_if | Helmut Grohne |
2024-06-16 | populate_dev: also provide /dev/shm | Helmut Grohne |
2024-06-16 | populate_dev: install /dev/fd | Helmut Grohne |
2024-06-11 | fix formatting and spelling errors | Helmut Grohne |
2024-06-11 | improve typing | Helmut Grohne |
2024-05-28 | support sendfile in async_copyfd | Helmut Grohne |
2024-05-27 | add IDAllocation.reserve method | Helmut Grohne |
2024-05-25 | add a FileDescriptor type | Helmut Grohne |
2024-05-20 | add an asyncio waitid(P_PIDFD, ...) helper | Helmut Grohne |
2024-05-20 | add function async_copyfd | Helmut Grohne |
2024-05-20 | Revert "add a splice syscall wrapper" | Helmut Grohne |
2024-05-20 | syscalls: use >= 3.10 support for eventfds in os module | Helmut Grohne |
2024-05-17 | add a splice syscall wrapper | Helmut Grohne |
2024-05-17 | add prctl_set_child_subreaper | Helmut Grohne |