Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-06 | Remove python-systemd | Zbigniew Jędrzejewski-Szmek | |
python-system has moved to it's own repository: https://github.com/systemd/python-systemd | |||
2013-07-17 | systemd-python: add support for sd_j_open_files | Zbigniew Jędrzejewski-Szmek | |
Also export missing flags. | |||
2013-05-09 | systemd-python: use consistent indentation | Zbigniew Jędrzejewski-Szmek | |
2013-05-09 | systemd-python: wrap sd_login_monitor | Zbigniew Jędrzejewski-Szmek | |
2013-05-08 | systemd-python: add wrappers for easy functions in sd-login | Zbigniew Jędrzejewski-Szmek | |
sd_get_uids, sd_get_seats, sd_get_sessions, and sd_get_machine_names. | |||
2013-02-28 | python-systemd: check all errors and use automatic cleanup | Zbigniew Jędrzejewski-Szmek | |
__REALTIME_TIMESTAMP and __MONOTONIC_TIMESTAMP return ints. It doesn't make sense to convert to string, just to convert back to a number later on. Also try to follow systemd rules for indentation. |