summaryrefslogtreecommitdiff
path: root/systemd
Commit message (Collapse)AuthorAgeFilesLines
...
* systemd-python: correct data_threshold error return valueSteven Hiscocks2015-07-051-1/+1
|
* systemd-python: updated _reader header to standard licenseSteven Hiscocks2015-07-051-18/+20
|
* systemd-python: Moved _reader datetime usage to pythonSteven Hiscocks2015-07-052-44/+18
|
* systemd-python: Tidy up _reader error handlingSteven Hiscocks2015-07-052-73/+75
|
* systemd-python: some python3 and bug fixesSteven Hiscocks2015-07-052-9/+21
|
* systemd-python: implement this_boot/this_machine in PythonSteven Hiscocks2015-07-052-68/+9
|
* systemd-python: Journal log_level moved to pythonSteven Hiscocks2015-07-052-32/+8
|
* sphinx: document Journal class tooZbigniew Jędrzejewski-Szmek2015-07-051-0/+13
|
* systemd-python: move default call dicts from C to pythonSteven Hiscocks2015-07-052-220/+97
|
* systemd-python: MESSAGE_ID as UUID for JournalSteven Hiscocks2015-07-051-0/+2
|
* systemd-python: moved PyRun_String to journal.py codeSteven Hiscocks2015-07-052-53/+50
|
* systemd-python: add Journal class for reading journalSteven Hiscocks2015-07-052-0/+1165
|
* python: build html docs using sphinxZbigniew Jędrzejewski-Szmek2015-07-056-15/+344
| | | | | | | Build instructions: make make DESTIDIR=/tmp/... install make DESTIDIR=/tmp/... sphinx-html sphinx-man sphinx-epub ...
* python: utilize uuid.UUID in loggingZbigniew Jędrzejewski-Szmek2015-07-051-13/+14
|
* python: add systemd.id128 moduleZbigniew Jędrzejewski-Szmek2015-07-054-4/+164
| | | | uuid.UUIDs are utilized to hold UUID values.
* python: add journal backend for the logging frameworkMarti Raudsepp2015-07-051-0/+85
| | | | | | | | | | Supports Python versions 2.6 through 3.3 (tested on 2.7 and 3.2). See JournalHandler docstring for usage details. [zj: - use send() instead of using sendv() directly - do exception handling like in the logging module - bumped min version to python2.6, since the module does not work with python2.5 anyway ]
* systemd-python: fix nesting of #ifs and #pragmasZbigniew Jędrzejewski-Szmek2015-07-051-2/+2
|
* python: make gcc shut upLennart Poettering2015-07-051-0/+5
|
* python: fix error handling, and allocate argument array on the stackLennart Poettering2015-07-051-28/+12
|
* python: reindent to follow coding styleLennart Poettering2015-07-052-155/+153
|
* python: change license to LGPL 2.1Lennart Poettering2015-07-053-0/+58
| | | | | | 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.
* python: integrate David Strauss' python-systemd packageLennart Poettering2015-07-051-0/+3
|
* Fix for Python 3.David Strauss2012-09-061-1/+1
|
* Make installable.David Strauss2012-09-063-0/+227