Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | macro: introduce nice macro for disabling -Wmissing-prototypes warnigs | Lennart Poettering | 2014-02-20 | 1 | -5/+5 |
| | |||||
* | systemd-python: fix listen_fds under Python 2 | Zbigniew Jędrzejewski-Szmek | 2013-12-30 | 1 | -1/+1 |
| | |||||
* | systemd-python: fix setting of exception codes | Zbigniew Jędrzejewski-Szmek | 2013-12-30 | 1 | -7/+7 |
| | | | | | | | 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. | ||||
* | systemd-python: fix booted() and add two functions to docs | Zbigniew Jędrzejewski-Szmek | 2013-11-12 | 1 | -1/+1 |
| | | | | For some reason sphinx doesn't want to show inherited C functions. | ||||
* | systemd-python: add support for sd_j_open_files | Zbigniew Jędrzejewski-Szmek | 2013-07-17 | 1 | -22/+0 |
| | | | | Also export missing flags. | ||||
* | systemd-python: wrap sd_notify | Zbigniew Jędrzejewski-Szmek | 2013-07-05 | 1 | -4/+45 |
| | | | | | _listen_fds() is modified to accept unset_environment arg as keyword, to match new notify(). | ||||
* | systemd-python: wrap sd_login_monitor | Zbigniew Jędrzejewski-Szmek | 2013-05-09 | 1 | -31/+18 |
| | |||||
* | systemd-python: add __version__ strings | Zbigniew Jędrzejewski-Szmek | 2013-05-08 | 1 | -1/+3 |
| | |||||
* | move _cleanup_ attribute in front of the type | Harald Hoyer | 2013-04-18 | 1 | -1/+1 |
| | | | | http://lists.freedesktop.org/archives/systemd-devel/2013-April/010510.html | ||||
* | systemd-python: add systemd.daemon wrapping sd-daemon | Zbigniew Jędrzejewski-Szmek | 2013-03-15 | 1 | -0/+323 |
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. |