summaryrefslogtreecommitdiff
path: root/systemd/journal.py
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove python 2 support and assume we have python 3.3+Joerg Behrmann2023-02-111-14/+5
* journal: fix compatibility with python2Zbigniew Jędrzejewski-Szmek2022-08-161-2/+11
* Merge pull request #92 from chrismullins/support-realtime-cutoffZbigniew Jędrzejewski-Szmek2022-08-161-0/+8
|\
| * Add support for sd_journal_get_cutoff_realtime_usec wrapperChris Mullins2021-01-031-0/+8
* | Adding timezone information to datetimes from systemd-journalSamuel BF2022-08-131-3/+3
|/
* journal: remove ChainMapmasterGlandos2020-11-121-11/+3
* journal: add namespace supportAlexander Olekhnovich2020-11-121-4/+4
* journal: allow JournalHandler constructor to be called with args in a positio...Tamaki Nishino2020-11-121-0/+14
* Fix seek_realtime to work with timezone aware dateLéonard Gérard2020-11-121-1/+1
* journal: fix repr of JournalHandler to match python3.6Zbigniew Jędrzejewski-Szmek2017-03-251-1/+1
* journal: do not convert extra args to string in JournalHandlerZbigniew Jędrzejewski-Szmek2017-03-191-4/+6
* Remove mid from JournalHandlerWesley Bowman2017-03-191-2/+0
* journal: rename SENDER_FUNCTION to sender_functionZbigniew Jędrzejewski-Szmek2017-03-191-2/+5
* Fix styling to match PEP8 in most places (#45)Wesley Bowman2017-03-141-6/+19
* 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