summaryrefslogtreecommitdiff
path: root/systemd/journal.py
Commit message (Expand)AuthorAgeFilesLines
* journal: improve docstring formatting a bitZbigniew Jędrzejewski-Szmek2017-03-121-4/+4
* Adjust import order, spacing, operators as recommended by pylintZbigniew Jędrzejewski-Szmek2017-03-121-5/+6
* Prevent non-str values from being concatenated with + (#40)Jimmy Cao2017-03-121-3/+3
* Merge pull request #31 from keszybz/is_socket_sockaddrZbigniew Jędrzejewski-Szmek2017-03-111-4/+4
|\
| * tests: skip journal.stream tests on ENOENT errorZbigniew Jędrzejewski-Szmek2016-12-151-4/+4
* | replace dict.iteritems() with dict.items() to support py3 (#39)Jeongsoo, Park2017-03-111-12/+14
* | Python 3.6 invalid escape sequence deprecation fixes (#43)Ville Skyttä2017-03-111-2/+2
|/
* Include all fields from record (#30)Oleksii Shevchuk2016-10-271-1/+16
* journal: allow stream() to be used without any argumentsZbigniew Jędrzejewski-Szmek2016-10-171-3/+12
* journal: bump default log level for stream() to INFOZbigniew Jędrzejewski-Szmek2016-10-171-1/+1
* docs: fix sphinx format warningZbigniew Jędrzejewski-Szmek2016-09-221-3/+3
* journal: convert seek_realtime argument to microsecondsZbigniew Jędrzejewski-Szmek2016-09-211-5/+16
* reader: add SD_JOURNAL_OS_ROOT and rework flag passingZbigniew Jędrzejewski-Szmek2016-09-211-1/+9
* journal: allow sd_journal_open_directory_fd to be usedZbigniew Jędrzejewski-Szmek2016-09-211-2/+3
* Reformat documentation to be more PEP257-compliantZbigniew Jędrzejewski-Szmek2016-09-201-118/+131
* Use log.warning instead of deprecated log.warn in example codeVille Skyttä2016-05-211-2/+2
* Fixes Reader.seek_monotonic(datetime.timedelta)Michael Herold2015-12-101-1/+1
* Do not assume specific output from the journalZbigniew Jędrzejewski-Szmek2015-10-251-2/+1
* journal: allow numbers in field identifiersZbigniew Jędrzejewski-Szmek2015-09-171-2/+2
* tests: add tests for Reader initializationZbigniew Jędrzejewski-Szmek2015-09-171-1/+1
* journal: reindent to 4 spacesZbigniew Jędrzejewski-Szmek2015-09-171-158/+156
* Normalize some strange indentationZbigniew Jędrzejewski-Szmek2015-09-081-7/+8
* tests: adapt to python2.7 output againZbigniew Jędrzejewski-Szmek2015-09-051-3/+2
* tests: enable doctests in the sourcesZbigniew Jędrzejewski-Szmek2015-09-051-6/+12
* tree-wide: systemd→python-systemd in headersZbigniew Jędrzejewski-Szmek2015-08-071-3/+3
* 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