Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-31 | Always prefer our headers to system headers | Zbigniew Jędrzejewski-Szmek | |
In practice this shouldn't make much difference, but sometimes our headers might be newer, and we want to test them. | |||
2014-02-20 | macro: introduce nice macro for disabling -Wmissing-prototypes warnigs | Lennart Poettering | |
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-20 | Remove some unused variables | Zbigniew Jędrzejewski-Szmek | |
2013-03-19 | systemd-python: small cleanups | Zbigniew Jędrzejewski-Szmek | |
- separate methods with two empty lines for clarity - avoid malloc(0) by specyfing private data size as -1 - add method name in error messages | |||
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. | |||
2013-02-28 | systemd-python: use PyModule_AddObject in id128 | Zbigniew Jędrzejewski-Szmek | |
2013-02-28 | systemd-python: polish the docstrings | Zbigniew Jędrzejewski-Szmek | |
2013-02-22 | python: add systemd.id128 module | Zbigniew Jędrzejewski-Szmek | |
uuid.UUIDs are utilized to hold UUID values. |