summaryrefslogtreecommitdiff
path: root/systemd/journal.py
Commit message (Expand)AuthorAgeFilesLines
* Update LICENSE file and classifiersZbigniew Jędrzejewski-Szmek2015-07-051-1/+0
* systemd-python: use .hex instead of .get_hex()Zbigniew Jędrzejewski-Szmek2015-07-051-3/+3
* systemd-python: convert keyword value to stringRichard Marko2015-07-051-0/+2
* systemd-python: add support for sd_j_open_filesZbigniew Jędrzejewski-Szmek2015-07-051-3/+4
* systemd-python: fix iterationZbigniew Jędrzejewski-Szmek2015-07-051-12/+12
* systemd-python: do not attempt to convert str to bytesZbigniew Jędrzejewski-Szmek2015-07-051-0/+4
* systemd-python: add __version__ stringsZbigniew Jędrzejewski-Szmek2015-07-051-1/+1
* Spelling fixesVille Skyttä2015-07-051-1/+1
* systemd-python: attach fields to JournalHandler, add SYSLOG_IDENTIFIERZbigniew Jędrzejewski-Szmek2015-07-051-9/+33
* python-systemd: Reader return special fields and _Reader changesSteven Hiscocks2015-07-051-3/+42
* systemd-python: fix wait bugSteven Hiscocks2015-07-051-2/+1
* systemd-python: allow retrieval of single fieldsZbigniew Jędrzejewski-Szmek2015-07-051-1/+9
* systemd-python: cleanup up usec_t handlingZbigniew Jędrzejewski-Szmek2015-07-051-4/+16
* systemd-python: add journal.get_catalog()Zbigniew Jędrzejewski-Szmek2015-07-051-1/+2
* systemd-python: update documentation for new systemd-journal groupZbigniew Jędrzejewski-Szmek2015-07-051-1/+1
* systemd-python: refuse path and flags together in __init__Zbigniew Jędrzejewski-Szmek2015-07-051-3/+2
* systemd-python: split .seek() into .seek_head() and .seek_tail()Zbigniew Jędrzejewski-Szmek2015-07-051-1/+0
* systemd-python: catch only ValueErrors in conversion codeZbigniew Jędrzejewski-Szmek2015-07-051-38/+60
* python-systemd: rename Journal to ReaderZbigniew Jędrzejewski-Szmek2015-07-051-14/+14
* systemd-python: return both parts of sd_journal_get_monotonic_usecZbigniew Jędrzejewski-Szmek2015-07-051-1/+7
* python-systemd: check all errors and use automatic cleanupZbigniew Jędrzejewski-Szmek2015-07-051-2/+4
* systemd-python: hide ChainMap importZbigniew Jędrzejewski-Szmek2015-07-051-2/+2
* systemd-python: polish the docstringsZbigniew Jędrzejewski-Szmek2015-07-051-28/+43
* systemd-python: Added doc string for JournalSteven Hiscocks2015-07-051-0/+18
* systemd-python: Journal convert_unicode exception handling changeSteven Hiscocks2015-07-051-1/+1
* systemd-python: add Journal method to add MESSAGE_ID matchSteven Hiscocks2015-07-051-0/+9
* systemd-python: update Journal python docstringsSteven Hiscocks2015-07-051-18/+59
* systemd-python: tidy up import names in journalSteven Hiscocks2015-07-051-13/+17
* systemd-python: Journal this_boot/machine now accepts IDSteven Hiscocks2015-07-051-6/+21
* systemd-python: _reader now takes unix timestamp in secondsSteven Hiscocks2015-07-051-1/+1
* systemd-python: _reader add_match takes single stringSteven Hiscocks2015-07-051-1/+2
* systemd-python: Moved _reader datetime usage to pythonSteven Hiscocks2015-07-051-0/+10
* systemd-python: Tidy up _reader error handlingSteven Hiscocks2015-07-051-4/+4
* systemd-python: some python3 and bug fixesSteven Hiscocks2015-07-051-2/+9
* systemd-python: implement this_boot/this_machine in PythonSteven Hiscocks2015-07-051-0/+9
* systemd-python: Journal log_level moved to pythonSteven Hiscocks2015-07-051-0/+8
* systemd-python: move default call dicts from C to pythonSteven Hiscocks2015-07-051-41/+80
* systemd-python: MESSAGE_ID as UUID for JournalSteven Hiscocks2015-07-051-0/+2
* systemd-python: moved PyRun_String to journal.py codeSteven Hiscocks2015-07-051-1/+47
* systemd-python: add Journal class for reading journalSteven Hiscocks2015-07-051-0/+2
* python: build html docs using sphinxZbigniew Jędrzejewski-Szmek2015-07-051-15/+15
* python: utilize uuid.UUID in loggingZbigniew Jędrzejewski-Szmek2015-07-051-13/+14
* python: add systemd.id128 moduleZbigniew Jędrzejewski-Szmek2015-07-051-3/+5
* python: add journal backend for the logging frameworkMarti Raudsepp2015-07-051-0/+85
* python: reindent to follow coding styleLennart Poettering2015-07-051-59/+63
* python: change license to LGPL 2.1Lennart Poettering2015-07-051-0/+19
* Make installable.David Strauss2012-09-061-0/+93