| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reformat documentation to be more PEP257-compliant | Zbigniew Jędrzejewski-Szmek | 2016-09-20 | 1 | -7/+6 |
| | | | | | | | | | | | Wrapping the sources to ~80 columns means that the formatted output is annoying to read. Rewrap to ~74 columns in the output. Also remove some obsolete descritions of journal permissions and refer to journalctl(1) instead. Add some missing docstrings. | ||||
| * | tree-wide: systemd→python-systemd in headers | Zbigniew Jędrzejewski-Szmek | 2015-08-07 | 1 | -3/+3 |
| | | |||||
| * | Update LICENSE file and classifiers | Zbigniew Jędrzejewski-Szmek | 2015-07-05 | 1 | -1/+0 |
| | | | | | | | The license was originally MIT, but when this module became part of systemd, it was changed to LGPLv2+. All files had correct headers, so only the LICENSE file needs updating. Take the opportunity to add classifiers to setup.py. | ||||
| * | build-sys: update setup.py to build everything | Zbigniew Jędrzejewski-Szmek | 2015-07-05 | 1 | -1/+0 |
| | | |||||
| * | macro: introduce nice macro for disabling -Wmissing-prototypes warnigs | Lennart Poettering | 2015-07-05 | 1 | -6/+5 |
| | | |||||
| * | trivial coding style clean ups | Thomas Hindoe Paaboel Andersen | 2015-07-05 | 1 | -20/+10 |
| | | | | | | | | | | | | | | | - Add space between if/for and the opening parentheses - Place the opening brace on same line as the function (not for udev) From the CODING_STYLE Try to use this: void foo() { } instead of this: void foo() { } | ||||
| * | systemd-python: check for oom, give nicer error messages | Zbigniew Jędrzejewski-Szmek | 2015-07-05 | 1 | -1/+1 |
| | | |||||
| * | systemd-python: allow threads around flush | Zbigniew Jędrzejewski-Szmek | 2015-07-05 | 1 | -0/+2 |
| | | | | | flush() is potentially costly. | ||||
| * | systemd-python: use consistent indentation | Zbigniew Jędrzejewski-Szmek | 2015-07-05 | 1 | -46/+46 |
| | | |||||
| * | systemd-python: wrap sd_login_monitor | Zbigniew Jędrzejewski-Szmek | 2015-07-05 | 1 | -0/+209 |
| | | |||||
| * | systemd-python: add wrappers for easy functions in sd-login | Zbigniew Jędrzejewski-Szmek | 2015-07-05 | 1 | -0/+176 |
| sd_get_uids, sd_get_seats, sd_get_sessions, and sd_get_machine_names. | |||||
