Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-08 | systemd-python: add __version__ strings | 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-22 | python: add systemd.id128 module | Zbigniew Jędrzejewski-Szmek | |
uuid.UUIDs are utilized to hold UUID values. | |||
2012-11-13 | systemd-python: fix nesting of #ifs and #pragmas | Zbigniew Jędrzejewski-Szmek | |
2012-09-13 | python: make gcc shut up | Lennart Poettering | |
2012-09-13 | python: fix error handling, and allocate argument array on the stack | Lennart Poettering | |
2012-09-13 | python: reindent to follow coding style | Lennart Poettering | |
2012-09-13 | python: change license to LGPL 2.1 | Lennart Poettering | |
The original license has been MIT for this code, but David Strauss (its original author) agreed to relicense it to LGPL 2.1 for inclusion in systemd. | |||
2012-09-13 | python: integrate David Strauss' python-systemd package | Lennart Poettering | |