Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-20 | macro: introduce nice macro for disabling -Wmissing-prototypes warnigs | Lennart Poettering | |
2013-12-30 | systemd-python: fix listen_fds under Python 2 | Zbigniew Jędrzejewski-Szmek | |
2013-12-30 | systemd-python: fix setting of exception codes | Zbigniew Jędrzejewski-Szmek | |
The return value of 0 would be treated as failure by mistake, resulting in " SystemError: error return without exception set". The way that set_error() is used is changed to be the same everywhere. | |||
2013-11-12 | systemd-python: fix booted() and add two functions to docs | Zbigniew Jędrzejewski-Szmek | |
For some reason sphinx doesn't want to show inherited C functions. | |||
2013-07-17 | systemd-python: add support for sd_j_open_files | Zbigniew Jędrzejewski-Szmek | |
Also export missing flags. | |||
2013-07-05 | systemd-python: wrap sd_notify | Zbigniew Jędrzejewski-Szmek | |
_listen_fds() is modified to accept unset_environment arg as keyword, to match new notify(). | |||
2013-05-09 | systemd-python: wrap sd_login_monitor | Zbigniew Jędrzejewski-Szmek | |
2013-05-08 | systemd-python: add __version__ strings | Zbigniew Jędrzejewski-Szmek | |
2013-04-18 | move _cleanup_ attribute in front of the type | Harald Hoyer | |
http://lists.freedesktop.org/archives/systemd-devel/2013-April/010510.html | |||
2013-03-15 | systemd-python: add systemd.daemon wrapping sd-daemon | Zbigniew Jędrzejewski-Szmek | |
Please see the documentation (e.g. pydoc3 systemd.daemon) for full description. As usual, systemd._daemon wraps the raw interface, while systemd.daemon provides the more pythonic API. sd_listen_fds, sd_booted, sd_is_fifo, sd_is_socket, sd_is_socket_unix, sd_is_socket_inet, sd_is_mq, and SD_LISTEN_FDS_START are currently wrapped. |