summaryrefslogtreecommitdiff
path: root/src/python-systemd/id128.c
Commit message (Collapse)AuthorAge
* Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek2014-07-31
| | | | | | In practice this shouldn't make much difference, but sometimes our headers might be newer, and we want to test them.
* macro: introduce nice macro for disabling -Wmissing-prototypes warnigsLennart Poettering2014-02-20
|
* systemd-python: add __version__ stringsZbigniew Jędrzejewski-Szmek2013-05-08
|
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-18
| | | | http://lists.freedesktop.org/archives/systemd-devel/2013-April/010510.html
* Remove some unused variablesZbigniew Jędrzejewski-Szmek2013-03-20
|
* systemd-python: small cleanupsZbigniew Jędrzejewski-Szmek2013-03-19
| | | | | | - separate methods with two empty lines for clarity - avoid malloc(0) by specyfing private data size as -1 - add method name in error messages
* python-systemd: check all errors and use automatic cleanupZbigniew Jędrzejewski-Szmek2013-02-28
| | | | | | | | __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.
* systemd-python: use PyModule_AddObject in id128Zbigniew Jędrzejewski-Szmek2013-02-28
|
* systemd-python: polish the docstringsZbigniew Jędrzejewski-Szmek2013-02-28
|
* python: add systemd.id128 moduleZbigniew Jędrzejewski-Szmek2013-02-22
uuid.UUIDs are utilized to hold UUID values.